-
Notifications
You must be signed in to change notification settings - Fork 17
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
use column names instead of indices #282
Comments
Mmm. I think this kind of implicit assumption - that the columns of tables are ordered, and that they be presented in a consistent order, is everywhere in MLJ, and probably elsewhere. [Transferring this issue to MLJ]. One could either try to allow tables to be presented in any column order, or throw a warning when the original order is violated. Personally, I think the latter would be sufficient. If MLJ had a generic data-front end for dealing with tables, apart from I'd support some kind of resolution, but it's a big ask to fix everywhere. Thanks @tiemvanderdeure for flagging this issue. |
Okay, can't do that in the usual way, this is a different org. Will create a new issue at MLJ and close here. |
Closing in favor of JuliaAI/MLJ.jl#1144 |
This package currently uses indices throughout, which can lead to unexpected errors and confusing results. I think we should switch to use keys instead.
For instance
The text was updated successfully, but these errors were encountered: