Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FBurkhardt committed May 29, 2024
1 parent 56d50ab commit d7a4b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
* kernel = rbf # ‘linear’, ‘poly’, ‘rbf’, ‘sigmoid’, ‘precomputed’
* **tree**: Classification tree classifier
* **tree_reg**: Classification tree regressor
* **xgb**:XG-Boost
* **xgb**: XG-Boost
* **xgr**: XG-Boost Regression
* **tuning_params**: possible tuning parameters for x-fold optimization (for Bayes, KNN, KNN_reg, Tree, Tree_reg, SVM, SVR, XGB and XGR)
* tuning_params = ['subsample', 'n_estimators', 'max_depth']
Expand Down

0 comments on commit d7a4b38

Please sign in to comment.