-
Notifications
You must be signed in to change notification settings - Fork 0
Scikit Learn
Alex Albenstetter edited this page Jun 3, 2023
·
5 revisions
from sklearn import tree
from sklearn.tree import DecisionTreeClassifier
Import
from sklearn.ensemble import RandomForestClassifier
Import
from sklearn.svm import SVC
Import
from sklearn.preprocessing import StandardSclaer, LabelEncoder
from sklearn.model_selection import train_test_split