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 linear regression models #2

Closed
4 tasks
SarahAlidoost opened this issue Nov 25, 2024 · 1 comment · Fixed by #15
Closed
4 tasks

Explore linear regression models #2

SarahAlidoost opened this issue Nov 25, 2024 · 1 comment · Fixed by #15
Assignees
Labels
data-driven models data-driven models

Comments

@SarahAlidoost
Copy link
Member

SarahAlidoost commented Nov 25, 2024

We want to explore linear regression models on hybrid labs data, more specifically check multi-output regressors. 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
@SarahAlidoost SarahAlidoost self-assigned this Dec 10, 2024
@SarahAlidoost SarahAlidoost moved this from Ready to In progress in FOWT-ML - Sprint 1 Dec 17, 2024
@SarahAlidoost
Copy link
Member Author

see #14

@SarahAlidoost SarahAlidoost moved this from In progress to Ready in FOWT-ML - Sprint 1 Jan 17, 2025
@SarahAlidoost SarahAlidoost moved this from Ready to In progress in FOWT-ML - Sprint 1 Jan 17, 2025
@SarahAlidoost SarahAlidoost moved this from In progress to In review in FOWT-ML - Sprint 1 Jan 29, 2025
@github-project-automation github-project-automation bot moved this from In review to Done in FOWT-ML - Sprint 1 Jan 31, 2025
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: Done
Development

Successfully merging a pull request may close this issue.

1 participant