/random_forest_project

Random forest algorithms with different types of information gain based on deformed entropies.

Primary LanguageJupyter Notebook

Random forests with parametric entropy-based information gains.

Random forest algorithms with different types of information gain based on deformed entropies. Jupyter notebooks (ipynb) contain codes for building random forests with different types of information gain.

  • "ClassificationRandomForest.ipynb" builds random forest for a classification task
  • "RegressionRandomForest.ipynb" builds random forest for a regression task
  • "Breiman_and_LinearRegression.ipynb" containes baseline models for a regression task, namely, Breiman's random forest and multiple linear regression.