Skip to content

Commit

Permalink
refactor(steps): move feature generation/selection
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman authored and jitingxu1 committed May 13, 2024
1 parent 958f733 commit 3747650
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibis_ml/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
OneHotEncode,
TargetEncode,
)
from ibis_ml.steps._feature_engineering import CreatePolynomialFeatures
from ibis_ml.steps._feature_selection import DropZeroVariance
from ibis_ml.steps._generate_features import CreatePolynomialFeatures
from ibis_ml.steps._impute import FillNA, ImputeMean, ImputeMedian, ImputeMode
from ibis_ml.steps._select_features import DropZeroVariance
from ibis_ml.steps._standardize import ScaleMinMax, ScaleStandard
from ibis_ml.steps._temporal import ExpandDate, ExpandDateTime, ExpandTime

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3747650

Please sign in to comment.