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

Think carefully about automatic determination of data types #28

Open
dhuppenkothen opened this issue Apr 14, 2016 · 0 comments
Open

Think carefully about automatic determination of data types #28

dhuppenkothen opened this issue Apr 14, 2016 · 0 comments

Comments

@dhuppenkothen
Copy link
Owner

We need to think a little more carefully about the automatic determination of data types.
At the moment, it assumes any column with floats is a continuous variable and any other column is a categorical variable. This may not always be the case (e.g. there could be a column if integers that should be used as a continuous variable or a column of say, three distinct float variables that designate categories).
We need to think carefully how to handle it, including not handling it at all and let the user pass in a dictionary of strings with the relevant data types?

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

No branches or pull requests

1 participant