Autoscientist
Create an AutoScientist run
autoscientist.create(AutoscientistCreateParams**kwargs) -> AutoscientistRun
POST/api/v1/autoscientist
Recommend hyperparameters
autoscientist.recommend_hyperparams(AutoscientistRecommendHyperparamsParams**kwargs) -> AutoscientistRecommendHyperparamsResponse
POST/api/v1/autoscientist/recommend-hyperparams
Retrieve an AutoScientist run
autoscientist.get(strexperiment_id) -> AutoscientistRun
GET/api/v1/autoscientist/{experiment_id}
List AutoScientist runs
autoscientist.list(AutoscientistListParams**kwargs) -> SyncCursorRuns[AutoscientistRun]
GET/api/v1/autoscientist
Cancel an AutoScientist run
autoscientist.cancel(strexperiment_id) -> AutoscientistRun
POST/api/v1/autoscientist/{experiment_id}/cancel
Download the best trained model artifact
autoscientist.download(strexperiment_id) -> BinaryResponseContent
GET/api/v1/autoscientist/{experiment_id}/download
List available base models for training
autoscientist.list_models() -> AutoscientistListModelsResponse
GET/api/v1/autoscientist/models