MobileTeleSystems / Ambrosia

Ambrosia is a Python library for A/B tests design, split and result measurement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loadable and storable `Preprocessor`

xandaau opened this issue · comments

In the current implementation of the Preprocessor it is possible to load the parameters of the cuped and multicuped methods using the path to the json file.

It would be good to develop user convenient Preprocessor methods that allow you to store and load the entire instance using, for example, json file.

This problem depends on the ability of RobustPreprocessor to deal with parameters storage #14.
We can also consider about AggregatePreprocessor ability to save and load parameters.