crepes 0.3.0
Features
-
The class
DifficultyEstimator
was added tocrepes.fillings
, incorporating functionality provided by the previous functionssigma_knn
,sigma_knn_oob
,sigma_variance
, andsigma_variance_oob
, which now are superfluous and have been removed fromcrepes.fillings
. See the documentation for the interface to objects of the class through thefit
andapply
methods. -
An option to normalize difficulty estimates, by providing
scaler=True
to thefit
method ofDifficultyEstimator
, has been included.
Fixes
-
The Jupyter notebook
crepes_nb.ipynb
has been updated to incorporate the above features -
The documentation of the crepes package and the crepes.fillings module has been updated with links to source code, additional examples and notes.