Collection of machine learning models for Tensorus.
Project description
tensorus-models
This repository provides a collection of machine learning models that extend the core Tensorus project. The models live under the tensorus.models namespace and rely on utilities from the main tensorus repository (for example tensorus.tensor_storage).
Installation
Install the package in editable mode while in the repository directory:
pip install -e .
When published on PyPI you will also be able to install it with:
pip install tensorus-models
Example
from tensorus.models import LinearRegressionModel
Running Tests
The tests require the core tensorus package so that tensorus.tensor_storage can be imported. Either clone the main repository and install it, or install it from PyPI:
# Option 1: clone Tensorus
git clone https://github.com/tensorus/tensorus
pip install -e tensorus
# Option 2: install from PyPI
pip install tensorus
After installing tensorus and the requirements for this repository, run:
pip install -r requirements.txt
pytest
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
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 tensorus_models-0.0.1.tar.gz.
File metadata
- Download URL: tensorus_models-0.0.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d82d913e0cc1fe1522ba8d7694732d3bdafbed998f80bab82bca66f3be0575d5
|
|
| MD5 |
fde1d05cc8925ea9ab749367d7bd9089
|
|
| BLAKE2b-256 |
0beebfa95776347456ccb02e3c15fe0c5b541b7135b6332e6d78328378f5f74a
|
File details
Details for the file tensorus_models-0.0.1-py3-none-any.whl.
File metadata
- Download URL: tensorus_models-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5258a9555b99bb6fd783fdda7af5ee0a1b9f95cad3a39ebdb6a9ee0c3bb83d61
|
|
| MD5 |
c709508b8c5a46bdee8387ebafa4243d
|
|
| BLAKE2b-256 |
ce1bf81dcf74e4a74c46de79896745047ba2b8bbb4289deb01dc5f6c6820d81d
|