Skip to content

13 Must-Know Machine Learning Algorithms for Data Scientists

Notifications You must be signed in to change notification settings

Linhholi/Machine_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine_learning

13 Must-Know Machine Learning Algorithms for Data Scientists. The idea comes from https://medium.com/@johnvastola/10-must-know-machine-learning-algorithms-for-data-scientists-adbf3272398a

There are 3 types of ML Algorithms which are

In this repository, 13 algorithms are mentioned will be introduced.

  1. Superivised ML steps:
  • Step 1: Load data
  • Step 2: View data infor to check any missing, impossible or human errors cells
  • Step 3: Cleaning dataset based on finding from step 2
  • Step 4: Visualize each column if needed
  • Step 5: Create dummies data if there are some columns that are not integers
  • Step 6: Split the data into training and testing sets
  • Step 7: Import necessary libraries from sk_learn
  • Step 8: Fit the training set and create prediction variable.
  • Step 9: Visualize results (confusion matrix)

About

13 Must-Know Machine Learning Algorithms for Data Scientists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published