Skip to content

Commit

Permalink
- minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygetmanov committed Sep 5, 2022
1 parent 1265ed4 commit 70e5af6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion fedot/preprocessing/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from fedot.core.repository.tasks import TaskTypesEnum
from fedot.preprocessing.categorical import BinaryCategoricalPreprocessor
from fedot.preprocessing.data_types import NAME_CLASS_INT, TableTypesCorrector
from fedot.preprocessing.decorators import exclude_ts, exclude_multi_ts, exclude_image
from fedot.preprocessing.data_type_check import exclude_ts, exclude_multi_ts, exclude_image
from fedot.preprocessing.structure import DEFAULT_SOURCE_NAME, PipelineStructureExplorer
# The allowed percent of empty samples in features.
# Example: 90% objects in features are 'nan', then drop this feature from data.
Expand Down

0 comments on commit 70e5af6

Please sign in to comment.