Skip to content

Instantly share code, notes, and snippets.

View hamolicious's full-sized avatar
🐤

Viktor Patmalnieks hamolicious

🐤
View GitHub Profile
from os import system ; system('cls')
# import all the necessary libraries
import pandas
import numpy
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.neighbors import KNeighborsRegressor
import sklearn