Skip to content

Commit

Permalink
Delete CV modules
Browse files Browse the repository at this point in the history
  • Loading branch information
v1docq committed Jan 26, 2024
1 parent 66ee030 commit 21c13d6
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 2,162 deletions.
7 changes: 5 additions & 2 deletions fedot_ind/api/utils/checkers_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class DataCheck:
"""

def __init__(self,
input_data: Union[tuple, InputData],
task: str):
input_data: Union[tuple, InputData] = None,
task: str = None):
self.logger = logging.getLogger(self.__class__.__name__)
self.input_data = input_data
self.task = task
Expand Down Expand Up @@ -109,6 +109,9 @@ def _check_input_data_target(self):
elif self.task == 'classification':
self.input_data.target[self.input_data.target == -1] = 0

def check_available_operations(self, available_operations):
pass

def check_input_data(self) -> InputData:
"""Checks and preprocesses the input data for Fedot AutoML.
Expand Down
135 changes: 0 additions & 135 deletions fedot_ind/core/architecture/datasets/visualization.py

This file was deleted.

51 changes: 0 additions & 51 deletions fedot_ind/core/architecture/experiment/BenchmarkTests.py

This file was deleted.

Loading

0 comments on commit 21c13d6

Please sign in to comment.