No project description provided
Project description
AI Stock Predictor
AI Stock Predictor 是一个简单易用的人工智能工具,用于预测股票的下一交易日开盘价。通过几行代码,即可轻松实现预测。
特点 简单易用:只需几行代码,即可预测下一交易日的开盘价。 快速训练:内置高效的训练算法,快速获得预测结果。 灵活扩展:可以根据需要扩展功能,适用于多种股票分析场景。 快速开始 以下是如何使用 AI Stock Predictor 进行股票预测的简单示例:
from ai_stocks import StockInfo
# 初始化股票信息
s = StockInfo('601688')
# 训练模型
s.train()
# 预测下一交易日开盘价
predicted_price = s.predict_next_day()
print(f"Predicted opening price for next trading day: {predicted_price}")
安装
pip install ai_stocks
贡献
欢迎对本项目的改进提出建议或提交PR!请先 Fork 该项目,然后在本地进行修改,最后提交相关 PR。
许可证
本项目采用 MIT 许可证开源。有关更多详细信息,请参阅 LICENSE 文件。
有问题请联系: 122828837@qq.com
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 ai_stocks-0.1.0.tar.gz.
File metadata
- Download URL: ai_stocks-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1477a76e909db7b54d70cd4e83a2a864f077aa12381ac1e25a31282384874a9
|
|
| MD5 |
fc89c4c494df682acee652c4b638438e
|
|
| BLAKE2b-256 |
ecdd02a2b587eb7f7a990b5d7840e4a5666d9d0e2335b8f8f8e323066eda024d
|
File details
Details for the file ai_stocks-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ai_stocks-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29c8ec25d06e7c0d53c565bc0d3ff0af8ed49ef44d8e55d0b8bf31628263994d
|
|
| MD5 |
8e149852f187eb51568e39c47b8ced09
|
|
| BLAKE2b-256 |
322e10e4dd2296d9a3ee63898260198dcbece1ee087374ff92e5e69b055af40e
|