You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a OneHotEncoder and OrdinalEncoder. In a previous commit (# 9edbbce) these were removed. We should put back the Encoders in the validateDataset step to allow uploading datasets with ordinal and categorical columns.
This functionality was part of Aliro prior to the 9edbbce commit. But, experiments could not be run. It seems the Encoders were never implemented when running experiments. So, this issue will require 2 steps:
Put back the encoders in the validateDataset step
Perform encoding when a new experiment is launched.
Testing of this feature can be done with the datasets in data/datasets/test/integration/
Once this is implemented, we'll need to put back the skipped unittests in learn_tests.py and test_validateDataset.py
The text was updated successfully, but these errors were encountered:
Add a OneHotEncoder and OrdinalEncoder. In a previous commit (# 9edbbce) these were removed. We should put back the Encoders in the validateDataset step to allow uploading datasets with ordinal and categorical columns.
This functionality was part of Aliro prior to the 9edbbce commit. But, experiments could not be run. It seems the Encoders were never implemented when running experiments. So, this issue will require 2 steps:
Testing of this feature can be done with the datasets in data/datasets/test/integration/
Once this is implemented, we'll need to put back the skipped unittests in learn_tests.py and test_validateDataset.py
The text was updated successfully, but these errors were encountered: