Skip to content

Commit

Permalink
Add missing param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
eccabay committed Aug 7, 2023
1 parent c6a6c99 commit 7ed66bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evalml/pipelines/multiseries_regression_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class MultiseriesRegressionPipeline(TimeSeriesRegressionPipeline):
An empty dictionary {} implies using all default values for component parameters. Pipeline-level
parameters such as time_index, gap, and max_delay must be specified with the "pipeline" key. For example:
Pipeline(parameters={"pipeline": {"time_index": "Date", "max_delay": 4, "gap": 2}}).
custom_name (str): Custom name for the pipeline. Defaults to None.
random_seed (int): Seed for the random number generator. Defaults to 0.
"""
Expand Down

0 comments on commit 7ed66bd

Please sign in to comment.