Skip to content

Commit 2b3c1f8

Browse files
committed
Developing DS Code
1 parent 3547543 commit 2b3c1f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

data_science/src_nyc_taxi/training/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -416,19 +416,7 @@ def train_model_lgbm(
416416
# label=y_test.values
417417
# )
418418

419-
mlflow.log_param("num_leaves", "32")
420-
mlflow.log_param("objective", "regression")
421-
mlflow.log_param( "metric", "rmse")
422-
mlflow.log_param("learn_rate", "100")
423-
424-
#param = {
425-
# "num_leaves": 32,
426-
# "objective": "regression",
427-
# "metric": "rmse"
428-
# }
429419

430-
num_rounds = 100
431-
432420
# Train a lightGBM model
433421
model = lgb.train(
434422
#param,

0 commit comments

Comments
 (0)