automl-gs icon indicating copy to clipboard operation
automl-gs copied to clipboard

Expose `col_types` parameter in CLI arguments.

Open johngian opened this issue 6 years ago • 2 comments

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.

johngian avatar Apr 10 '19 14:04 johngian

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

minimaxir avatar Apr 10 '19 17:04 minimaxir

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

robotenique avatar Apr 10 '19 20:04 robotenique