Skip to content

Commit

Permalink
disable categoricals strategy change for neural network (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jan 11, 2021
1 parent d08f6b4 commit d984cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervised/tuner/mljar_tuner.py
Expand Up @@ -506,7 +506,7 @@ def get_categorical_strategy(self, current_models, strategy, total_time_limit):
if m_type not in [
"Xgboost",
"LightGBM",
"Neural Network",
# "Neural Network",
# "Random Forest",
# "Extra Trees",
]:
Expand Down

0 comments on commit d984cb5

Please sign in to comment.