Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
trdin b941573eb7
Update split data dvc
4 days ago
546c75b63b
Add data to DVC
1 month ago
f590a7c531
Update evaluate_predictions.yml
4 days ago
gx
a51ac21150
Add reference and current data file
3 weeks ago
da7fcb89e6
Update model files and scalers
2 weeks ago
e0b8e3c3f2
Update Dockerfile and settings.py
1 week ago
534e9a3189
Update file paths and execution count in fetch_data.ipynb and test_data.py
3 weeks ago
f2517756b1
Update data dvc
4 days ago
src
f076d8b04b
Add REACT_APP_API_URL environment variable
1 week ago
d2c9ef8873
Update pytest command in GitHub workflow and modify train metrics
1 week ago
753fc40a57
Update data dvc
4 days ago
1e0c59094c
added a data file
1 month ago
da7fcb89e6
Update model files and scalers
2 weeks ago
6339405cb5
Update CMD to run serve.py instead of serve
1 week ago
afe1eef6b8
refactoring, agregation to 1h and README
2 months ago
1e0c59094c
added a data file
1 month ago
b941573eb7
Update split data dvc
4 days ago
47aae58510
onnx logging models
1 week ago
813fc5378e
Update project dependencies and add serve script
2 months ago
47aae58510
onnx logging models
1 week ago
47aae58510
onnx logging models
1 week ago
30605f4981
added data testing
3 weeks ago
0f59c45be8
Automated bike data dvc
1 month ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

RNN service

Description

This project utilizes an LSTM (Long Short-Term Memory) model for making predictions. It involves time-series forecasting or sequential data analysis, where LSTM is well-suited due to its ability to retain information over long periods.

Installation

This project utilizes Poetry for package management. Ensure you have Poetry installed, then run:

poetry install

Usage

To run tests, execute:

poetry run pytest

Additionally, there are scripts provided:

  • serve: For serving the model.
  • data: For managing data.

Dependencies

This project has the following dependencies:

  • Python >=3.9,<3.11
  • pandas ^2.2.1
  • tensorflow-io-gcs-filesystem 0.27.0
  • tensorflow ~2.10
  • numpy ^1.26.4
  • matplotlib ^3.8.3
  • joblib ^1.3.2
  • flask ^3.0.2
  • requests ^2.31.0
  • scikit-learn ^1.4.1.post1
  • datetime ^5.4

For development, it additionally requires:

  • pytest ^8.1.1

GitHub Actions

This project is integrated with GitHub Actions. Upon push or pull request to the main branch, it automatically installs Python dependencies, runs tests, and lints the code.

License

This project is licensed under the MIT License.

Tip!

Press p or to see the previous file or, n or to see the next file

About

rnn sistems

Collaborators 1

Comments

Loading...