-
Notifications
You must be signed in to change notification settings - Fork 80
Add default params_to_tune
for math transforms
#1233
Conversation
…nsform, MinTransform, MedianTransform, MeanTransform, StdTransform, MADTransform, MinMaxDifferenceTransform, QuantileTransform, BoxCoxTransform, YeoJohnsonTransform
…stScalerTransform, MinMaxScalerTransform, MaxAbsScalerTransform
🚀 Deployed on https://deploy-preview-1233--etna-docs.netlify.app |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## automl-2.0 #1233 +/- ##
============================================
Coverage ? 7.62%
============================================
Files ? 177
Lines ? 10699
Branches ? 0
============================================
Hits ? 816
Misses ? 9883
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
{ | ||
"with_centering": CategoricalDistribution([False, True]), | ||
"with_scaling": CategoricalDistribution([False, True]), | ||
"unit_variance": CategoricalDistribution([False, True]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to add quantile_range
, it worked, but I don't really sure should we add it here because of the warning.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, let's skip it -- it already has reasonable default value
# Conflicts: # CHANGELOG.md
{ | ||
"with_centering": CategoricalDistribution([False, True]), | ||
"with_scaling": CategoricalDistribution([False, True]), | ||
"unit_variance": CategoricalDistribution([False, True]), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, let's skip it -- it already has reasonable default value
# Conflicts: # CHANGELOG.md
Before submitting (must do checklist)
Proposed Changes
Look #1226.
Closing issues
Closes #1226.