Skip to content

masanbasa3k/Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine_Learning

Machine learning projects graph photos Mostly datasets are taken from kaggle you can search and find it

Fetal Healt Classification Compareing : SVM, NB, CART, KNN, LDA, RFC, LR

fetal_healt_classification_compare

Credit Score Classification Comparing : RandomForestClassifier, GaussianNB, KNeighborsClassifier comparison

credit_score_classification(knn,gnb,rfc)

Job Placement Knn selection and ML (83,33%)

Screenshot 2023-02-02 at 00 40 07

Find the best k for knn

job_placement_graph

Diabetes Classification finding the best k option for KNeighborsClassifier Graph

Screenshot 2023-02-02 at 00 47 57

Diabetes_classification

Linear Regression Graph

linear_regression_graph

Multiple Linear Regression Graph

multiple_linear_regression

Polinominal Regression Grahp

polinominal_regression

Random Forest Regression Grahp

random_forest_regression

My train test split and Sklearn Train test split X_train graph

My_train_test_split