Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
546c75b63b
Add data to DVC
2 weeks ago
3c82acb97c
Update data processing and validation workflow
4 days ago
gx
a51ac21150
Add reference and current data file
4 days ago
26df07c84a
traininng models
4 days ago
534e9a3189
Update file paths and execution count in fetch_data.ipynb and test_data.py
4 days ago
e63a29c823
Update data dvc
1 hour ago
src
f18b17f41c
mlflow added and evaluating models
4 days ago
972626225e
Merge processed data and update GitHub workflow
2 weeks ago
0a6a1680c4
Update data dvc
1 hour ago
1e0c59094c
added a data file
2 weeks ago
f18b17f41c
mlflow added and evaluating models
4 days ago
3533a1e9a2
trained all the models, predicitions and client
2 weeks ago
afe1eef6b8
refactoring, agregation to 1h and README
1 month ago
1e0c59094c
added a data file
2 weeks ago
eb53935393
Update data dvc
13 minutes ago
3533a1e9a2
trained all the models, predicitions and client
2 weeks ago
813fc5378e
Update project dependencies and add serve script
1 month ago
f18b17f41c
mlflow added and evaluating models
4 days ago
f18b17f41c
mlflow added and evaluating models
4 days ago
30605f4981
added data testing
5 days 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...