AI for the Good by Unknown

AI for the Good by Unknown

Author:Unknown
Language: eng
Format: epub
ISBN: 9783030669133
Publisher: Springer International Publishing


To assess the accuracy of the different models, the median prediction has been taken as the naïve baseline, which results in (due to the normalization from one hot encoding, results are directly in %):Median Baseline Mean Absolute Error

MAE = 3.7879%

Median Baseline Root Mean Square Error

RMSE = 4.8252%

The model initiation is configured as follows:model1 = LinearRegression() # no parametrization

model2 = ElasticNet(alpha=1.0, l1_ratio=0.5)

model3 = RandomForestRegressor(n_estimators=100)

model4 = ExtraTreesRegressor(n_estimators=100)

model5 = SVR(kernel='rbf', degree=3, C=1.0, gamma='auto')

model6 = GradientBoostingRegressor(n_estimators=50)



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.