Closed MorrisNein closed 11 months ago
Hello @MorrisNein! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
meta_automl/data_preparation/dataset/__init__.py
:Line 1:1: F401 '.dataset_base.DatasetBase' imported but unused Line 1:1: F401 '.dataset_base.DatasetData' imported but unused Line 1:1: F401 '.dataset_base.DatasetIDType' imported but unused Line 1:1: F401 '.dataset_base.TabularData' imported but unused Line 1:1: F401 '.dataset_base.TimeSeriesData' imported but unused Line 2:1: F401 '.custom_dataset.CustomDataset' imported but unused Line 2:1: F401 '.custom_dataset.DataNotFoundError' imported but unused Line 3:1: F401 '.openml_dataset.OpenMLDataset' imported but unused Line 3:1: F401 '.openml_dataset.OpenMLDatasetIDType' imported but unused Line 4:1: F401 '.time_series_dataset.TimeSeriesDataset' imported but unused
meta_automl/data_preparation/file_system/__init__.py
:Line 1:1: F401 'meta_automl.data_preparation.file_system.file_system.PathType' imported but unused Line 1:1: F401 'meta_automl.data_preparation.file_system.file_system.get_project_root' imported but unused Line 1:1: F401 'meta_automl.data_preparation.file_system.file_system.get_data_dir' imported but unused Line 2:1: F401 'meta_automl.data_preparation.file_system.cache.CacheOperator' imported but unused Line 2:1: F401 'meta_automl.data_preparation.file_system.cache.get_cache_dir' imported but unused Line 2:1: F401 'meta_automl.data_preparation.file_system.cache.get_dataset_cache_path' imported but unused Line 2:1: F401 'meta_automl.data_preparation.file_system.cache.get_dataset_cache_path_by_id' imported but unused Line 2:1: F401 'meta_automl.data_preparation.file_system.cache.update_openml_cache_dir' imported but unused
meta_automl/data_preparation/meta_features_extractors/time_series/time_series_meta_features_extractor.py
:Attention: 46 lines
in your changes are missing coverage. Please review.
Comparison is base (
bffab03
) 29.33% compared to head (2d61733
) 28.42%.:exclamation: Current head 2d61733 differs from pull request most recent head e25ccdd. Consider uploading reports for the commit e25ccdd to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes:
75
76
77
DatasetData
implementations for time series and tabular dataDatasetMetaFeatures
class as inheritor of pd.DataFrame
FeaturePreprocessor