EDA changelog
1.5.4 (2026-05-16)
Updated the Multivariate Analysis demo
1.5.3 (2026-05-14)
Fixed hints in the multivariate analysis demo
1.5.2 (2026-04-24)
Fix the column_list issue in PCA
1.5.1 (2026-03-27)
Add formula for prediction in multivariate analysis
1.5.0 (2026-03-13)
Probabilistic Multi-Parameter Optimization (pMPO) - Enhancements
- Added support for both numeric and categorical desirability columns
- Introduced automatic parameter tuning for streamlined configuration
- Added option to run pMPO without sigmoidal correction
- New ROC curve and confusion matrix visualizations for model evaluation
- Expanded correctness test coverage
1.4.12 (2026-01-16)
Implemented
- Interactive app for training probabilistic multi-parameter optimization (pMPO) models
- Export pMPO models to MPO desirability profiles
1.4.11 (2025-11-21)
Implemented
- Pareto front viewer
- Pareto optimization app
1.4.10 (2025-11-05)
Correct MCL worker termination
1.4.9 (2025-11-04)
Updated ML lib
1.4.8 (2025-10-15)
Updated tutorials
1.4.7 (2025-10-01)
Updated utils and js-api
1.4.6 (2025-09-23)
Improved ANOVA:
- Updated the F-test description
- Implemented the tab control for the results
1.4.5 (2025-09-19)
Dependencies update
1.4.4 (2025-09-17)
Improved the PCA dialog
1.4.3 (2025-03-28)
Updated grok tools
1.4.2 (2025-03-28)
Updated Multivariate Analysis:
- Implemented the Quadratic PLS regression
- Improved MVA and PLS UI/UX
1.3.5 (2025-03-07)
Vector distance functions support for dimensionality reduction on webGPU and without
1.3.4 (2025-02-28)
MCL: Updated ML library to support large MCL matrices
1.3.3 (2025-02-20)
- Updated the MVA demo
1.3.2 (2025-02-03)
- Add History support in MCL Dialog
1.3.1 (2025-01-06)
- Rework MCL Viewer
1.2.6 (2024-11-05)
Fixed:
- Samples naming in Multivariate Analysis
1.2.5 (2024-11-05)
Fixed:
- Labels in Multivariate Analysis
1.2.4 (2024-10-31)
Fixed:
- Labels and help links in the PLS tools
- Fixed k-NN imputer description
- PCA computations
1.2.3 (2024-10-25)
Fixed:
- k-NN imputer input form
- console output
1.2.2 (2024-09-12)
Updated ANOVA:
- Add tests & benchmarks
- Fixed the incorrect feature column type bug
1.2.1 (2024-09-12)
- Add tests & benchmarks for missing values imputation using KNN