-
Notifications
You must be signed in to change notification settings - Fork 20
Description
In the example of the heart emulator researchers use the following features from their output to train their emulator
min, max , average and n number of PCA components.
For Autoemulate we can change the setup flags to allow people to choose what features to include in the training. for example :
em.setup(sample_df, results, y_features_for_training = ["min, "max", "average", "outcome of preprocessing technique we just performed"] , models=["gp"], scale_output = True, reduce_dim_output=True, preprocessing_methods=preprocessing_methods)
This should still allow for preprocessing grid search as well as adding additional statistically important features
This could be extended to writing own processing function and import function as one of the features
Metadata
Metadata
Assignees
Labels
Type
Projects
Status