Impement 'fedot' operator
The implement high-level wrapper to solve the problems with the minimal number of requited configuration steps.
Example: fedot = Fedot() fedot.solve_classification(train_data_path) //or train_data prediction = fedot.predict(test_data_path) // or test_data metric = fedot.quality(valid_data_path) // or valid data or empty (if train)