diff --git a/ADictML_Glossary_English.tex b/ADictML_Glossary_English.tex index bd655ec..870ca5e 100644 --- a/ADictML_Glossary_English.tex +++ b/ADictML_Glossary_English.tex @@ -4122,7 +4122,7 @@ description={Risk stratification\index{risk stratification} assigns \glspl{datapoint} to risk groups (or \glspl{stratum}) by quantizing the \gls{prediction} $\learnthypothesis(\featurevec)$ - obtained from a trained risk prognosis \gls{model}. Typical choices for these + obtained from a trained risk prognosis (machine learning or rule-based) \gls{model}. Typical choices for these \glspl{stratum} include low, intermediate, and high risk \cite{Collins:2012aa,Steyerberg2019}.\\ See also: \gls{prediction},\gls{clustering}.}, diff --git a/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte b/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte deleted file mode 100644 index 1170b2c..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte.gz b/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte.gz deleted file mode 100644 index 5ace8ea..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/t10k-images-idx3-ubyte.gz and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte b/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte deleted file mode 100644 index d1c3a97..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte.gz b/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte.gz deleted file mode 100644 index a7e1415..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/t10k-labels-idx1-ubyte.gz and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte b/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte deleted file mode 100644 index bbce276..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte.gz b/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte.gz deleted file mode 100644 index b50e4b6..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/train-images-idx3-ubyte.gz and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte b/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte deleted file mode 100644 index d6b4c5d..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte and /dev/null differ diff --git a/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte.gz b/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte.gz deleted file mode 100644 index 707a576..0000000 Binary files a/assets/pythonsnacks/data/MNIST/raw/train-labels-idx1-ubyte.gz and /dev/null differ diff --git a/updateit.sh b/updateit.sh old mode 100755 new mode 100644