Tags
Language
Tags
February 2025
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Decision tree models in Python

Posted By: lucky_aut
Decision tree models in Python

Decision tree models in Python
Duration: 1h 24m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 464 MB
Genre: eLearning | Language: English

A course about decision trees, random forest, gradient boosting decision trees, XGBoost and extra trees in Python

What you'll learn:
Decision trees and how they work for regression and classification
Random forest
Extremely randomized trees
Gradient Boosting Decision Trees
XGBoost

Requirements:
Python programming language

Description:
In this practical course, we are going to focus on the decision tree machine learning models using Python programming language.
Decision trees are a particular and very effective type of model of the machine learning landscape. They try to predict the output variable according to particular binary decision rules to apply to the features. The best split that satisfies the rule is found during the training phase.
Decision trees express their best power when used in an ensemble. This way, we get models like random forest and extremely randomized trees (if we use bagging) and gradient boosting decision trees (if we use boosting).
With this course, you are going to learn:
Theory of the decision trees, with several splitting criteria for regression and classification
Hyperparameters of the decision trees
Random forest and its hyperparameters
Extremely randomized tree and its hyperparameters
Gradient Boosting Decision Tree and its hyperparameters
XGBoost and its hyperparameters
All the lessons of this course start with a brief introduction and end with a practical example in Python programming language and its powerful scikit-learn library. The environment that will be used is Jupyter, which is a standard in the data science industry. All the Jupyter notebooks are downloadable.
This course is part of my Supervised Machine Learning in Python online course, so you'll find some lessons that are already included in the larger course

Who this course is for:
Python developers
Data Scientists
Computer engineers
Researchers
Students

More Info