Implementation of container for custom model
Now introduction of custom model into pipeline as is possible. Tuning custom parameters is available.
- Evaluation strategy for custom models was added.
- Custom model implementation was added as the simplest way to use outside code into Fedot.
- Custom model transmits in params of node, custom_search_space for tuner specifies with one-value hp.choice.
- Tests and imitation example of usage was added.