We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Separate transforms by groups by its meaning. It can help to make all of them usable.
Suggested groups:
change_point_trend.py
binseg.py
trend.py
detrend.py
stl.py
filter.py
feature_selection.py
feature_importance.py
gale_shapley.py
datetime_flags.py
fourier.py
holiday.py
lags.py
special_days.py
statistics.py
add_constant.py
log.py
sklearn.py
scalers.py
power.py
outliers.py
imputation.py
resample.py
segment_encoder.py
pytorch_forecasting.py
File base.py can be placed in the root of transforms/ folder.
base.py
transforms/
There are a lot of transforms and it can confuse a lot of users. If transform will be grouped by its meaning it will be easier to use the library.
No response
The text was updated successfully, but these errors were encountered:
julia-shenshina
Successfully merging a pull request may close this issue.
🚀 Feature Request
Separate transforms by groups by its meaning. It can help to make all of them usable.
Suggested groups:
change_point_trend.py
binseg.py
trend.py
detrend.py
stl.py
filter.py
feature_selection.py
feature_importance.py
gale_shapley.py
datetime_flags.py
fourier.py
holiday.py
lags.py
special_days.py
statistics.py
add_constant.py
log.py
sklearn.py
scalers.py
power.py
outliers.py
imputation.py
resample.py
segment_encoder.py
pytorch_forecasting.py
File
base.py
can be placed in the root oftransforms/
folder.Motivation
There are a lot of transforms and it can confuse a lot of users. If transform will be grouped by its meaning it will be easier to use the library.
Proposal
Test cases
No response
Alternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: