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

Fix MLJ docstrings #141

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Fix MLJ docstrings #141

merged 1 commit into from
Feb 2, 2023

Conversation

ablaom
Copy link
Member

@ablaom ablaom commented Feb 1, 2023

In making #138 I overlooked that fact that solver switching is not based on the literal value of gamma but on the value of the penalty parameter (taking values :l1, :l2, and :en) which I had completely overlooked. This PR addresses this mistake and makes further changes to address the observation made here.

@ablaom ablaom requested a review from tlienart February 1, 2023 22:50
@ablaom ablaom mentioned this pull request Feb 1, 2023
1 task
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2023

Codecov Report

Merging #141 (7109243) into dev (9d98288) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##              dev     #141   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files          21       21           
  Lines         869      869           
=======================================
  Hits          828      828           
  Misses         41       41           
Impacted Files Coverage Δ
src/mlj/classifiers.jl 100.00% <ø> (ø)
src/mlj/regressors.jl 12.50% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@tlienart tlienart left a comment

Choose a reason for hiding this comment

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

lgtm thanks

@ablaom ablaom merged commit 5c17928 into dev Feb 2, 2023
@ablaom ablaom mentioned this pull request Feb 2, 2023
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.

None yet

3 participants