This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from sklearn.model_selection import train_test_split | |
def add_dummy_feature(x): | |
return np.column_stack((np.ones(x.shape[0]), x)) | |
# Predicting label follows the equation y = Xw, in its vectorized form. | |
# def predict(X, w): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url: | |
home: | |
pattern: /$YAMLURL/ | |
handler: FunctionHandler | |
kwargs: | |
function: img.do | |
headers: | |
Content-Type: image/png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# List comprehension | |
x = [i for i in range(1, 21)] | |
y = [i ** 2 for i in x] | |
y = [i ** 2 for i in range(1, 21)] | |
# Median of a list of numbers | |
def median(x): | |
x.sort() | |
L = len(x) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let g:python2_host_prog = '/home/jaidevd/anaconda3/bin/python' | |
call plug#begin('~/.local/share/nvim/plugged') | |
" Autocomplete stuff | |
if has('nvim') | |
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' } | |
else | |
Plug 'Shougo/deoplete.nvim' | |
Plug 'roxma/nvim-yarp' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"description": "An example of treemap layout for hierarchical data.", | |
"width": 960, | |
"height": 500, | |
"padding": 2.5, | |
"autosize": "none", | |
"scales": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"temp":39.2,"date":"2010-01-01","time":"1:00 am"},{"temp":39.0,"date":"2010-01-01","time":"2:00 am"},{"temp":38.9,"date":"2010-01-01","time":"3:00 am"},{"temp":38.8,"date":"2010-01-01","time":"4:00 am"},{"temp":38.7,"date":"2010-01-01","time":"5:00 am"},{"temp":38.7,"date":"2010-01-01","time":"6:00 am"},{"temp":38.6,"date":"2010-01-01","time":"7:00 am"},{"temp":38.7,"date":"2010-01-01","time":"8:00 am"},{"temp":39.2,"date":"2010-01-01","time":"9:00 am"},{"temp":40.1,"date":"2010-01-01","time":"10:00 am"},{"temp":41.3,"date":"2010-01-01","time":"11:00 am"},{"temp":42.5,"date":"2010-01-01","time":"Noon"},{"temp":43.2,"date":"2010-01-01","time":"1:00 pm"},{"temp":43.5,"date":"2010-01-01","time":"2:00 pm"},{"temp":43.3,"date":"2010-01-01","time":"3:00 pm"},{"temp":42.7,"date":"2010-01-01","time":"4:00 pm"},{"temp":41.7,"date":"2010-01-01","time":"5:00 pm"},{"temp":41.2,"date":"2010-01-01","time":"6:00 pm"},{"temp":40.9,"date":"2010-01-01","time":"7:00 pm"},{"temp":40.7,"date":"2010-01-01","time":"8:00 pm"},{"te |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
temp | date | time | |
---|---|---|---|
39.2 | 2010-01-01 | 1:00 am | |
39.0 | 2010-01-01 | 2:00 am | |
38.9 | 2010-01-01 | 3:00 am | |
38.8 | 2010-01-01 | 4:00 am | |
38.7 | 2010-01-01 | 5:00 am | |
38.7 | 2010-01-01 | 6:00 am | |
38.6 | 2010-01-01 | 7:00 am | |
38.7 | 2010-01-01 | 8:00 am | |
39.2 | 2010-01-01 | 9:00 am |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega/v5.json", | |
"description": "A heatmap showing average daily temperatures in Seattle for each hour of the day.", | |
"width": 800, | |
"height": 500, | |
"padding": 5, | |
"title": { | |
"text": "Seattle Annual Temperatures", | |
"anchor": "middle", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label | born | died | enter | leave | |
---|---|---|---|---|---|
Washington | 1732-02-22 13:53:28 | 1799-12-14 11:53:28 | 1789-04-30 12:53:28 | 1797-03-04 13:53:28 | |
Adams | 1735-10-30 12:53:28 | 1826-07-04 12:53:28 | 1797-03-04 13:53:28 | 1801-03-04 13:53:28 | |
Jefferson | 1743-04-13 12:53:28 | 1826-07-04 12:53:28 | 1801-03-04 13:53:28 | 1809-03-04 13:53:28 | |
Madison | 1751-03-16 12:53:28 | 1836-06-28 12:53:28 | 1809-03-04 13:53:28 | 1817-03-04 13:53:28 | |
Monroe | 1758-04-28 12:53:28 | 1831-07-04 12:53:28 | 1817-03-04 13:53:28 | 1825-03-04 13:53:28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://vega.github.io/schema/vega/v4.json", | |
"description": "https://gramener.invisionapp.com/d/main/#/console/7709561/326727774/preview", | |
"width": 495, | |
"height": 320, | |
"autosize": "fit", | |
"padding": { | |
"left": 5, | |
"top": 25, | |
"right": 100, |