hse-scila / random_forest_project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 100.0%