The codes for paper Evolutionary Automated Feature Engineering
First, preprocessing the dataset to a whole .csv file. Then, setting the feature information according to the dataset. Other configurations and hyperparameters are set in the main .py file, please reference to the examples.
- A sample run of the code is shown below
python test_eaafe.py- A sample run of the code, with generating transformed data
python test_eaafe_transform.py- A sample run of the code, with
Ray
python test_eaafe_ray.py- A sample run of the code, with
spark
python test_eaafe_spark.pyThe codes and models in this repo are released under the GNU GPLv3 license.