forked from goeckslab/Galaxy-Pycaret
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added a user input of random seed (goeckslab#27)
* added input of random seed * flake8 linting * added random seed for testing * passed the tests * planemo lint
- Loading branch information
1 parent
9a3b9e1
commit 82e718c
Showing
11 changed files
with
406 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
Parameter,Value | ||
boosting_type,gbdt | ||
class_weight, | ||
colsample_bytree,1.0 | ||
importance_type,split | ||
learning_rate,0.1 | ||
max_depth,-1 | ||
min_child_samples,20 | ||
min_child_weight,0.001 | ||
min_split_gain,0.0 | ||
n_estimators,100 | ||
n_jobs,-1 | ||
num_leaves,31 | ||
objective, | ||
random_state,123 | ||
reg_alpha,0.0 | ||
reg_lambda,0.0 | ||
subsample,1.0 | ||
subsample_for_bin,200000 | ||
subsample_freq,0 | ||
loss_function,RMSE | ||
border_count,254 | ||
verbose,False | ||
task_type,CPU | ||
random_state,42 |
Oops, something went wrong.