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

Fixing Bug #99 for RF Regressor #100

Merged
merged 3 commits into from
May 17, 2024
Merged

Conversation

sanskritilabroo
Copy link
Contributor

For issue #99

The random forest regressor was throwing an error because of a logical issue that is no.of splits are greater than no.of samples. For this logic to work, this model should only be applied on the dataset AFTER further splitting and not before. I have changed the placement accordingly and got the model to work properly.

Previously:
image

Now:
image

Please accept this under GSSOC'24.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.

@okaditya84 okaditya84 merged commit 5851e08 into recodehive:main May 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants