Commit 07512da2 authored by peastman's avatar peastman
Browse files

Tutorial on uncertainty

parent 3b7489a5
Loading
Loading
Loading
Loading
+231 −0

File added.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Diff line number Diff line
@@ -88,3 +88,8 @@ def test_seqtoseq_fingerprint():
def test_dataset_preparation():
  nb, errors = _notebook_read("dataset_preparation.ipynb")
  assert errors == []


def test_uncertainty():
  nb, errors = _notebook_read("Uncertainty.ipynb")
  assert errors == []