LMZimmer / Auto-PyTorch_refactor

Apache License 2.0
0 stars 2 forks source link

Dataset properties #46

Closed ravinkohli closed 3 years ago

ravinkohli commented 3 years ago

Changes made:

  1. changed constants to comply with sklearn type_of_target
  2. changed dataset_property flag for few keys like X_train, train_indices as these will be added by the AutoML class after performing splits on the dataset.
  3. added interpret_dataset_properties to tabular dataset
  4. added get_dataset_properties in base dataset