-
Notifications
You must be signed in to change notification settings - Fork 45
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
Reduce sigdigits in parameter range display #948
Labels
Comments
Hello, can I work on this issue? I think this change should work: MLJBase.jl/src/hyperparam/one_dimensional_ranges.jl Lines 33 to 34 in a8e599f
New output:
|
Looks good to me, thanks. PR welcome. |
issue assigned to @adarshpalaskar1 |
adarshpalaskar1
added a commit
to adarshpalaskar1/MLJBase.jl
that referenced
this issue
Jan 30, 2024
This commit addresses issue JuliaAI#948 by updating the display of parameter ranges to include reduced significant digits.
adarshpalaskar1
added a commit
to adarshpalaskar1/MLJBase.jl
that referenced
this issue
Jan 31, 2024
This commit addresses issue JuliaAI#948 by updating the display of parameter ranges to include reduced significant digits.
ablaom
added a commit
that referenced
this issue
Feb 3, 2024
…-948 Reduce sigdigits in parameter range display #948
Closed by #958 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think 4 sigdigits is sufficient.
The display is defined here:
MLJBase.jl/src/hyperparam/one_dimensional_ranges.jl
Line 48 in a8e599f
The text was updated successfully, but these errors were encountered: