Update freqai-feature-engineering.md

It seems that the closing parenthesis ) is missing at the end of line 65 in the pipeline example
pull/8932/head
Hom Bahrani 3 years ago committed by GitHub
parent ca934c7568
commit 8738b8d551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -261,7 +261,7 @@ class MyFreqaiModel(BaseRegressionModel):
"""
feature_pipeline = Pipeline([
('qt', SKLearnWrapper(QuantileTransformer(output_distribution='normal'))),
('di', ds.DissimilarityIndex(di_threshold=1)
('di', ds.DissimilarityIndex(di_threshold=1))
])
return feature_pipeline

Loading…
Cancel
Save