An open API service indexing awesome lists of open source software.

https://github.com/lnxpy/pypi-prediction-examples

Notebook Examples: Plotting Python's packages' download rate predictions using MindsDB's AI power and PyPI handler
https://github.com/lnxpy/pypi-prediction-examples

Last synced: about 1 year ago
JSON representation

Notebook Examples: Plotting Python's packages' download rate predictions using MindsDB's AI power and PyPI handler

Awesome Lists containing this project

README

          

## PyPI Donwload Rate Prediction
With this implementation, you can predict the near future download-rate of your Python packages that are stored on PyPI's servers. Follow the steps on Jupyter Notebook ([example.ipynb](example.ipynb)) and predict your desired packages.

Predicting the request's library download rate in the next 100 days:

![prediction](assets/prediction.png)

This prediction is based on [MindsDB's PyPI Handler](https://github.com/mindsdb/mindsdb/pull/7026).