Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 482 Bytes

File metadata and controls

21 lines (20 loc) · 482 Bytes

Machine-Learning

supervised Learning

classificationalgorithms

   # DecisionTreeClassifier
   # SVM
   # RandomForestClasssifier
   # GaussianNB
   # KNeighborsClasssifier

classificationmetrics

   # Accuracy_score
   # Confusion_matrix
   # Classification_report

Regressionalgorithms

   # LinearRegression

Regressionmetrics

   # mean_squared_error
   # r2_score

unsupervised Learning

KmeansClustering

PCA