I hereby claim:
- I am snehankekre on github.
- I am snehankekre (https://keybase.io/snehankekre) on keybase.
- I have a public key whose fingerprint is 2701 FD9B 6033 44D8 512E 77E2 0B90 03A2 7A54 CB3E
To claim this, I am signing this object:
| # NOTE: This feature uses browser local storage! AKA it stores data on a viewer's | |
| # machine. This may have privacy and compliance implications for your app. Be sure | |
| # to take that into account with any usage. | |
| import json | |
| import time | |
| import uuid | |
| from typing import Any, Optional | |
| from streamlit.time_util import time_to_seconds |
| #!/bin/sh | |
| # http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html | |
| palette="/tmp/palette.png" | |
| filters="fps=15,scale=1000:-1:flags=lanczos" | |
| ffmpeg -v warning -i $1 -vf "$filters,palettegen" -y $palette | |
| ffmpeg -v warning -i $1 -i $palette -lavfi "$filters [x]; [x][1:v] paletteuse" -y $2 |
| set.seed(42) | |
| ############## | |
| # QUESTION 1 # | |
| ############## | |
| library(tidyverse) | |
| # Generating 998 observations |
| library(arm) | |
| library(Matching) | |
| library("ggplot2") | |
| data(lalonde) | |
| ggplot(lalonde, aes(x=age, y=re78)) + | |
| geom_point(color='#2980B9', size = 4) + | |
| geom_smooth(method=lm, color='#2C3E50') |
I hereby claim:
To claim this, I am signing this object: