Skip to main content

Ship better machine learning projects, faster!

Project description

Maurice

Installing

Install and update using pip:

pip install -U maurice

Simple Examples

Automatic caching

Add any of the following patches at the top of your scripts

Cache SQL queries executed from the pandas library

from maurice.patchers import caching_patch_pandas_db; caching_patch_pandas_db()
import pandas as pd


df = pd.read_sql_query(con=your_connection, sql="select * from your_table")

Cache .fit() calls from any sklearn Estimator (...)

from maurice.patchers import caching_patch_sklearn_estimators; caching_patch_sklearn_estimators()

...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maurice-0.1.16.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

maurice-0.1.16-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page