API improved: input, output, verbosity
Improved usability of API and FEDOT classes at all:
-
verbose removed from functions, moved to the logger (to avoid unnecessary parameters and make the output more flexible) Verbosity levels (0-5) are added for both logger and logger messages. If the verbosity level of the message is lower or equal to the verbosity level of the logger - the message is displayed in console or file, otherwise not.
-
API 'predict' is split to 'predict'/'predict_proba' (to obtain classes if necessary)
-
Pandas input supported (see the new test for details)
Issues: #234 (closed) #233 (closed)