olegkkruglov
olegkkruglov
### Description * Added SPMD interface for IncrementalLinearRegression * Changed policy saving workflow, now queue is saved to attributes instead of policy. It is necessary because `finalize_fit` requires `spmd_policy`, but...
### Description * Added `__getstate__` and `__setstate__` methods to `IncrementalEmpiricalCovariance` * Finalization is called with serialization during `__getstate__` method * `_need_to_finalize` flag is added to avoid unnecessary call of finalization...
### Description * Contains changes from https://github.com/intel/scikit-learn-intelex/pull/1924 which are necessary for correctly working multiple times serialization/deserialization * Added `__getstate__` and `__setstate__` methods to `IncrementalPCA` * Finalization is called with serialization...
- Add 'Non-Scikit algorithms' part to the docs - Add info about IncrementalPCA - Add sphinx.napoleon extension to generate docs from docstrings. - Update docstrings for non-scikit algorithms ## Description...
# Description * Added support of incremental algorithms * Added config example for introduced functionality * Fixed bug in report generator which led to fail in case if one of...