Skip to content

Commit

Permalink
0.6.11 a12
Browse files Browse the repository at this point in the history
Adding a little more clarity to help with confusion as in #233
  • Loading branch information
winedarksea committed Feb 17, 2024
1 parent 1729c58 commit 9653777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autots/evaluator/auto_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class AutoTS(object):
Methods:
fit, predict
export_template, import_template, import_results
export_template, import_template, import_results, import_best_model
results, failure_rate
horizontal_to_df, mosaic_to_df
plot_horizontal, plot_horizontal_transformers, plot_generation_loss, plot_backforecast
Expand Down Expand Up @@ -2343,6 +2343,8 @@ def import_template(
"""Import a previously exported template of model parameters.
Must be done before the AutoTS object is .fit().
Use import_best_model instead for loading a model for immediate prediction.
Args:
filename (str): file location (or a pd.DataFrame already loaded)
method (str): 'add_on' or 'only' - "add_on" keeps `initial_template` generated in init. "only" uses only this template.
Expand Down

0 comments on commit 9653777

Please sign in to comment.