Skip to content

Expose col_types parameter in CLI arguments.#22

Open
johngian wants to merge 1 commit intominimaxir:masterfrom
johngian:cli-col-types
Open

Expose col_types parameter in CLI arguments.#22
johngian wants to merge 1 commit intominimaxir:masterfrom
johngian:cli-col-types

Conversation

@johngian
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown

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