Skip to content

FaisalAhmedBijoy/Machine-Learning-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning-tutorials

pandas matplotlib sklearn

  1. Data Frame Basics
  2. Handing Mising data
  3. Split appy combine group
  4. Concat merge dataframe
  5. Pivot Table
  6. Stack unstack
  7. Cross tab
  8. Time series Analylis part 1: Date time index and resample
  9. Time series part 2 : Date Range
  10. Matplotlib introduction

Machine Learning

  1. Linear Regression
  2. Save Model Using joblib and pickle
  3. Dummy variable one hot encoding
  4. Logistic Regression
  5. Decision Tree
  6. Support Vector Machine