Skip to content

Commit

Permalink
fix typo 'rigde' -> 'ridge'
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisNein committed Oct 12, 2022
1 parent 5d53a71 commit e33eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/time_series_forecasting/ts_pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def ts_complex_ridge_pipeline():
"""
pip_builder = PipelineBuilder() \
.add_sequence('lagged', 'rigde', branch_idx=0) \
.add_sequence('lagged', 'ridge', branch_idx=0) \
.add_sequence('lagged', 'ridge', branch_idx=1).join_branches('ridge')

pipeline = pip_builder.to_pipeline()
Expand Down

0 comments on commit e33eb3b

Please sign in to comment.