theochem / Selector

Python library of algorithms for selecting diverse subsets of data for machine-learning.
https://selector.qcdevs.org
GNU General Public License v3.0
22 stars 21 forks source link

Fix the normalization error in `wdud` #221

Closed FanwangM closed 3 months ago

FanwangM commented 3 months ago

Now we will remove the feature column with constants, not throwing an error and terminate the program.

FanwangM commented 3 months ago

This will be addressed in another PR.