MCPcopy Create free account

hub / github.com/NetManAIOps/donut / types & classes

Types & classes18 in github.com/NetManAIOps/donut

↓ 18 callersClassBatchSlidingWindow
Class for obtaining mini-batch iterators of sliding windows. Each mini-batch will have `batch_size` windows. If the final batch contain
donut/utils.py:31
↓ 12 callersClassDonut
Class for constructing Donut model. This class provides :meth:`get_training_loss` for deriving the training loss :class:`tf.Tensor`, and
donut/model.py:31
↓ 6 callersClassDonutTrainer
Donut trainer. Args: model (Donut): The :class:`Donut` model instance. model_vs (str or tf.VariableScope): If specified, wil
donut/training.py:18
↓ 4 callersClassDataAugmentation
Base class for data augmentation in training. Args: mean (float): Mean of the training data. std (float): Standard deviation
donut/augmentation.py:8
↓ 3 callersClassDonutPredictor
Donut predictor. Args: model (Donut): The :class:`Donut` model instance. n_z (int or None): Number of `z` samples to take fo
donut/prediction.py:13
↓ 3 callersClassMissingDataInjection
Data augmentation by injecting missing points into training data. Args: mean (float): Mean of the training data. std (float)
donut/augmentation.py:70
↓ 2 callersClassCapture
tests/test_model.py:73
ClassAugmentationTestCase
tests/test_augmentation.py:11
ClassBatchSlidingWindowTestCase
tests/test_utils.py:34
ClassCompleteTimestampTestCase
tests/test_preprocessing.py:9
ClassDonutPredictorTestCase
Tests for :class:`DonutPredictor`. It is very difficult to check the outputs of a :class:`DonutPredictor`, since it involves random samp
tests/test_prediction.py:9
ClassDonutTrainerTestCase
Tests for :class:`DonutTrainer`. It is very difficult to test a :class:`DonutTrainer`. We just check whether or not the :class:`DonutTra
tests/test_training.py:9
ClassIterativeMaskedReconstructTestCase
tests/test_reconstruction.py:79
ClassMaskedReconstructTestCase
tests/test_reconstruction.py:9
ClassMiniBatchSlicesIteratorTestCase
tests/test_utils.py:9
ClassMissingDataInjectionTestCase
tests/test_augmentation.py:48
ClassModelTestCase
tests/test_model.py:12
ClassStandardizeKPITestCase
tests/test_preprocessing.py:72