About Lesson
Notebook:
https://github.com/AammarTufail/six-months_python_for_data_science-mentorship-program/blob/main/07_machine_learning/16_boosting.ipynb
Join the conversation

Done
Reply

done once again
Reply

I learned about the difference between DecisionTree Classification, RandomForest Classifier and xGBoost Classifier and their working.
When I practiced all these models, the best accuracy was given by the xGBoost Classifier.
Reply

may allah bless your father
Reply

https://www.kaggle.com/muhammadrameez242 , ye meri kaggle ki I'd hai yha par Ap mukamal assignments simple roman urdu mein mill jai gi codes mein
Reply

Done
Reply

Boosting algorithms comparison in Python coding.
Reply

I have done this lecture with 100% practice.
Reply

I have done this video with 100% practice.
Reply

AOA, shouldn't the prediction for each model be set in a different variable besides y_pred? y_pred is over written every time and has last xgboost model prediction values. Consequently bar plots are same for all three models. Thank you
Reply