RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

Buddhananda_Stat

BUDDHANANADA BANERJEE

Recently Published

PALMER PENGUINS MULTICLASS CLASSIFICATION USING TWO VARIABLES AT A TIME
# ================================================================ # PALMER PENGUINS # MULTICLASS CLASSIFICATION USING TWO VARIABLES AT A TIME # # Response: # Adelie / Chinstrap / Gentoo # # Numerical variables: # bill_length_mm # bill_depth_mm # flipper_length_mm # body_mass_g # # For EVERY pair of variables fit: # 1. Softmax Regression # 2. LDA # 3. QDA # 4. Ridge Softmax # # Uses all complete observations for each pair. # # Outputs: # - Pairwise true-data scatter plot # - Decision boundary for every method # - Row-normalized confusion matrix for every method # - Accuracy / Macro Precision / Recall / F1 # - Final comparison across all 6 variable pairs # ================================================================
AIML_DNN_Human_MF_Data
AIML_DNN_IRIS_Data
AIML_DNN_MNIST_Data
GLM_MF
Human Physiology data
GLM_Iris
Iris Data