Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add random number seed parameter #85

Closed
rpreen opened this issue Jul 11, 2023 · 0 comments · Fixed by #86
Closed

add random number seed parameter #85

rpreen opened this issue Jul 11, 2023 · 0 comments · Fixed by #86

Comments

@rpreen
Copy link
Member

rpreen commented Jul 11, 2023

Currently, the random number seed is set via a Python function def seed(value: int) -> None. Changing this to a parameter random_state will allow it to be set through JSON and therefore the stand-alone executable; it will also enable being set via a future set_params() and constructor args, making it more similar to sklearn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant