Skip to content

Commit bddf10a

Browse files
committed
fix doc
1 parent e3146db commit bddf10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nyaggle/experiment/gbdt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def experiment_gbdt(model_params: Dict[str, Any],
192192
A sample dataframe alined with test data (Usually in Kaggle, it is available as sample_submission.csv).
193193
The submission file will be created with the same schema as this dataframe.
194194
submission_filename:
195-
The name of submission file created under logging directory. If ``None``, the basename of the logging
195+
The name of submission file will be created under logging directory. If ``None``, the basename of the logging
196196
directory will be used as a filename.
197197
categorical_feature:
198198
List of categorical column names. If ``None``, categorical columns are automatically determined by dtype.
@@ -201,7 +201,7 @@ def experiment_gbdt(model_params: Dict[str, Any],
201201
Otherwise, ``binary``, ``continuous``, or ``multiclass`` are supported.
202202
tuning_time_budget:
203203
If not ``None``, model parameters will be automatically updated using optuna with the specified time
204-
budgets in seconds (only available in lightgbm).
204+
budgets in seconds (only available in lightgbm).
205205
feature_list:
206206
The list of feature ids saved through nyaggle.feature_store module.
207207
feature_directory:

0 commit comments

Comments
 (0)