Art of Stat: Machine Learning

35 installs
Ratings not yet available
+6.00 weekly installs
trend steady
+24 monthly installs
trend steady

Art of Stat: Machine Learning Summary

Art of Stat: Machine Learning is a Android app in the Education category, developed by Bernhard Klingenberg, Art of Stat. First released 1 month ago(Jan 2026), the app has accumulated 35+ total installs

Recent activity: 6.00 installs this week (24 over 4 weeks) showing steady growth View trends →

Store info: Last updated on Google Play on Jan 9, 2026 .


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

Supervised & Unsupervised Learning with Real Data

The Art of Stat: Machine Learning app includes methods for supervised and unsupervised learning, lets you split data into training and test sets, visualizes all methods, including predictions and heatmaps, and lets you assess the accuracy of your algorithm by showing the confusion matrix and more.

Included ML algorithms so far include:

- Multiple Linear Regression (including categorical predictors and interactions interactions)
- Multiple Logistic Regression (including categorical predictors and interactions interactions)
- Discriminant Analysis (Linear & Quadratic)
- Naive Bayes
- K-Means Clustering

Functionality:
- Provides various datasets (Palmer Penguins, Wine Quality, Heart Disease, Iris Flowers, Credit Card Defaults, ...) or lets user upload their own CSV file
- Split data into training and test sets
- Standardize Features
- Select continuous and/or categorical features (where appropriate)
- Visualize all methods (Scatterplots, Heatmaps), predicted labels or posterior probabilities
- Assess accuracy by displaying Confusion Matrix and accuracy statistics (including precision and recall) in multiple ways
- Make predictions for new observations

Modules in preparation:
- Decision Trees & Random Forests
- Nearest Neighbor