-
Notifications
You must be signed in to change notification settings - Fork 97
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
[BUG]: scitype
warning
#405
Comments
I guess right now it's just a warning and it doesn't stop the SR from conduting the business, so maybe a no-fix for now. Given how simple my data is, I wonder if this warning will ALWAYS come up? |
I'm not sure what's going on but if I run your example, I don't see any warning. Weird. |
edited When I run the example I do see the warning, as reported. Here is an isolation of the underlying issue: julia> target_scitype(sr_model2)
AbstractVector{<:Unknown} (alias for AbstractArray{<:Unknown, 1})
julia> target_scitype(SRRegressor)
AbstractVector{<:Continuous} (alias for AbstractArray{<:Continuous, 1}) The fact that these are different is atypical, and there is something in the design of MLJ that tacitly assumes these are the same. For some cases of |
@Moelf This issue appears resolved in the in the latest version of SymbolicRegression 1.7.0, released an hour ago.
|
What happened?
maybe related to #390
But the
X
andys
are simply:This
Version
1.6.0
Operating System
Linux
Interface
Jupyter Notebook
Relevant log output
Extra Info
No response
The text was updated successfully, but these errors were encountered: