pyrregular
Quick Start
Convert your Dataset
API Reference
pyrregular
Index
Index
A
|
B
|
C
|
D
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
V
A
Abf (class in pyrregular.datasets.abf)
Ais (class in pyrregular.datasets.ais)
Animals (class in pyrregular.datasets.animals)
apply_labels() (in module pyrregular.datasets.geolife)
ApplyFunc (class in pyrregular.models.nodes)
are_all_signals_equal_length() (in module pyrregular.describe)
are_all_signals_not_offset() (in module pyrregular.describe)
are_all_signals_not_strongly_offset() (in module pyrregular.describe)
are_all_signals_sampled_at_constant_intervals() (in module pyrregular.describe)
B
borf_pipeline (in module pyrregular.models.borf)
brits_pipeline (in module pyrregular.models.brits)
BritsWrapper (class in pyrregular.models.brits)
C
check_regularity() (in module pyrregular.describe)
CombinedTrajectories (class in pyrregular.datasets.combined_trajectories)
D
data_final_folder() (in module pyrregular.data_utils)
data_intermediate_folder() (in module pyrregular.data_utils)
data_original_folder() (in module pyrregular.data_utils)
do_all_signals_have_equal_sampling() (in module pyrregular.describe)
download_dataset_from_huggingface() (in module pyrregular.repository)
DropNATransformer (class in pyrregular.models.nodes)
F
fast_to_test (pyrregular.datasets.abf.Abf attribute)
(pyrregular.datasets.animals.Animals attribute)
(pyrregular.datasets.combined_trajectories.CombinedTrajectories attribute)
(pyrregular.datasets.garment.Garment attribute)
(pyrregular.datasets.seabirds.Seabirds attribute)
(pyrregular.datasets.taxi.Taxi attribute)
(pyrregular.datasets.vehicles.Vehicles attribute)
(pyrregular.reader_interface.ReaderInterface attribute)
fit() (pyrregular.models.ncde.NeuralCDEClassifier method)
(pyrregular.models.nodes.ApplyFunc method)
(pyrregular.models.nodes.DropNATransformer method)
(pyrregular.models.nodes.PassthroughTransformer method)
(pyrregular.models.rifc.RandomIntervalFeatureClassifier method)
(pyrregular.wrappers.pypots_wrapper.PyPOTSWrapper method)
(pyrregular.wrappers.tslearn_wrapper.TslearnWrapper method)
fix_intermediate_version() (pyrregular.reader_interface.ReaderInterface class method)
G
Garment (class in pyrregular.datasets.garment)
Geolife (class in pyrregular.datasets.geolife)
GeolifeSupervised (class in pyrregular.datasets.geolife_supervised)
get_column_names() (in module pyrregular.datasets.pamap2)
get_current_aoe_time() (in module pyrregular.io_utils)
get_lengths() (in module pyrregular.describe)
get_project_root() (in module pyrregular.data_utils)
get_task() (pyrregular.accessor.IrregularAccessor method)
get_task_target_and_split() (pyrregular.accessor.IrregularAccessor method)
get_time_delta() (in module pyrregular.describe)
grud_pipeline (in module pyrregular.models.grud)
GrudWrapper (class in pyrregular.models.grud)
I
infer_static_columns() (in module pyrregular.data_utils)
IrregularAccessor (class in pyrregular.accessor)
IrregularEntrypoint (class in pyrregular.backend)
K
knn_dtw (in module pyrregular.models.knn)
L
Ldfpa (class in pyrregular.datasets.ldfpa)
lgbm_pipeline (in module pyrregular.models.lgbm)
list_final_datasets() (in module pyrregular.data_utils)
list_metadata_files() (in module pyrregular.data_utils)
list_registry_datasets() (in module pyrregular.data_utils)
load_dataset_from_file() (in module pyrregular.repository)
load_dataset_from_huggingface() (in module pyrregular.repository)
load_dataset_from_huggingface_via_xarray() (in module pyrregular.repository)
load_final_version() (pyrregular.reader_interface.ReaderInterface class method)
load_from_file() (in module pyrregular.io_utils)
load_intermediate_version() (pyrregular.reader_interface.ReaderInterface class method)
load_yaml() (in module pyrregular.io_utils)
M
metadata_folder() (in module pyrregular.data_utils)
Mimic3 (class in pyrregular.datasets.mimic3)
module
pyrregular
pyrregular.accessor
pyrregular.backend
pyrregular.conversion_utils
pyrregular.data_utils
pyrregular.datasets
pyrregular.datasets.abf
pyrregular.datasets.ais
pyrregular.datasets.animals
pyrregular.datasets.combined_trajectories
pyrregular.datasets.garment
pyrregular.datasets.geolife
pyrregular.datasets.geolife_supervised
pyrregular.datasets.ldfpa
pyrregular.datasets.mimic3
pyrregular.datasets.pamap2
pyrregular.datasets.physionet2012
pyrregular.datasets.physionet2019
pyrregular.datasets.seabirds
pyrregular.datasets.t_drive
pyrregular.datasets.taxi
pyrregular.datasets.vehicles
pyrregular.describe
pyrregular.dev
pyrregular.dev.repository_dev
pyrregular.io_utils
pyrregular.models
pyrregular.models.borf
pyrregular.models.brits
pyrregular.models.grud
pyrregular.models.knn
pyrregular.models.lgbm
pyrregular.models.ncde
pyrregular.models.nodes
pyrregular.models.raindrop
pyrregular.models.ridge_cv
pyrregular.models.rifc
pyrregular.models.rocket
pyrregular.models.saits
pyrregular.models.svm
pyrregular.models.timesnet
pyrregular.reader_interface
pyrregular.repository
pyrregular.uea_ucr_datasets
pyrregular.wrappers
pyrregular.wrappers.pypots_wrapper
pyrregular.wrappers.tslearn_wrapper
N
ncde_pipeline (in module pyrregular.models.ncde)
NeuralCDEClassifier (class in pyrregular.models.ncde)
new_registry_from_data_folder() (in module pyrregular.dev.repository_dev)
O
open_dataset() (pyrregular.backend.IrregularEntrypoint method)
P
Pamap2 (class in pyrregular.datasets.pamap2)
PassthroughTransformer (class in pyrregular.models.nodes)
Physionet2012 (class in pyrregular.datasets.physionet2012)
Physionet2019 (class in pyrregular.datasets.physionet2019)
predict() (pyrregular.models.ncde.NeuralCDEClassifier method)
(pyrregular.models.rifc.RandomIntervalFeatureClassifier method)
(pyrregular.wrappers.pypots_wrapper.PyPOTSWrapper method)
(pyrregular.wrappers.tslearn_wrapper.TslearnWrapper method)
predict_proba() (pyrregular.models.ncde.NeuralCDEClassifier method)
(pyrregular.models.rifc.RandomIntervalFeatureClassifier method)
(pyrregular.models.svm.TimeSeriesSVCFix method)
(pyrregular.wrappers.pypots_wrapper.PyPOTSWrapper method)
(pyrregular.wrappers.tslearn_wrapper.TslearnWrapper method)
process_files() (in module pyrregular.datasets.physionet2012)
PyPOTSWrapper (class in pyrregular.wrappers.pypots_wrapper)
pyrregular
module
pyrregular.accessor
module
pyrregular.backend
module
pyrregular.conversion_utils
module
pyrregular.data_utils
module
pyrregular.datasets
module
pyrregular.datasets.abf
module
pyrregular.datasets.ais
module
pyrregular.datasets.animals
module
pyrregular.datasets.combined_trajectories
module
pyrregular.datasets.garment
module
pyrregular.datasets.geolife
module
pyrregular.datasets.geolife_supervised
module
pyrregular.datasets.ldfpa
module
pyrregular.datasets.mimic3
module
pyrregular.datasets.pamap2
module
pyrregular.datasets.physionet2012
module
pyrregular.datasets.physionet2019
module
pyrregular.datasets.seabirds
module
pyrregular.datasets.t_drive
module
pyrregular.datasets.taxi
module
pyrregular.datasets.vehicles
module
pyrregular.describe
module
pyrregular.dev
module
pyrregular.dev.repository_dev
module
pyrregular.io_utils
module
pyrregular.models
module
pyrregular.models.borf
module
pyrregular.models.brits
module
pyrregular.models.grud
module
pyrregular.models.knn
module
pyrregular.models.lgbm
module
pyrregular.models.ncde
module
pyrregular.models.nodes
module
pyrregular.models.raindrop
module
pyrregular.models.ridge_cv
module
pyrregular.models.rifc
module
pyrregular.models.rocket
module
pyrregular.models.saits
module
pyrregular.models.svm
module
pyrregular.models.timesnet
module
pyrregular.reader_interface
module
pyrregular.repository
module
pyrregular.uea_ucr_datasets
module
pyrregular.wrappers
module
pyrregular.wrappers.pypots_wrapper
module
pyrregular.wrappers.tslearn_wrapper
module
R
raindrop_pipeline (in module pyrregular.models.raindrop)
RaindropWrapper (class in pyrregular.models.raindrop)
RandomIntervalFeatureClassifier (class in pyrregular.models.rifc)
read_abf() (in module pyrregular.datasets.abf)
read_ais() (in module pyrregular.datasets.ais)
read_animals() (in module pyrregular.datasets.animals)
read_combined_trajectories() (in module pyrregular.datasets.combined_trajectories)
read_csv() (in module pyrregular.io_utils)
read_garment() (in module pyrregular.datasets.garment)
read_geolife() (in module pyrregular.datasets.geolife)
read_geolife_supervised() (in module pyrregular.datasets.geolife_supervised)
read_ldfpa() (in module pyrregular.datasets.ldfpa)
read_mimic3() (in module pyrregular.datasets.mimic3)
read_original_version() (pyrregular.datasets.abf.Abf static method)
(pyrregular.datasets.ais.Ais static method)
(pyrregular.datasets.animals.Animals static method)
(pyrregular.datasets.combined_trajectories.CombinedTrajectories static method)
(pyrregular.datasets.garment.Garment static method)
(pyrregular.datasets.geolife.Geolife static method)
(pyrregular.datasets.geolife_supervised.GeolifeSupervised static method)
(pyrregular.datasets.ldfpa.Ldfpa static method)
(pyrregular.datasets.mimic3.Mimic3 static method)
(pyrregular.datasets.pamap2.Pamap2 static method)
(pyrregular.datasets.physionet2012.Physionet2012 static method)
(pyrregular.datasets.physionet2019.Physionet2019 static method)
(pyrregular.datasets.seabirds.Seabirds static method)
(pyrregular.datasets.t_drive.TDrive static method)
(pyrregular.datasets.taxi.Taxi static method)
(pyrregular.datasets.vehicles.Vehicles static method)
(pyrregular.reader_interface.ReaderInterface static method)
read_pamap() (in module pyrregular.datasets.pamap2)
read_physionet2012() (in module pyrregular.datasets.physionet2012)
read_physionet2019() (in module pyrregular.datasets.physionet2019)
read_seabirds() (in module pyrregular.datasets.seabirds)
read_taxi() (in module pyrregular.datasets.taxi)
read_vehicles() (in module pyrregular.datasets.vehicles)
ReaderInterface (class in pyrregular.reader_interface)
remove_fill_values_from_time_idx() (in module pyrregular.conversion_utils)
reset_time_index() (pyrregular.accessor.IrregularAccessor method)
rifc_pipeline (in module pyrregular.models.rifc)
rocket_pipeline (in module pyrregular.models.rocket)
S
saits_pipeline (in module pyrregular.models.saits)
SAITSWrapper (class in pyrregular.models.saits)
save_final_version() (pyrregular.reader_interface.ReaderInterface class method)
save_fixed_dataset() (in module pyrregular.uea_ucr_datasets)
save_fixed_datasets() (in module pyrregular.uea_ucr_datasets)
save_intermediate_version() (pyrregular.reader_interface.ReaderInterface class method)
save_registry() (in module pyrregular.dev.repository_dev)
save_to_file() (in module pyrregular.io_utils)
score() (pyrregular.models.ncde.NeuralCDEClassifier method)
Seabirds (class in pyrregular.datasets.seabirds)
set_score_request() (pyrregular.models.brits.BritsWrapper method)
(pyrregular.models.grud.GrudWrapper method)
(pyrregular.models.ncde.NeuralCDEClassifier method)
(pyrregular.models.raindrop.RaindropWrapper method)
(pyrregular.models.rifc.RandomIntervalFeatureClassifier method)
(pyrregular.models.saits.SAITSWrapper method)
(pyrregular.models.timesnet.TimesNetWrapper method)
(pyrregular.wrappers.pypots_wrapper.PyPOTSWrapper method)
(pyrregular.wrappers.tslearn_wrapper.TslearnWrapper method)
svm_pipeline (in module pyrregular.models.svm)
T
Taxi (class in pyrregular.datasets.taxi)
TDrive (class in pyrregular.datasets.t_drive)
time_str_to_seconds() (in module pyrregular.datasets.physionet2012)
TimeSeriesSVCFix (class in pyrregular.models.svm)
timesnet_pipeline (in module pyrregular.models.timesnet)
TimesNetWrapper (class in pyrregular.models.timesnet)
to_aeon() (pyrregular.accessor.IrregularAccessor method)
to_awkward() (pyrregular.accessor.IrregularAccessor method)
to_dense() (pyrregular.accessor.IrregularAccessor method)
to_hdf5() (pyrregular.accessor.IrregularAccessor method)
to_list() (pyrregular.accessor.IrregularAccessor method)
to_long() (pyrregular.accessor.IrregularAccessor method)
to_sktime() (pyrregular.accessor.IrregularAccessor method)
to_tslearn() (pyrregular.accessor.IrregularAccessor method)
transform() (pyrregular.models.nodes.ApplyFunc method)
(pyrregular.models.nodes.DropNATransformer method)
(pyrregular.models.nodes.PassthroughTransformer method)
TslearnWrapper (class in pyrregular.wrappers.tslearn_wrapper)
V
Vehicles (class in pyrregular.datasets.vehicles)