+ preprocessors cacher
Created by: IIaKyJIuH
Added preprocessors cacher class:
- Created base cacher class for pipelines and preprocessors items.
- Refactored
DataPreprocessorclass and added its items cacher using sqlite3 database. - Moved main API caching options to the composer's
- Moved
pipelines_caching.pyexample to the separate repository - Minor: rid of deprecated
.warnlogger messages; fixed singleton log initialization by wrapping some of the class fields into the property decorator; semantized docstrings; fixed caching via multiprocessing indata_objective_builder.py; code style/type fixes