Recent Releases of xanfis
xanfis -
Dependencies
- Updated
mealpyfrom version 3.0.1 to 3.0.2. - Updated
permetricsfrom version 1.5.0 to 2.0.0. - Updated
requirements.txtaccordingly.
Metadata and Configuration
- Updated metadata files:
CITATION.cff,MANIFEST.in, andrequirements.txt.
Codebase Improvements
- Updated GitHub workflows.
- Refreshed example scripts and requirement files.
Bug Fixes
- Fixed missing
loss_trainattribute in classic and gradient-based models. - Fixed issue with device assignment (CPU/GPU) for classic and gradient-based models.
Refactoring
- Moved parameters (
lb,ub,mode,n_workers,termination) from thefit()method to the model constructor (__init__()) in bio-inspired models.
- Python
Published by thieu1995 about 1 year ago
xanfis -
The first official release of X-ANFIS includes:
- Add infors (CODEOFCONDUCT.md, MANIFEST.in, LICENSE, requirements.txt)
- Add helpers modules (membershipfamily, metricutil, scaler_util, validator, preprocessor)
- Add wrapper for different ANFIS models (BaseAnfis, BaseClassicAnfis, BaseGdAnfis, BaseBioAnfis)
- Add wrapper for different ANFIS models (AnfisRegressor, AnfisClassifier, GdAnfisRegressor, GdAnfisClassifier, BioAnfisRegressor, BioAnfisClassifier)
- Add publish workflow
- Add examples and tests folders
- Python
Published by thieu1995 about 1 year ago