Skip to content

OmkarPh/assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download folders

https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter

https://downgit.github.io/#/home?url=https://github.com/OmkarPh/assignments/tree/master/fds

https://downgit.github.io/#/home?url=https://github.com/OmkarPh/assignments/tree/master/fds/templates

https://downgit.github.io/#/home?url=https://github.com/OmkarPh/assignments/tree/master/fds/all_exps

!pip install pandas numpy matplotlib branca plotly scikit-learn scipy imblearn h3 folium --quiet

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline

from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.metrics import mean_absolute_error, mean_squared_error, r2_score