modelfoxdotdev / modelfox

ModelFox makes it easy to train, deploy, and monitor machine learning models.
Other
1.46k stars 63 forks source link

Autogrid #66

Closed deciduously closed 2 years ago

deciduously commented 2 years ago

This PR addresses #46 by adding an autogrid option to the config file:

{
  "train": {
    "autogrid": {
      "model_types": ["linear"]
    }
  }
}

This code will instruct Tangram to only train linear models.