Skip to content

Data imputation with collaborative filtering and latent factor models for wind farms time series data

License

Notifications You must be signed in to change notification settings

giobbu/collaborative-data-imputation

Repository files navigation

DOI Status

Collaborative-Data-Imputation

Image Alt Text

Reconstruction of wind power data

In power system operations and electricity markets, missing data is a common problem in practice. This issue is especially significant when large-scale data-driven methods are used for point or probabilistic wind power forecasting. Data imputation methods, such as k-nearest neighbors and factor models, are crucial for filling in missing values before training forecasting models. These techniques ensure data completeness, which is essential for the accuracy of data-driven forecasting approaches.

Running the MLflow Experiment Script with Poetry

  1. Install Poetry

    pip install poetry
  2. Install Project Dependencies

    Install the project dependencies, including MLflow, by running the following command in your project directory:

    poetry install
  3. Running the Experiments

    To run the experiment.py script within the Poetry environment, use the following command:

    poetry run python experiment.py
  4. Viewing MLflow Tracking:

    mlflow ui

After starting the MLflow UI, open your browser and go to http://127.0.0.1:5000 to view experiment results, including parameters, metrics, and artifacts.

About

Data imputation with collaborative filtering and latent factor models for wind farms time series data

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages