정종호
Results
1
issues of
정종호
automl = AutoML( algorithms=["CatBoost", "Xgboost", "LightGBM"], mode="Compete", ml_task="multiclass_classification", eval_metric='f1', random_state=42, total_time_limit=14400, model_time_limit=None, ) #모델 학습 automl.fit(df_preprocess, df_y_data_encoded) df_preprocess => (96294,15) df_y_data_encoded.distinct() => 0,1,2,3,4,5,6 cannot reshape array of size 606648 into...