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

Expose col_types parameter in CLI arguments. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johngian
Copy link

@johngian johngian commented Apr 10, 2019

This was really useful when I recently used automl_gs. It looks like you can override the column types if you are programmatically running automl_gs but not through CLI.

@minimaxir
Copy link
Owner

I left it out because I wasn't sure how to optimally pass a dict through the command line. This approach should work though.

@robotenique
Copy link

robotenique commented Apr 10, 2019

How exactly would one use the col_types dict? Suppose I have one feature named "feature1" with type str and my target is called "survival" and is an int. How should I write this col_types dict?

edit: this is more of something I was struggling before when using automl-gs in python itself :'0

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

Successfully merging this pull request may close these issues.

3 participants