Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.08 KB

File metadata and controls

32 lines (25 loc) · 1.08 KB

Day 30 of #100DaysOfCode

Task

  1. Titanic dataset challenge
  2. Maths with ML (not done)

Resources

Topics I have learnt

  1. Titanic dataset challenge
  • Used XGBClassifier with Cross-validation
  1. Also participated in MLH Global Hack Week INIT 2023 🔗

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

My Notebooks

Conclusion:

Today I did little bit of prediction on titanic dataset using RandomForestClassifier and did hyper parameter tuning on it with cross-validation.