ecommercetools
ecommercetools copied to clipboard
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
I have got this issue when I test the app in my browser: _Error: Too many requests. Google has temporarily blocked you. Try again later._ **_It must be because of...
Fix in readme.md: ``` from ecommercetools import transactions transactions.get_transactions(transaction_items) ```
There's an error on dependencies when it tries to install scikit package. This should be updated to scikit-learn. ` × Building wheel for sklearn (pyproject.toml) did not run successfully. │...
These changes have been published in PyPI but not merged into the master branch. I was planning to add some minor changes so I thought of having the latest published...
Matt Clarke, the creator of this project and owner of this repo, has unfortunately passed away. No new work will be happening in this repo, and it should be considered...
Hi Matt, trying to scrape from google, I followed your blogpost on [3 lines google scraping](https://practicaldatascience.co.uk/data-science/how-to-scrape-google-results-in-three-lines-of-python-code) and got the following error: ``` AttributeError Traceback (most recent call last) Cell In[2],...
Is there a way to review silhouette score?
The `google_autocomplete()` function currently supports `en` only because the expanded suggestions data are in English (and I don't reliably speak other languages). Extend support for other languages... > > Here...
I have tried to install it in both google colab and jupyter notebook but it gives me an error saying that module not found and something about dependencies not working?...