-
Notifications
You must be signed in to change notification settings - Fork 155
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 SGD regressor #374
Add SGD regressor #374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx a lot, this was quick.
Few questions:
- we don't add the classifier at the same time?
- Plus, I think there is a few places in the doc to add mention of the new model, like, here.
- plus, nothing to change on the test side?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for this, though there are a few missing changes + maybe create an issue for the workaround !
@RomanBredehoft : how was coverage 100%, if you say that @andrei-stoian-zama missed few things in tests? |
@andrei-stoian-zama, I think you must update:
|
ok my bad. Thanks to is_public_cml_model, the models are called but yes, pytest are red as explained by @RomanBredehoft / @kcelia |
I had in mind coverage 100% => tests are ok, since often test ko => coverage < 100%, but it's not always the case, as shown here |
yeah the model is still called and testsed, it's just that some tests need to consider it manually ! and it's intentional btw, to make sure everything is expected when adding new models (at least for the dump and test_sklearn_list tests) |
yes, I like the fact that we check we really test the new models. Things which are too automatic can easily have mistakes we don't see |
I update my previous message |
You haven't added it to src/concrete/ml/sklearn/init.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great thanks !
|
Coverage passed ✅Coverage details
|
Closes https://github.com/zama-ai/concrete-ml-internal/issues/4093