Skip to content

Data features #533

@marjanfamili

Description

@marjanfamili

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions