DataPresenter

class qf_lib.common.utils.factorization.data_presenters.data_presenter.DataPresenter(model: DataModel, ticker_to_security_name_dict: Mapping[str, str], enet_factors_identifier: Optional[ElasticNetFactorsIdentifier] = None)[source]

Bases: object

Class used for presenting the data stored in the FactorizationDataModel. :param model: model for the data, which should be presented :param ticker_to_security_name_dict: dictionary mapping tickers to security names