Skip to content

ClaudioPoli/Regression-Trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MIT License LinkedIn


Regression Trees

Analysis and implementation of regression trees
Report Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Acknowledgments

About The Project

  • Theoretical analysis of regression trees and tree-based estimation methods such as CART, Random Forest (bagging) and Gradient Descent (boosting);
  • Implementation of regression trees in R and comparison of performances obtained through the use of different libraries. Regression / bagging trees: rpart, ipred, caret; Bagging - Random Forest: randomForest, ranger, H2o; Boosting - Gradient Descent: gbm, xgboost.

Regression trees/bagging: rpart, ipred, caret;

Bagging - Random Forest: randomForest, ranger, H2o;

Boosting - Gradient Descent: gbm, xgboost.

(back to top)

Built With

  • R
  • [R Studio][]

(back to top)

Getting Started

Prerequisites

  • RStudio

Installation

  1. Clone the repo
    git clone https://github.com/ClaudioPoli/Regression-trees.git
  2. That's it!

(back to top)

Usage

To run the project, simply import the .Rproj file into R Studio and proceed with the compilation and execution

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

(back to top)

About

Analysis and implementation of regression trees

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published