manwestc/TINTOlib-Python-Library: TINTOlib v1.0.6.1 – Categorized Methods, Unified Training API, and More
Description
✅ TINTOlib v1.0.6 – Categorized Methods, Unified Training API, and More
🚀 What's new in TINTOlib v1.0.6
✨ Methods Categorized
All methods are now grouped into two categories:
- Parametric methods:
TINTO,IGTD, andREFINED - Non-parametric methods:
BarGraph,DistanceMatrix,Combination,SuperTML,FeatureWrap, andBIE
✨ Unified Training API
The legacy generateImages() function has been removed.
We now follow a standardized approach:
- Parametric methods use:
.fit()and.transform() - Non-parametric methods use:
.fit_transform()
This improves consistency and reduces the risk of data leakage in real-world pipelines.
✨ New Parameter for REFINED
A new normalize parameter has been added to the REFINED method, improving both performance and flexibility.
✨ Updated Notebooks
All example Jupyter Notebooks in the TINTOlib Crash Course have been updated to reflect these changes, including examples for both TensorFlow and PyTorch.
Files
Additional details
Related works
- Is supplement to
- Software: https://github.com/manwestc/TINTOlib-Python-Library/tree/v1.0.6 (URL)
Software
- Repository URL
- https://github.com/manwestc/TINTOlib-Python-Library