Fixed * Add optional parameters `epochs` and `alpha` to the GB-BC-FS method for user customization. * Documentation improvements
0.2.0
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
Fixed * Documentation improvements * PyPi publish process
Removed * `verbose` support
0.1.0
Added * First version of gbfs package: * GB-AFS (Graph-Based Automatic Feature-Selection) implementation * MSS (Mean Simplified Silhouette) implementation