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 b549862915
Update split data dvc
47 minutes ago
546c75b63b
Add data to DVC
3 weeks ago
d2c9ef8873
Update pytest command in GitHub workflow and modify train metrics
2 hours ago
gx
a51ac21150
Add reference and current data file
1 week ago
da7fcb89e6
Update model files and scalers
1 day ago
da7fcb89e6
Update model files and scalers
1 day ago
534e9a3189
Update file paths and execution count in fetch_data.ipynb and test_data.py
1 week ago
3b5348c237
Update data dvc
48 minutes ago
src
d2c9ef8873
Update pytest command in GitHub workflow and modify train metrics
2 hours ago
d2c9ef8873
Update pytest command in GitHub workflow and modify train metrics
2 hours ago
5d7aeebc41
Update data dvc
52 minutes ago
1e0c59094c
added a data file
3 weeks ago
da7fcb89e6
Update model files and scalers
1 day ago
47aae58510
onnx logging models
5 hours ago
3d9714cebb
Update train and validation metrics
4 hours ago
afe1eef6b8
refactoring, agregation to 1h and README
1 month ago
1e0c59094c
added a data file
3 weeks ago
b549862915
Update split data dvc
47 minutes ago
47aae58510
onnx logging models
5 hours ago
813fc5378e
Update project dependencies and add serve script
1 month ago
47aae58510
onnx logging models
5 hours ago
47aae58510
onnx logging models
5 hours ago
30605f4981
added data testing
1 week ago
0f59c45be8
Automated bike data dvc
2 weeks 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...