All Projects → bgreenwell → MLDay18

bgreenwell / MLDay18

Licence: other
Material from "Random Forests and Gradient Boosting Machines in R" presented at Machine Learning Day '18

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to MLDay18

Chefboost
A Lightweight Decision Tree Framework supporting regular algorithms: ID3, C4,5, CART, CHAID and Regression Trees; some advanced techniques: Gradient Boosting (GBDT, GBRT, GBM), Random Forest and Adaboost w/categorical features support for Python
Stars: ✭ 176 (+1073.33%)
Mutual labels:  random-forest, decision-trees
Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (+86.67%)
Mutual labels:  random-forest, decision-trees
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+20913.33%)
Mutual labels:  random-forest, decision-trees
yggdrasil-decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models.
Stars: ✭ 156 (+940%)
Mutual labels:  random-forest, decision-trees
rfvis
A tool for visualizing the structure and performance of Random Forests 🌳
Stars: ✭ 20 (+33.33%)
Mutual labels:  random-forest, decision-trees
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+966.67%)
Mutual labels:  random-forest, decision-trees
R-stats-machine-learning
Misc Statistics and Machine Learning codes in R
Stars: ✭ 33 (+120%)
Mutual labels:  random-forest, decision-trees
Awesome Decision Tree Papers
A collection of research papers on decision, classification and regression trees with implementations.
Stars: ✭ 1,908 (+12620%)
Mutual labels:  random-forest, gradient-boosting-machine
aws-machine-learning-university-dte
Machine Learning University: Decision Trees and Ensemble Methods
Stars: ✭ 119 (+693.33%)
Mutual labels:  random-forest, decision-trees
interpretable-ml
Techniques & resources for training interpretable ML models, explaining ML models, and debugging ML models.
Stars: ✭ 17 (+13.33%)
Mutual labels:  gradient-boosting-machine, decision-trees
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+14546.67%)
Mutual labels:  random-forest, decision-trees
supervised-machine-learning
This repo contains regression and classification projects. Examples: development of predictive models for comments on social media websites; building classifiers to predict outcomes in sports competitions; churn analysis; prediction of clicks on online ads; analysis of the opioids crisis and an analysis of retail store expansion strategies using…
Stars: ✭ 34 (+126.67%)
Mutual labels:  random-forest, decision-trees
Benchm Ml
A minimal benchmark for scalability, speed and accuracy of commonly used open source implementations (R packages, Python scikit-learn, H2O, xgboost, Spark MLlib etc.) of the top machine learning algorithms for binary classification (random forests, gradient boosted trees, deep neural networks etc.).
Stars: ✭ 1,835 (+12133.33%)
Mutual labels:  random-forest, gradient-boosting-machine
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+1053.33%)
Mutual labels:  random-forest, decision-trees
Machine Learning In R
Workshop (6 hours): preprocessing, cross-validation, lasso, decision trees, random forest, xgboost, superlearner ensembles
Stars: ✭ 144 (+860%)
Mutual labels:  random-forest, decision-trees
decision-trees-for-ml
Building Decision Trees From Scratch In Python
Stars: ✭ 61 (+306.67%)
Mutual labels:  random-forest, gradient-boosting-machine
Text classification
Text Classification Algorithms: A Survey
Stars: ✭ 1,276 (+8406.67%)
Mutual labels:  random-forest, decision-trees
Network Intrusion Detection
Machine Learning with the NSL-KDD dataset for Network Intrusion Detection
Stars: ✭ 119 (+693.33%)
Mutual labels:  random-forest, decision-trees
goscore
Go Scoring API for PMML
Stars: ✭ 85 (+466.67%)
Mutual labels:  random-forest, decision-trees
Bike-Sharing-Demand-Kaggle
Top 5th percentile solution to the Kaggle knowledge problem - Bike Sharing Demand
Stars: ✭ 33 (+120%)
Mutual labels:  random-forest, decision-trees

MLDay18: Random Forests and Gradient Boosting Machines in R

Slides for Machine Learning Day ’18. This talk provides an overview of the following topics, as well as some of their implementations in the R programming language:

Launch slides

Abstract

Good modeling tools should be universally applicable in classification and regression, have state-of-the-art accuracy, scale well to large data sets, and handle missing values effectively. Additionally, it would be nice for these tools to be able to automatically discover which variables are important, how they interact, and whether there are any novel cases or outliers. In this presentation, we discuss two such modeling tools: random forests and gradient boosting machines. The talk will cover a brief background of both methodologies (including decision trees) as well as various implementations of each in the R software environment for statistical computing. The pros and cons of each implementation will also be covered.

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].