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
https://preview.redd.it/t3kmqao75cc51.png?width=960&crop=smart&auto=webp&s=369e01d592f9f29e9033f57f86ec6a373a0bb979 | |
https://preview.redd.it/wusx9r4k2j751.png?width=960&crop=smart&auto=webp&s=01451e12dc317664b07d663d2d8b6b87f46df0bf | |
https://preview.redd.it/625gja18axo41.png?width=1920&format=png&auto=webp&s=77d1eb9f8ba682b9dee0344fd7d7c3206ee97c64 | |
https://preview.redd.it/dqyq7mpv03o41.png?width=960&crop=smart&auto=webp&s=ab1ce721c9f034916a21cd15f2ff805626832059 | |
https://preview.redd.it/tdxkdwvybci51.gif?format=mp4&s=35a74a830cd42891e9e0b1f75dab7973a523e975 |
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
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 |