Пример #1
0
 def test_downsample_nonwindowed_classifier(self):
     sma = SimpleMovingAverage(
         inputs=[TestingDataSet.float_col],
         window_length=5,
     )
     self.check_downsampled_term(sma.quantiles(5))
Пример #2
0
 def test_downsample_nonwindowed_classifier(self):
     sma = SimpleMovingAverage(
         inputs=[TestingDataSet.float_col],
         window_length=5,
     )
     self.check_downsampled_term(sma.quantiles(5))