google / model_search

Apache License 2.0
3.26k stars 462 forks source link

Some questions #24

Open andreyv2007 opened 3 years ago

andreyv2007 commented 3 years ago
  1. How should I preprocess the dataset? In all examples features are integers, I tried with floats and got error.
  2. Is it possible to specify the target metric?
  3. How to deploy the trained model? Are there any docs?