Refactor predict method
Created by: YamLyubov
Predict and transform metods for fit and predict stage were separated. Changes have affected implementations of such classes as:
DataOperationImplementation
ModelImplementation
EvaluationStrategy
Flag is_fit_pipeline_stage
was removed.