Recent Releases of torchtime
torchtime - v0.3.0
Changed
- More efficient PhysioNet data set downscaling
- Updated documentation
Added
- PhysioNet2012 data set
- PhysioNet and UEA/UCR unit tests
- Utility function module
- Better console messages
Fixed
- Replace PhysioNet2019 missing data indicator with
NaNs - Code coverage badge
- Python
Published by github-actions[bot] about 4 years ago
torchtime - v0.2.0
Changed
- Processed data are now cached in the
.torchtimedirectory train_splitandval_splitarguments are renamedtrain_propandval_proprespectively- Introduced generic
torchtime.data_TimeSeriesDataSetclass behind the scenes - note training/validation/test data splits have changed for a given seed torchtime.collate.packed_sequencenow returns bothXandyas a PackedSequence object- Expanded unit tests - note coverage is currently limited as PhysioNet2019 tests cannot be run under CI
- Updated documentation
Added
imputeargument to support missing data imputation using mean and forward imputation methods or a custom imputation functiondownscaleargument to reduce the size of data sets for testing/model developmenttorchtime.data.TensorTimeSeriesDatasetclass to create a data set from input tensors
Fixed
- Use
float32/torch.floatandint64/torch.longprecision for all data sets - Shape of
ydata in PhysioNet2019 data - Bug when adding time delta channels without a missing data mask
- Python
Published by github-actions[bot] about 4 years ago
torchtime - v0.1.1
Changed
- Simplified training/validation/test split approach
- Default file path for PhysioNet2019 data set is now
data/physionet2019 - Refactored
torchtime.datato share utility functions across data classes - Expanded unit tests
- Updated documentation
Added
- Missing data simulation for UEA/UCR data sets
- Support appending missing data masks and time delta channels
packed_sequencecollate function- Documentation now includes a tutorial
- Automated releases using GitHub Actions
- DOI
- Python
Published by github-actions[bot] about 4 years ago