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

Resolved warning of non-finite test scores and input_shape usage in dense layer #207

Merged
merged 3 commits into from
Oct 31, 2024

Conversation

shristirwt
Copy link
Contributor

Issue Reference: Fixes #201
Description of changes: I updated the code to resolve the warnings of non-Finite Values in GridSearchCV Test Scores for Support Vector Regressor (SVR) Model and input Layer Warning in Keras Sequential Model Due to input_shape Usage in Dense Layer

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our chaotic CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Mayureshd-18 Mayureshd-18 self-requested a review October 31, 2024 12:09
Copy link
Collaborator

@Mayureshd-18 Mayureshd-18 left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@Mayureshd-18 Mayureshd-18 added gssoc-ext GSSoC'24 Extended Version hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC) hacktoberfest Hacktober Collaboration labels Oct 31, 2024
@jvedsaqib jvedsaqib merged commit 137988b into rohitinu6:main Oct 31, 2024
4 checks passed
Copy link
Contributor

🎉🎉 Thank you for your contribution! Your PR #207 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext GSSoC'24 Extended Version hacktoberfest Hacktober Collaboration hacktoberfest-accepted Hacktoberfest 2024 level2 25 Points 🥈(GSSoC)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] GridSearchCV Warning: Non-Finite Test Scores for SVR Model
3 participants