deeplearninc / auger-ai

Auger python API and auger cli
MIT License
0 stars 1 forks source link

Description for start project doesn't make sense #41

Open derekflint opened 5 years ago

derekflint commented 5 years ago

Doesn't it just start the project? This sentence is very confusing.

start() - starts Project cluster. DataSet processing, Experiment runs and Model deploy and predict need cluster to perform operations and will start cluster automatically. It is possible, but not necessary, to start cluster beforehand. Throws exception if can't validate credentials or network connection error.

IgorFlint commented 5 years ago

Yep, it just starts the project, so the command is optional for better control (if one wants to start/stop cluster by hands). Due to augerai.cli supposed to be more developer-oriented CLI. For end-user we have a2ml CLI.

Could you tell me what is wrong with it? And which description do you mean?

vlad-dplrn commented 5 years ago

@derekflint Please be more specific