From 94976d1f3e0b17c54575c746bcbbd8e8512f5080 Mon Sep 17 00:00:00 2001 From: prithagupta Date: Fri, 16 Aug 2024 20:59:25 +0200 Subject: [PATCH] Updated the title fontsize --- docs/source/references.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/references.rst b/docs/source/references.rst index eefb7c6..a9359da 100644 --- a/docs/source/references.rst +++ b/docs/source/references.rst @@ -4,8 +4,9 @@ List of references for the implemented learning algorithms, AutoML tools and baseline mutual information estimators +^^^^^^^^^^^^^^^^^^^^^^ 📊 Learning Algorithms -====================== +^^^^^^^^^^^^^^^^^^^^^^ - `Multi-Layer Perceptron (MLP) `_: Werbos (1974) - `Consistency MLP `_: Mielniczuk et al. (1993) - `Random Forest (RF) `_: Breiman (2001) @@ -16,13 +17,14 @@ List of references for the implemented learning algorithms, AutoML tools and bas - `Classifier Calibration `_: Filho et al. (2023) +^^^^^^^^^^^^^^^^ 🤖 AutoML Tools -=============== +^^^^^^^^^^^^^^^^ - `TabPFN `_: Hollmann et al. (2023) - `AutoGluon `_: Erickson et al. (2022) - +^^^^^^^^^^^^^^^^^^^^^^^^^^ 🚀 Baseline MI Estimators -========================= +^^^^^^^^^^^^^^^^^^^^^^^^^^ - `Mutual Information Neural Estimation (MINE) `_: Belghazi et al. (2018) - `PC-softmax `_: Qin et al. (2020)