ifiguero 2025-03-10 19:16:11 -03:00
parent 636d3636bb
commit 27cd228aea
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ matplotlib.rcParams['text.usetex'] = True
from sklearn.model_selection import StratifiedGroupKFold, StratifiedShuffleSplit, GridSearchCV from sklearn.model_selection import StratifiedGroupKFold, StratifiedShuffleSplit, GridSearchCV
from sklearn.metrics import mean_squared_error, mean_absolute_error from sklearn.metrics import mean_squared_error, mean_absolute_error
from sklearn.preprocessing import MinMaxScaler
from xgboost import XGBRegressor from xgboost import XGBRegressor