Skip to content

Commit

Permalink
fix: removed obsolete arg/docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
madtoinou committed Nov 3, 2023
1 parent 4566858 commit e7ae306
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions darts/models/forecasting/forecasting_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2277,9 +2277,6 @@ def predict(
If set to `True`, the model predict the parameters of its Likelihood parameters instead of the target. Only
supported for probabilistic models with a likelihood, `num_samples = 1` and `n<=output_chunk_length`.
Default: ``False``
num_loader_workers
Optionally, an integer specifying the ``num_workers`` to use in PyTorch ``DataLoader`` instances,
for the inference/prediction dataset loaders (if any).
Returns
-------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def _optimized_historical_forecasts_last_points_only(
overlap_end: bool = False,
show_warnings: bool = True,
predict_likelihood_parameters: bool = False,
num_loader_workers: int = 0,
) -> Union[
TimeSeries, List[TimeSeries], Sequence[TimeSeries], Sequence[List[TimeSeries]]
]:
Expand Down

0 comments on commit e7ae306

Please sign in to comment.