Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 585 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 585 Bytes

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.