You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if we could not create a flask rest api for your repository, it woud be awesome to compute data from e-commerce cms like Prestashop or Magento2.
What do you think about it ? How complicated it would be ?
Thanks for any insights or inputs on that.
Cheers,
Luc Michalski
The text was updated successfully, but these errors were encountered:
Hi @lucmichalski, I'm not quite sure if I understand your request entirely but I'll try to answer.
You can create a rest API using the pickle file customer_lifetime_estimator in the src/models/ directory of the repo, feel free to utilize the implementation of using the pickle file in the src/predict.py to make the estimates.
The implementation in this repo is specific to the Olist Public dataset, you'd have to work around that for Prestashop or Magneto2 data.
I hope this answers your questions, and feel free to let me know if you'd like to collaborate on creating the rest api or implementing CLV for Prestashop or Magento2.
Hi @abhijitpai000 ,
Hope you are all well !
I was wondering if we could not create a flask rest api for your repository, it woud be awesome to compute data from e-commerce cms like Prestashop or Magento2.
What do you think about it ? How complicated it would be ?
Thanks for any insights or inputs on that.
Cheers,
Luc Michalski
The text was updated successfully, but these errors were encountered: