Art of Stat: Machine Learning

50 installs
Ratings not yet available
10 monthly active users
Revenue not available
Install Trends
Weekly +6.00
Steady
Monthly +20
Steady

Art of Stat: Machine Learning Summary

Art of Stat: Machine Learning is a mobile Android app in Education by Bernhard Klingenberg, Art of Stat. Released in Jan 2026 (2 months ago). It has about 50+ installs Based on AppGoblin estimates, it reaches roughly 10 monthly active users . Store metadata: updated Jan 9, 2026.

Recent activity: 6.00 installs this week (20 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