Giter Club home page Giter Club logo

flowpredictor_modeling's Introduction

FlowPredictor_Modeling

Overview

This project focuses on predicting flow rates using machine learning models. It includes a series of Python functions for data processing, model training, and result visualization.

Functions

cargar_datos(path='./')

  • Purpose: Loads multiple datasets from CSV files located in a specific path.
  • Parameters:
    • path: Path where the CSV files are located.
  • Returns: List of DataFrames loaded from the CSV files.

preprocesar_datos(input_data, in_length, date_hour, out_lengths)

  • Purpose: Preprocesses data for modeling, based on the input length and a specific date/time.
  • Parameters:
    • input_data: DataFrame with the input data.
    • in_length: Length of the input (number of time steps).
    • date_hour: Specific date and time to start the prediction.
  • Returns: A dictionary with preprocessed data for modeling.

cargar_modelos(ruta, in_length)

  • Purpose: Loads pre-trained models from a specific path.
  • Parameters:
    • ruta: Path where the models are stored.
    • in_length: Input length for the models.
  • Returns: Dictionary of loaded models.

graficar_indice_nse(nse_train, nse_val, nse_test, out_lengths)

  • Purpose: Plots the NSE index for each output length in the training, validation, and test sets.
  • Parameters:
    • nse_train: List of NSE indices for the training set.
    • nse_val: List of NSE indices for the validation set.
    • nse_test: List of NSE indices for the test set.
    • out_lengths: List of output lengths used in the predictions.

Contributions

Contributions are welcome. Please create a pull request to propose improvements or open an issue to discuss what you would like to change.

License

This project is licensed under the MIT License.

flowpredictor_modeling's People

Contributors

hitthecodelabs avatar hittheflash avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.