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

Added the new Datasets module. #156

Merged
merged 24 commits into from
Aug 13, 2024
Merged

Added the new Datasets module. #156

merged 24 commits into from
Aug 13, 2024

Commits on Jun 9, 2024

  1. Added a new module.

    The Datasets module has convenience methods to load single problem dataset. It's main purpose is for testing and supporting the package documention.
    dmfolgado committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    484710f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    ea97fe7 View commit details
    Browse the repository at this point in the history
  2. Add feature sets image.

    dmfolgado committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8f4b29e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix bug on variable type.

    dmfolgado committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d193962 View commit details
    Browse the repository at this point in the history
  2. Improve documentation.

    dmfolgado committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    14f4a35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f5be0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc4740 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Add initial test workflow.

    dmfolgado committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c0580db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45c9f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    ff5a5c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge testing workflow.

    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c5e4d77 View commit details
    Browse the repository at this point in the history
  2. Add the parser for the UCI HAR dataset.

    Returns train/test split inertial sensor raw data.
    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fd15fd5 View commit details
    Browse the repository at this point in the history
  3. Fix requirements-test.

    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2ecaa87 View commit details
    Browse the repository at this point in the history
  4. Fix missing requirement.

    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0d01ec0 View commit details
    Browse the repository at this point in the history
  5. Fix typing bug.

    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71b05c3 View commit details
    Browse the repository at this point in the history
  6. Fix typing bug.

    dmfolgado committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4bb44a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cb1642 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7286a6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3521207 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ba966f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1c86b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7012700 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Minor changes

    mbarandas committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a25e02e View commit details
    Browse the repository at this point in the history
  2. Code formatting

    mbarandas committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1af30ae View commit details
    Browse the repository at this point in the history