Open denis-akvelon opened 1 year ago
Hi @denis-akvelon! Thanks for reporting! Could you please explain, what usecase is blocked by this? Thanks!
Hi @aguschin ! We don't know how to obtain another data_type, not 'dataframe'. For example, SeriesType, LightGBMDataType and TorchTensorDataType. Is it possible? If yes, could you please, explain how to do that? Thank you! :)
During our work, we have encountered misunderstandings with the serializers type that we used from your schema (interface.json). It works fine when we work with "dataframe" type, but when we try to obtain other types, it does not work. For example, we used pandas_scikit.py to generate a model with series type, but only "dataframe" was built. We have also encountered the same problem using LightGbm model. We would be grateful if you could provide a detailed description of how to avoid these problems or send us any information to help.
Example: