Skip to content

Commit aef9c28

Browse files
committed
Developing DS Code
1 parent 6878134 commit aef9c28

File tree

1 file changed

+2
-1
lines changed
  • data_science/src_nyc_taxi

1 file changed

+2
-1
lines changed

data_science/src_nyc_taxi/src.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"feature_fraction": 0.9,
1919
"bagging_seed": 42,
2020
"verbosity": -1,
21-
"seed": 42
21+
"seed": 42,
22+
"num_rounds": 100
2223
}
2324
)
2425
from registration import run_registration

0 commit comments

Comments
 (0)