Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 918 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.1] - 2024-05-14

Fixed

  • Add optional parameters epochs and alpha to the GB-BC-FS method for user customization.
  • Documentation improvements

[0.2.0] - 2024-05-13

Added

  • New feature selection method is supported: "Graph-Based Feature-Selection under Budget-Constraints" (GB-BC-FS)
  • Add progress bar for monitoring the running progress

[0.1.1] - 2024-03-19

Fixed

  • Documentation improvements
  • PyPi publish process

Removed

  • verbose support

[0.1.0] - 2024-03-10

Added

  • First version of gbfs package:
    • GB-AFS (Graph-Based Automatic Feature-Selection) implementation
    • MSS (Mean Simplified Silhouette) implementation