Aleksander
Results
2
issues of
Aleksander
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...