autogluon / autogluon-cloud

Autogluon-cloud aims to provide user tools to train, fine-tune and deploy AutoGluon backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management
Apache License 2.0
18 stars 12 forks source link

Update timeseries_cloud_predictor.py #160

Open 3atshan opened 4 days ago

3atshan commented 4 days ago

Issue #116

Description of changes: Simply pass through **kwargs from the method call to its internal method call, which will allow passing through inference_kwargs that may be required for inference (for example future_covariates).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.