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

ShapeletTransformClassifier rework and documentation for HC2 #1490

Merged
merged 78 commits into from Oct 12, 2021
Merged

Commits on Aug 8, 2021

  1. drcif contracting and train estimates

    Matthew Middlehurst committed Aug 8, 2021
    Copy the full SHA
    830ad00 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. tid start

    Matthew Middlehurst committed Aug 9, 2021
    Copy the full SHA
    9498af0 View commit details
    Browse the repository at this point in the history
  2. tid clean

    Matthew Middlehurst committed Aug 9, 2021
    Copy the full SHA
    4858d7a View commit details
    Browse the repository at this point in the history
  3. tid v1, needs testing

    Matthew Middlehurst committed Aug 9, 2021
    Copy the full SHA
    f0ea825 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 9, 2021
    Copy the full SHA
    1c1e83e View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 11, 2021
    Copy the full SHA
    c045dcf View commit details
    Browse the repository at this point in the history
  2. CIF docs parameters and tags

    Matthew Middlehurst committed Aug 11, 2021
    Copy the full SHA
    d945e0e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 12, 2021
    Copy the full SHA
    617bf5e View commit details
    Browse the repository at this point in the history
  2. cif documentations. missing method docs

    Matthew Middlehurst committed Aug 12, 2021
    Copy the full SHA
    35c01d1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 12, 2021
    Copy the full SHA
    745894a View commit details
    Browse the repository at this point in the history
  4. CIT comments

    Matthew Middlehurst committed Aug 12, 2021
    Copy the full SHA
    202d8c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. CIF check n_jobs

    Matthew Middlehurst committed Aug 13, 2021
    Copy the full SHA
    f6b61e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 13, 2021
    Copy the full SHA
    d317ee6 View commit details
    Browse the repository at this point in the history
  3. CIF test refactor

    Matthew Middlehurst committed Aug 13, 2021
    Copy the full SHA
    5262a83 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 15, 2021
    Copy the full SHA
    60fefed View commit details
    Browse the repository at this point in the history
  2. CIF example dataset change

    Matthew Middlehurst committed Aug 15, 2021
    Copy the full SHA
    cac688b View commit details
    Browse the repository at this point in the history
  3. CIF comment space

    Matthew Middlehurst committed Aug 15, 2021
    Copy the full SHA
    135a72b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    
    � Conflicts:
    �	sktime/series_as_features/base/estimators/_ensemble.py
    Matthew Middlehurst committed Aug 16, 2021
    Copy the full SHA
    15ab6ec View commit details
    Browse the repository at this point in the history
  2. CIF faster tests

    Matthew Middlehurst committed Aug 16, 2021
    Copy the full SHA
    d23425e View commit details
    Browse the repository at this point in the history
  3. test fixes

    Matthew Middlehurst committed Aug 16, 2021
    Copy the full SHA
    799e864 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into hc2-cif

    Tony Bagnall committed Aug 16, 2021
    Copy the full SHA
    8c1b560 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into hc2-cif

    Matthew Middlehurst committed Aug 16, 2021
    Copy the full SHA
    05ae70d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Merge branch 'main' into hc2-cif

    Matthew Middlehurst committed Aug 17, 2021
    Copy the full SHA
    8687179 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. wrong predict proba

    Matthew Middlehurst committed Aug 18, 2021
    Copy the full SHA
    50d1239 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Aug 18, 2021
    Copy the full SHA
    8339116 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hc2-cif' of https://github.com/alan-turing-institute/sk…

    …time into main
    Matthew Middlehurst committed Aug 18, 2021
    Copy the full SHA
    5613bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Initial version of mstc

    Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) authored and Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) committed Aug 24, 2021
    Copy the full SHA
    abd8a79 View commit details
    Browse the repository at this point in the history
  2. Initial version of mstc

    Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) authored and Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) committed Aug 24, 2021
    Copy the full SHA
    3b11950 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. stc test/test push

    Matthew Middlehurst committed Aug 25, 2021
    Copy the full SHA
    48da350 View commit details
    Browse the repository at this point in the history
  2. stc refactor start

    Matthew Middlehurst committed Aug 25, 2021
    Copy the full SHA
    7e0fcbf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. stc transform saving

    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    d6573cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from MatthewMiddlehurst/stc-mtsc-merge

    Merge MSTC into STC
    a-pasos-ruiz committed Sep 1, 2021
    Copy the full SHA
    4396336 View commit details
    Browse the repository at this point in the history
  3. coerce to pandas

    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    d6ca6aa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'mstc' of https://github.com/a-pasos-ruiz/sktime into mstc

    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    e463b2a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    8ae5ff4 View commit details
    Browse the repository at this point in the history
  6. japanese vowels test

    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    aea1dbe View commit details
    Browse the repository at this point in the history
  7. Fixing error on parameters for experiment

    Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) authored and Alejandro Pasos Ruiz (CMP - Postgraduate Researcher) committed Sep 1, 2021
    Copy the full SHA
    dd90643 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'mstc' of https://github.com/a-pasos-ruiz/sktime into mstc

    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    651f49e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    
    � Conflicts:
    �	examples/interval_based_classification.ipynb
    �	sktime/contrib/classification_checklist.xlsx
    Matthew Middlehurst committed Sep 1, 2021
    Copy the full SHA
    e1d9bfd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. new rotation forest

    Matthew Middlehurst committed Sep 4, 2021
    Copy the full SHA
    06b82f1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Sep 4, 2021
    Copy the full SHA
    f54c689 View commit details
    Browse the repository at this point in the history
  3. remove useless atts

    Matthew Middlehurst committed Sep 4, 2021
    Copy the full SHA
    c13ce81 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. rotf contracting, train estimate and comments

    Matthew Middlehurst committed Sep 5, 2021
    Copy the full SHA
    38a3cc0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into main
    Matthew Middlehurst committed Sep 5, 2021
    Copy the full SHA
    a21b2b1 View commit details
    Browse the repository at this point in the history
  3. doc fix

    Matthew Middlehurst committed Sep 5, 2021
    Copy the full SHA
    3ea7aeb View commit details
    Browse the repository at this point in the history
  4. rotf example fix

    Matthew Middlehurst committed Sep 5, 2021
    Copy the full SHA
    9a0a588 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Sep 6, 2021
    Copy the full SHA
    8cd402c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Merge branch 'main' into rotation_forest

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    ad4eaa8 View commit details
    Browse the repository at this point in the history
  2. stc comments p1

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    514f90d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rotation_forest' of https://github.com/alan-turing-inst…

    …itute/sktime into mstc
    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    3002ec1 View commit details
    Browse the repository at this point in the history
  4. include rotation forest

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    9f8ebc1 View commit details
    Browse the repository at this point in the history
  5. hc1 test fix

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    4ed8f1a View commit details
    Browse the repository at this point in the history
  6. stc rotf fix

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    88c18d4 View commit details
    Browse the repository at this point in the history
  7. use transformed data in stc

    Matthew Middlehurst committed Sep 7, 2021
    Copy the full SHA
    ff0656f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Sep 8, 2021
    Copy the full SHA
    b5b2e2d View commit details
    Browse the repository at this point in the history
  2. config change

    Matthew Middlehurst committed Sep 8, 2021
    Copy the full SHA
    62a9521 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Sep 17, 2021
    Copy the full SHA
    16ec1ea View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Sep 20, 2021
    Copy the full SHA
    29e938c View commit details
    Browse the repository at this point in the history
  2. rotf seed fix

    Matthew Middlehurst committed Sep 20, 2021
    Copy the full SHA
    9b0666b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. st

    Matthew Middlehurst committed Oct 3, 2021
    Copy the full SHA
    3e994c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    
    � Conflicts:
    �	sktime/classification/base.py
    Matthew Middlehurst committed Oct 3, 2021
    Copy the full SHA
    5833f02 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. st fix

    Matthew Middlehurst committed Oct 4, 2021
    Copy the full SHA
    4e2dc9c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. stc and st tests and finishing touches

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    52ac3d3 View commit details
    Browse the repository at this point in the history
  2. remove mstc dev

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    a8df7d8 View commit details
    Browse the repository at this point in the history
  3. more st fixing

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    5d5e33c View commit details
    Browse the repository at this point in the history
  4. import code quality

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    af8a507 View commit details
    Browse the repository at this point in the history
  5. rotf code quality

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    30e071b View commit details
    Browse the repository at this point in the history
  6. hc1 test code quality

    Matthew Middlehurst committed Oct 5, 2021
    Copy the full SHA
    10625ac View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. st rename and test fixes

    Matthew Middlehurst committed Oct 6, 2021
    Copy the full SHA
    0b0620b View commit details
    Browse the repository at this point in the history
  2. stc test fixes and codeowners

    Matthew Middlehurst committed Oct 6, 2021
    Copy the full SHA
    12a5161 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. rotf fix

    Matthew Middlehurst committed Oct 7, 2021
    Copy the full SHA
    ec2350e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Oct 7, 2021
    Copy the full SHA
    88856ab View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. remove identical shapelets at end and transform n_jobs

    Matthew Middlehurst committed Oct 8, 2021
    Copy the full SHA
    cc1305d View commit details
    Browse the repository at this point in the history
  2. rounding ST ig to prevent differences between OS

    Matthew Middlehurst committed Oct 8, 2021
    Copy the full SHA
    ac36c69 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/alan-turing-institute/sktime

    …into mstc
    Matthew Middlehurst committed Oct 8, 2021
    Copy the full SHA
    5a6d8a3 View commit details
    Browse the repository at this point in the history
  4. rotf test fix

    Matthew Middlehurst committed Oct 8, 2021
    Copy the full SHA
    a328706 View commit details
    Browse the repository at this point in the history
  5. st and stc docs

    Matthew Middlehurst committed Oct 8, 2021
    Copy the full SHA
    ecbcce0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge branch 'main' into hc2-stc

    Matthew Middlehurst committed Oct 11, 2021
    Copy the full SHA
    7c6902d View commit details
    Browse the repository at this point in the history