Metadata-Version: 2.4
Name: IWT_PyTorch
Version: 0.1.2
Summary: IWT (Iterative Weighted Thresholding) feature selection classifier based on PyTorch and scikit-learn.
Project-URL: Homepage, https://github.com/qtycc-cc/IWT_PyTorch
Project-URL: Repository, https://github.com/qtycc-cc/IWT_PyTorch
Requires-Python: >=3.13
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: scikit-learn>=1.8.0
Requires-Dist: torch>=2.11.0
Description-Content-Type: text/markdown

# IWT Classifier

A PyTorch-based feature selection classifier implementing **Iterative Weighted Thresholding (IWT)**.

Adapted from HIWT(https://github.com/jianglanfan/HIWT-GSC)
