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

Random States for models and max_iter for S3 #38

Merged
merged 5 commits into from
Apr 4, 2024
Merged

Conversation

x-tabdeveloping
Copy link
Owner

Added random_state to all models so that you get the same results when running them.
Added max_iter to S3, so that you can increase it if the model does not converge.
I also removed the option for one to use PCA in S3, I might revise this real quick.

@x-tabdeveloping x-tabdeveloping changed the title [WIP] Random States for models and max_iter for S3 Random States for models and max_iter for S3 Apr 4, 2024
Copy link
Collaborator

@jankounchained jankounchained left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, everything that can have random_state seems to have random_state!

@jankounchained
Copy link
Collaborator

the only thing is that if you remove PCA and the objective argument from S3, then tutorials in the documentation have to be updated as well.

i'll add an issue & would still merge the pull request

@x-tabdeveloping x-tabdeveloping merged commit 5731bdc into main Apr 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants