An experimentData object contains information concerning the experiment. These objects can be used to instantiate multiple experiments using the same iterations, feature information and variable importance.
experiment_setupContains regarding the experimental setup that is used to generate the iteration list.
iteration_listList of iteration data that determines which instances are assigned to training, validation and test sets.
feature_infoFeature information objects. Only available if the
experimentData object was generated using the precompute_feature_info or
precompute_vimp functions.
vimp_table_listList of variable importance table objects. Only
available if the experimentData object was created using the
precompute_vimp function.
project_idIdentifier of the project that generated the experimentData object.
familiar_versionVersion of the familiar package used to create this experimentData.
experimentData objects are primarily used to improve reproducibility, since these allow for training models on a shared foundation.
precompute_data_assignment
precompute_feature_info, precompute_vimp