effects-of-tuning-decision-trees-in-random-forest-regression-on-predicting-porosity-kushan-sandunil-
This code was design as a part of a research where effects of "n_estimators" hyperparaemter of random forest regression was investigated when predicting porosity of a hydrocarbon reservoir. Four codes were developed. Jupyter notebook files of the three codes have been uploaded. In "Code_1", only the "n_estimators" was tuned, in "Code_2", "n_estimators" was tuned along with max_features, in "Code_3" n_estimaors were tuned along with min_samples_leaf and in "Code_4" all three hyperparameter were tuned to investigate the effects. Code consists of four main stages, reading data, data distribution check, model development and model evaluation. Under model development, hyperparameter tuning was carried out.