Machine Gnostics – Example Gallery¶
Explore practical examples and Jupyter notebooks demonstrating the use of Machine Gnostics for data analysis and machine learning.
Each example includes:
- Comprehensive code examples
- Theoretical background and explanations
- Immediate execution via Google Colab
- Source code access on GitHub
Tutorials Library¶
Metrics¶
-
Machine Gnostics Basic Metrics
Learn how to calculate and interpret core Gnostics metrics.
Data Tests¶
-
Data Homogeneity Test
Assess if your data comes from a single population or distribution.
-
Homoscedasticity Test
Test for constant variance across your dataset (homoscedasticity).
-
Data Membership Test
Evaluate whether new data points belong to the training distribution.
Advanced Analysis¶
-
Gnostic Distribution Functions
Visualize and analyze data using Gnostics Distribution Functions.
-
Marginal Cluster Analysis
Perform clustering analysis using marginal distributions.
-
Marginal Interval Analysis
Analyze data intervals and bounds with marginal analysis.
-
Uncertainty Interval Analysis
Quantify and analyze uncertainty within your data intervals.
Regression¶
-
Linear Regression
Standard linear regression implementation.
-
Polynomial Regression
Regression with polynomial features.
-
Wine Quality Regression
Real-world example: Predicting wine quality.
-
Decision Tree Regressor
Non-linear regression using Decision Trees.
-
Random Forest Regressor
Ensemble regression using Random Forests.
-
Boosting Regressor
Advanced regression using Boosting techniques.
Classification¶
-
Logistic Regression
Binary classification fundamentals.
-
Multiclass Classification
Handling multiple classes in classification tasks.
-
Decision Tree Classifier
Classification using Decision Tree algorithms.
-
Random Forest Classifier
Robust classification with Random Forests.
-
Boosting Classifier
High-performance classification using Boosting.
Clustering¶
-
KMeans Clustering
Standard K-Means clustering implementation.
-
Gnostic Local Clustering
Clustering based on local Gnostic properties.
Forecasting¶
-
AutoRegressor (AR)
Time series forecasting with AutoRegression.
-
ARIMA
Forecasting with ARIMA models.
-
SARIMA
Seasonal ARIMA for complex time series.
MLflow¶
-
MLflow Integration
Track experiments and manage models with MLflow.
-
Deep Learning Models
Advanced neural network architectures using Machine Gnostics.
Coming soon!
Notebooks Source
All tutorials are hosted in our GitHub repository. You can download them directly or run them in Colab.