-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
#import libraries
import numpy as np
import matplotlib.pyplot as plt
from sklearn import datasets
from sklearn.model_selection import train_test_split
from sklearn.linear_model import LinearRegression
from sklearn.neural_network import MLPRegressor
from sklearn.metrics import mean_squared_error
Metadata
Metadata
Assignees
Labels
No labels