Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore Gradient Boosting Regressor #7

Open
4 tasks
SarahAlidoost opened this issue Nov 27, 2024 · 1 comment · May be fixed by #20
Open
4 tasks

Explore Gradient Boosting Regressor #7

SarahAlidoost opened this issue Nov 27, 2024 · 1 comment · May be fixed by #20
Assignees
Labels
data-driven models data-driven models

Comments

@SarahAlidoost
Copy link
Member

SarahAlidoost commented Nov 27, 2024

We want to explore Gradient Boosting Regressor for example, Gradient Boosting, Extreme Gradient Boosting, and Light Gradient Boosting Machine on hybrid labs data. For that, a python module needed to be called to fit, and predict. The module should:

  • similar to pycaret to compare different models, see examples
  • have a notebook in docs folder to show a simple example
  • have tests
  • have an easy interface and run fast (to be discussed)

Data:
The data folder exp699_032024_TUDelft is available on Atlas SharePoint at Documents > HybridLabs > Example_data. NOTE: The data folder exp699_032024_TUDelft is not public and cannot be shared with others. The trained model on this data cannot be also shared. For now, no need to store the trained model.

The data folder exp699_032024_TUDelft includes:

  • readme.md: it contains the experiment details and ML input/output
  • channel.csv: it contains the variable names and units
  • exp699.mat: it contains the data and it is in matlab format.

For reading data in python, see this notebook.

Literature:

Some literature is available at on Atlas SharePoint at Documents > HybridLabs > Literature. The two most related to FOWT are:

@SarahAlidoost SarahAlidoost added the data-driven models data-driven models label Nov 27, 2024
@SarahAlidoost SarahAlidoost moved this to Backlog in FOWT-ML - Sprint 1 Nov 27, 2024
@SarahAlidoost SarahAlidoost moved this from Backlog to Ready in FOWT-ML - Sprint 1 Nov 27, 2024
@vanlankveldthijs vanlankveldthijs self-assigned this Jan 24, 2025
@vanlankveldthijs vanlankveldthijs moved this from Ready to In progress in FOWT-ML - Sprint 1 Jan 29, 2025
@vanlankveldthijs vanlankveldthijs linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-driven models data-driven models
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants