FrostAura provides a range of open-source components provide a variety of problem domains.
Project description
fa.intelligence.notebooks
Description
FrostAura Intelligence provides a range of open-source notebooks for Python-based machine learning solutions like:
- Utilities
- Environments
- Labs
- Experiments
Getting Started
Local
- Python >= 3.7 required.
- Setup your environment.
To build the Python package locally, from the root of the project, run python -m build (Legacy way: python setup.py sdist bdist_wheel).
PIP Installation
pip install -U --no-cache-dir frostaura
Example Usage (See all the examples here.)
from frostaura import (models,
data_access,
engines,
managers)
html_data_access = data_access.HtmlDataAccess()
engine = engines.FinvizAssetValuationEngine(html_data_access=html_data_access)
vars(engine.valuate(symbol='AAPL', company_name='Apple Inc.'))
Credits
Contribute
In order to contribute, simply fork the repository, make changes and create a pull request.
Support
If you enjoy FrostAura open-source content and would like to support us in continuous delivery, please consider a donation via a platform of your choice.
| Supported Platforms | Link |
|---|---|
| PayPal | Donate via Paypal |
For any queries, contact dean.martin@frostaura.net.
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 frostaura-1.0.8.tar.gz.
File metadata
- Download URL: frostaura-1.0.8.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
204121e410bb546e41161d5fd023447abdeaa583264701c11a87864faa8d9b60
|
|
| MD5 |
98e83e1a180b77cbb8f6e3bbd5d8716a
|
|
| BLAKE2b-256 |
0dcf808d505febc96f722581a6649380eee75cec881d42a5aea4a379349c4c3e
|
File details
Details for the file frostaura-1.0.8-py3-none-any.whl.
File metadata
- Download URL: frostaura-1.0.8-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b766eaa0bad7f0617cbb07fb240ac8b806366d118765866c9e193a48421b4d0
|
|
| MD5 |
f8785a2568591cab2d51efa536b83b68
|
|
| BLAKE2b-256 |
114a9b8cf55f7d55250cfaf03db41aeee46d0660791269ac0669be490eba3cb8
|