File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""Version information."""
2
2
3
3
# The following line *must* be the last in the module, exactly as formatted:
4
- __version__ = "0.2"
4
+ __version__ = "0.2.1 "
Original file line number Diff line number Diff line change 50
50
optimize_metric = 'r2' ,
51
51
total_walltime_limit = 300 ,
52
52
func_eval_time_limit_secs = 50 ,
53
+ dataset_name = "Boston"
53
54
)
54
55
55
56
############################################################################
72
73
X_test = X_test ,
73
74
y_test = y_test ,
74
75
dataset_name = "Boston" ,
75
- total_walltime_limit = 1000 ,
76
- run_time_limit_secs = 200
76
+ total_walltime_limit = 500 ,
77
+ run_time_limit_secs = 50
77
78
# you can change the resampling strategy to
78
79
# for example, CrossValTypes.k_fold_cross_validation
79
80
# to fit k fold models and have a voting classifier
You can’t perform that action at this time.
0 commit comments