-
Notifications
You must be signed in to change notification settings - Fork 13
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
categorical variables are not detected #40
Comments
Additional info:
|
Thanks for reporting this issue @earnaud. The attributes template looks good, but I suspect the problem is related to the data tables it's referencing. What files do your directories at |
Is this still an issue @earnaud? |
The issue is not met anymore in MetaShARK. |
I do not want to open a new issue as this is linked: I get some variables which shall be detected as "character" which are indeed detected as "categorical". I would suggest this metric to guess the actual nature of a variable:
which could be translated in R as:
|
This would be a nice Improvement @earnaud . Would you mind refactoring |
I will do it with the #77 review |
Done |
As reported in this pull request from the MetaShARK repository (issue #9 ), the
template_categorical_variables
return the following error:(Note that this is not an internal error in the function).
In fact, there are actually two problems:
attributes_*.txt
files) seem to be mistakenThe text was updated successfully, but these errors were encountered: