Skip to content

Latest commit

 

History

History

Day-23

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Day 23 of #100DaysOfCode

Task

  1. Statistics for ML
  2. House price prediction

Resources

Topics I have learnt

  1. Statistics for ML
  • ML Intro
  • Cross Validation
  • The Confusion Matrix
  • Senstivity and Specificity
  1. House price prediction
  • Used XGBRegressor, cross-validation & OrdinalEncoding

Software used

  • Jupyter Notebook
  • Python 3.10.2
  • Numpy 1.22.4
  • pandas 1.4.2
  • Matplotlib 3.5.2
  • Seaborn 0.11.2
  • scikit-learn 1.1.1
  • XGBoost 1.6.1

My Notebooks

Conclusion:

Today I learned about Confusion Matrix & Senstivity and Specificity in Statistics. Also did house price prediction.