Skip to content

Commit

Permalink
included LearningShapeletClassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
nirojasva committed Apr 7, 2024
1 parent cf6582d commit f5eab2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aeon/classification/shapelet_based/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"ShapeletTransformClassifier",
"RDSTClassifier",
"SASTClassifier",
"RSASTClassifier"
"RSASTClassifier",
"LearningShapeletClassifier",
]

from aeon.classification.shapelet_based._ls import LearningShapeletClassifier
from aeon.classification.shapelet_based._mrsqm import MrSQMClassifier
from aeon.classification.shapelet_based._rdst import RDSTClassifier
from aeon.classification.shapelet_based._sast_classifier import SASTClassifier
Expand Down

0 comments on commit f5eab2d

Please sign in to comment.