A lightweight library for basic machine learning tasks.
Project description
stoltzmaniac
A Python package to solve simple data science problems.
This is a rudimentary library for machine learning with 3 concepts in mind. This library should be:
- easy-to-use
- easy-to-read
- easy-to-interpret
Optimization for efficiency of compute, latency, and memory will not be a priority.
The only external package we will use for modeling will be numpy. Others required are simply to get data into numpy.ndarray format.
This is my first package, so help out and don't hold back on putting in PR's. Thank you!
Installing:
pip install stoltzmaniac
Run tests
pytest
Add packages (example with requests):
For development:
poetry add -D requests
For production:
poetry add requests
Build:
poetry build
Publish:
poetry publish
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stoltzmaniac-0.2.0.tar.gz.
File metadata
- Download URL: stoltzmaniac-0.2.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Darwin/19.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
344acf02ca3caa36e2db06a969840733d3bf24d10affbaab17941713fa2f0047
|
|
| MD5 |
15094b2523109c8e3ddfca52a6fc56af
|
|
| BLAKE2b-256 |
f675924ccada57ee7d4f9c997028630044f5034e634571e88debf496dea3dca8
|
File details
Details for the file stoltzmaniac-0.2.0-py3-none-any.whl.
File metadata
- Download URL: stoltzmaniac-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.7 Darwin/19.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e5f6e6512e2f9f7dbd77c8400804bef1427f33925a2122bbf16bba63c05e37
|
|
| MD5 |
3161072416d6438363ab4d094dcc7839
|
|
| BLAKE2b-256 |
f1feff205e47926595dfea3bb5b25296b01f7cc13968346455ec78d039a28535
|