All Projects → aws-samples → aws-machine-learning-university-dte

aws-samples / aws-machine-learning-university-dte

Licence: Unknown and 2 other licenses found Licenses found Unknown LICENSE Unknown LICENSE-DATA MIT-0 LICENSE-NOTEBOOKS
Machine Learning University: Decision Trees and Ensemble Methods

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to aws-machine-learning-university-dte

HyperGBM
A full pipeline AutoML tool for tabular data
Stars: ✭ 172 (+44.54%)
Mutual labels:  tabular-data, xgboost, lightgbm, catboost
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+1503.36%)
Mutual labels:  random-forest, xgboost, lightgbm, catboost
AutoTabular
Automatic machine learning for tabular data. ⚡🔥⚡
Stars: ✭ 51 (-57.14%)
Mutual labels:  tabular-data, xgboost, lightgbm, catboost
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (-48.74%)
Mutual labels:  random-forest, xgboost, lightgbm, boosting
stackgbm
🌳 Stacked Gradient Boosting Machines
Stars: ✭ 24 (-79.83%)
Mutual labels:  xgboost, lightgbm, decision-trees, catboost
recsys2019
The complete code and notebooks used for the ACM Recommender Systems Challenge 2019
Stars: ✭ 26 (-78.15%)
Mutual labels:  xgboost, lightgbm, catboost
Leaves
pure Go implementation of prediction part for GBRT (Gradient Boosting Regression Trees) models from popular frameworks
Stars: ✭ 261 (+119.33%)
Mutual labels:  xgboost, lightgbm, decision-trees
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-71.43%)
Mutual labels:  random-forest, xgboost, catboost
Text Classification Benchmark
文本分类基准测试
Stars: ✭ 18 (-84.87%)
Mutual labels:  random-forest, xgboost, lightgbm
Dtreeviz
A python library for decision tree visualization and model interpretation.
Stars: ✭ 1,857 (+1460.5%)
Mutual labels:  random-forest, xgboost, decision-trees
Mljar Supervised
Automated Machine Learning Pipeline with Feature Engineering and Hyper-Parameters Tuning 🚀
Stars: ✭ 961 (+707.56%)
Mutual labels:  random-forest, xgboost, lightgbm
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (+21.01%)
Mutual labels:  random-forest, xgboost, decision-trees
Awesome Gradient Boosting Papers
A curated list of gradient boosting research papers with implementations.
Stars: ✭ 704 (+491.6%)
Mutual labels:  random-forest, xgboost, lightgbm
Predicting real estate prices using scikit Learn
Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)
Stars: ✭ 78 (-34.45%)
Mutual labels:  random-forest, xgboost, decision-trees
JLBoost.jl
A 100%-Julia implementation of Gradient-Boosting Regression Tree algorithms
Stars: ✭ 65 (-45.38%)
Mutual labels:  xgboost, lightgbm, catboost
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (-55.46%)
Mutual labels:  xgboost, lightgbm, catboost
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-74.79%)
Mutual labels:  random-forest, xgboost
neptune-client
📒 Experiment tracking tool and model registry
Stars: ✭ 348 (+192.44%)
Mutual labels:  xgboost, lightgbm
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (-72.27%)
Mutual labels:  random-forest, decision-trees
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (-85.71%)
Mutual labels:  xgboost, lightgbm

logo

Machine Learning University: Decision Trees and Ensemble Methods Class

This repository contains slides, notebooks, and datasets for the Machine Learning University (MLU) Decision Trees and Ensemble Methods class. Our mission is to make Machine Learning accessible to everyone. We have courses available across many topics of machine learning and believe knowledge of ML can be a key enabler for success. This class is designed to help you get started with tree based models, learn about widely used Machine Learning techniques and apply them to real-world problems.

YouTube

Watch all class video recordings in this YouTube playlist from our YouTube channel.

Playlist

Course Overview

There are five lectures, one final project and five assignments for this class.

Lecture 1

title studio lab
Decision Trees -
Impurity Functions -
CART Algorithm -
Regularization Open In Studio Lab

Lecture 2

title studio lab
Bias-variance trade-off -
Error Decomposition -
Extra Trees Algorithm Open In Studio Lab
Bias-variance and Randomized Ensembles -

Lecture 3

title studio lab
Boostrapping Open In Studio Lab
Bagging Bagging Open In Studio Lab
tree correlation Open In Studio Lab
Random Forests Open In Studio Lab

Lecture 4

title studio lab
Random Forest Proximities -
Some use cases for Proximities -
Feature Importance in Trees Open In Studio Lab
Feature Importance in Random Forests Open In Studio Lab

Lecture 5

title studio lab
Boosting Open In Studio Lab
Gradient Boosting -
XGBoost, LightGBM and CatBoost CatBoost Open In Studio Lab
LightGBM Open In Studio Lab

Final Project

title studio lab
Final Project Open In Studio Lab

Final Project: Practice working with a "real-world" computer vision dataset for the final project. Final project dataset is in the data/final_project folder. For more details on the final project, check out this notebook.

Interactives/Visuals

Interested in visual, interactive explanations of core machine learning concepts? Check out our MLU-Explain articles to learn at your own pace!

Including relevant articles for this course: Decision Trees, Random Forest, and the Bias Variance Tradeoff.

Contribute

If you would like to contribute to the project, see CONTRIBUTING for more information.

License

The license for this repository depends on the section. Data set for the course is being provided to you by permission of Amazon and is subject to the terms of the Amazon License and Access. You are expressly prohibited from copying, modifying, selling, exporting or using this data set in any way other than for the purpose of completing this course. The lecture slides are released under the CC-BY-SA-4.0 License. The code examples are released under the MIT-0 License. See each section's LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].