Skip to content

Latest commit

 

History

History

Day-31

Day 31 of #100DaysOfCode

Task

  1. Titanic dataset prediction challenge

Resources

Topics I have learnt

  1. Titanic dataset prediction
  • One with RandomForestClassifier and OneHotEncoding
  • One with XGBClassifier and OneHotEncoding
  • One with same as above but removed Outliers from data.
  1. Also participated in MLH Global Hack Week INIT 2023 🔗
  • Did 1 challenge
  • And tried to make discord bot but failed

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 did titanic survival compeition prediction 3 times, one time I scored better. I have used XGBClassifier, RandomForestClassifier.