Skip to content
sktime
Search
Ctrl
K
Cancel
Docs version
Latest (v1.0.1)
GitHub
API
Classes and functions
Learn
Concepts and workflows
Examples
Recipes and notebooks
API
Classes and functions
Develop
Contributor docs
Community
Project and governance
API Reference
Overview
Forecasting
Classification
Regression
Clustering
Transformations
Detection
Performance Metrics
Core APIs
Base
Datasets
Splitters
Tags
Data Format
Utilities
Advanced
Alignment
Benchmarking
Deployment
Distance Kernels
Parameter Estimation
Exceptions
Docs version
Latest (v1.0.1)
GitHub
Docs
API Reference
BaseDataset
BaseDataset
Copy Markdown
BaseDataset
class
BaseDataset
(
name
)
[source]
Base dataset class.
Attributes
:
name
Name of dataset.
Methods
load
()
Load dataset.
load
(
)
[source]
Load dataset.
property
name
[source]
Name of dataset.