Garve / mamimo

A package to compute a marketing mix model.
70 stars 12 forks source link

Package import error #6

Closed larun1916 closed 1 year ago

larun1916 commented 1 year ago

I am getting the below error while running the code.

image
amanabdullayev commented 1 year ago

there was a typo while importing sklearn function =>_OneToOneFeatureMixin, this actually should be without an underscore: OneToOneFeatureMixin, which is required for carryover and saturation classes. Fixed this import issue in #7 and created a PR.

Garve commented 1 year ago

Hello! I uploaded the new version to pypi now. A pip install mamimo==0.4.3 should fix it! Thanks a lot for reporting and fixing it :) it was still based on an older version of scikit-learn (1.1.2), and there, it still contained an underscore.