Skip to content

Commit

Permalink
update dataset names
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Feb 12, 2021
1 parent 45d8893 commit 7f06688
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions sktime/datasets/tsc_dataset_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"UWaveGestureLibrary",
]

"""112 equal length univariate time series classification problems [3]"""
"""113 equal length/no missing univariate time series classification problems [3]"""
univariate_equal_length = [
"ACSF1",
"Adiac",
Expand All @@ -220,9 +220,6 @@
"DistalPhalanxOutlineCorrect",
"DistalPhalanxOutlineAgeGroup",
"DistalPhalanxTW",
"DodgerLoopDay",
"DodgerLoopGame",
"DodgerLoopWeekend",
"Earthquakes",
"ECG200",
"ECG5000",
Expand Down Expand Up @@ -261,7 +258,6 @@
"Mallat",
"Meat",
"MedicalImages",
"MelbournePedestrian",
"MiddlePhalanxOutlineCorrect",
"MiddlePhalanxOutlineAgeGroup",
"MiddlePhalanxTW",
Expand Down Expand Up @@ -317,6 +313,29 @@
"Yoga",
]

"""11 variable length univariate time series classification problems [3]"""
univariate_variable_length = [
"AllGestureWiimoteX",
"AllGestureWiimoteY",
"AllGestureWiimoteZ",
"GestureMidAirD1",
"GestureMidAirD2",
"GestureMidAirD3",
"GesturePebbleZ1",
"GesturePebbleZ2",
"PickupGestureWiimoteZ",
"PLAID",
"ShakeGestureWiimoteZ",
]

"""4 fixed length univariate time series classification problems with missing values"""
univariate_missing_values = [
"DodgerLoopDay",
"DodgerLoopGame",
"DodgerLoopWeekend",
"MelbournePedestrian",

]
"""26 equal length multivariate time series classification problems [4]"""
multivariate_equal_length = [
"ArticularyWordRecognition",
Expand Down Expand Up @@ -346,3 +365,15 @@
"StandWalkJump",
"UWaveGestureLibrary",
]

"""7 variable length multivariate time series classification problems [4]"""
multivariate_unequal_length = [
"AsphaltObstaclesCoordinates",
"AsphaltPavementTypeCoordinates",
"AsphaltRegularityCoordinates",
"CharacterTrajectories",
"InsectWingbeat",
"JapaneseVowels",
"SpokenArabicDigits",

]

0 comments on commit 7f06688

Please sign in to comment.