Previsão de séries temporais de ativos financeiros usando RNN
Project description
Asset Predictor
Previsão de séries temporais de ativos financeiros usando RNN.
Instalação
pip install .
Uso
- Download de dados (5 anos)
python -m asset_predictor.data --ticker AAPL --period 5y
- Treino (janela 5 dias)
python scripts/train.py --ticker AAPL --period 5y --window-size 5 --epochs 10
- Previsão
python -m asset_predictor.predict --ticker AAPL --days 5 --window-size 5
Logs
Os logs são gravados em logs/asset_predictor.log com rotação diária.
Deploy
python -m build
twine upload dist/*
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
asset_predictor-0.1.0.tar.gz
(3.7 kB
view details)
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 asset_predictor-0.1.0.tar.gz.
File metadata
- Download URL: asset_predictor-0.1.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d2f2295373bff0b6d537ace7e9caacbae55c354ffa05248f6277434d393b73
|
|
| MD5 |
19b115d72714345373bf4c6efc0b31dc
|
|
| BLAKE2b-256 |
c173dee161e1baad1cb003e898f9e7cf759984860740455886b23c5fd1683425
|
File details
Details for the file asset_predictor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: asset_predictor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb185fcdf64f5c353f3a4b1633c2484328794827d76bbeb6f8077506ff549c33
|
|
| MD5 |
ce32f24f4887fe59f1ca7c870d59948a
|
|
| BLAKE2b-256 |
0a0d759fa54b00f2008add06118866bbd4b9ea60c31a01c8c1fc49e53f0817c5
|