- PSL is now correctly handles when all instances belong to the negative class - [1](../../issues/1) if the first feature is assigned a negative score, it is now assigned the most negative score
0.3.0
Added
- PSL classifier can now run with continuous data and optimally (wrt. expected entropy) select thresholds to binarize the data
Changed
- Significantly improved optimum calculation for MinEntropyBinarizer (the same optimization algorithm is shared with the psls internal binarization algorithm)
0.2.0
Added
- PSL classifier - introduced parallelization - implemented l-step lookahead - simple inspect(·) method that creates a tabular representation of the model