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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file maurice-0.1.16.tar.gz
.
File metadata
- Download URL: maurice-0.1.16.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b524819b5c7765d34e53e942cc45934354a03f87fc306e8d2ad0bf383191dd9 |
|
MD5 | a6964e97fc2768b51389fa2c442137c0 |
|
BLAKE2b-256 | c2de830c044ba2afb3c2760914dd286648a6d405ee8c4ee0be4f4815a3339ef2 |
File details
Details for the file maurice-0.1.16-py3-none-any.whl
.
File metadata
- Download URL: maurice-0.1.16-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.6 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e39eb280c0c9cda6943cf1ffe0b29d8507a06da1b8ec646b85c73c0340b85a6b |
|
MD5 | 7eb6931da7de4db0b51ae267dca7eb55 |
|
BLAKE2b-256 | 726ab9cfca69972741c7cd08d1d3a5d93bd93d637a2b4a57b0e4b7c853b4ca86 |