problexity icon indicating copy to clipboard operation
problexity copied to clipboard

The problexity is an open-source python library containing the implementation of measures describing the complexity of the classification and regression problems.

Results 3 problexity issues
Sort by recently updated
recently updated
newest added

While playing with the ComplexityCalculator(), I noticed this warning for f1 and f2 measures, which leads to a return = nan. **For f1:** ``` C:\Users\***\AppData\Roaming\Python\Python311\site-packages\problexity\classification\feature_based.py:45: RuntimeWarning: invalid value encountered in...

During initialization of ComplexityCalculator object with one argument (for example metrics='f1'), the argument is being overwritten, because it expects all arguments to be provided: > # Set default metrics, colors...