RandomForestClassifier

This commit is contained in:
Jérôme Delacotte
2025-11-08 17:26:51 +01:00
parent 82ab199e2d
commit 4b22f3efb6
3 changed files with 289 additions and 83 deletions

View File

@@ -44,4 +44,4 @@ for title, normalize in titles_options:
print(title)
print(disp.confusion_matrix)
plt.show()
plt.show()

View File

@@ -1,3 +1,4 @@
from sklearn.ensemble import RandomForestRegressor
from sklearn.metrics import r2_score, mean_absolute_error
import pandas as pd