ml0x Research
Technical references, cheatsheets, and deep dives from the ml0x research pipeline.
Machine Learning Cheatsheet 2026
The definitive ML cheatsheet covering supervised and unsupervised algorithms, evaluation metrics, sklearn code snippets, hyperparameter tuning, data preprocessing, and common pitfalls. One page, everything you need.
Feature Engineering Checklist — Interactive Guide with Data Type Detector
Interactive feature engineering checklist with progress tracking and data type detector. Covers numeric, categorical, text, date/time features, and missing data handling. Paste sample data to get suggestions.
ML Pipeline Builder — Visual Designer with sklearn & PyTorch Code Generator
Free visual ML pipeline builder. Drag and drop preprocessing, feature engineering, model, and evaluation steps. Generates production-ready scikit-learn Pipeline and PyTorch code instantly.
Regularization Techniques Comparison — L1, L2, Dropout Interactive Guide
Interactive comparison of regularization techniques: L1 (Lasso), L2 (Ridge), Elastic Net, and Dropout. Visualize coefficient shrinkage paths, neuron deactivation, and the effect of lambda on model complexity.
Transfer Learning Guide — Decision Tree & Model Compatibility Matrix
Interactive transfer learning guide with decision tree, model compatibility matrix, and layer freezing calculator. Choose between feature extraction, fine-tuning, and training from scratch based on your dataset size, ...