Skip to content

Tutorial of classification and regression trees, and an overview of boosting from scratch

Notifications You must be signed in to change notification settings

central-ldn-data-sci/pushingTrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pushingTrees

Intro to decision trees and gradient boosting

Continuing our theme from last meetup's on clustering, we will look at a supervised machine learning method using decision trees. Decision trees can be used for both regression and classification, and are often the bread and butter of machine learning tasks. There are a number of different ways of doing both, however, one tool to help improve the predictions of your models is via gradient boosting. Gradient boosting is a great tool for improving your models, and is often used to improve decision trees.


Video of this meetup will be uploaded soon.

About

Tutorial of classification and regression trees, and an overview of boosting from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published