forked from cmu-db/noisepage-pilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic Feature Selection with Featurewiz (cmu-db#54)
This PR modifies the training pipeline to be able to derive input features with `featurewiz` (https://github.com/AutoViML/featurewiz/). `featurewiz` is a method of finding features of high signal from given input/test datasets. Furthermore, `featurewiz` will automatically explore feature combinations (e.g., `column1 * column2`). Validating the selected features and/or selecting the best model from a set of model/hyperparameter candidates is deferred to a future PR. This PR just brings in the infrastructure to run `featurewiz` and train/infer models based on derived features.
- Loading branch information
Showing
18 changed files
with
401 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[submodule "featurewiz"] | ||
path = behavior/modeling/featurewiz | ||
url = https://github.com/17zhangw/featurewiz.git | ||
branch = stable | ||
ignore = dirty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule featurewiz
added at
b37c9c
Oops, something went wrong.