Skip to content

Commit

Permalink
change metric to eval_metric
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchenglong committed Nov 14, 2017
1 parent 899284d commit b0391f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.py
Expand Up @@ -142,7 +142,7 @@ def _plot_fig(train_results, valid_results, model_name):
"batch_norm_decay": 0.995,
"l2_reg": 0.01,
"verbose": True,
"metric": gini_norm,
"eval_metric": gini_norm,
"random_seed": config.RANDOM_SEED
}
y_train_dfm, y_test_dfm = _run_base_model_dfm(dfTrain, dfTest, folds, dfm_params)
Expand Down

0 comments on commit b0391f0

Please sign in to comment.