Closed
Description
openedon Jun 10, 2019
For example, here:
https://github.com/dotnet/machinelearning/blob/master/docs/code/MlNetCookBook.md#i-want-to-look-at-my-models-coefficients
it has this line
mlContext.MulticlassClassification.Trainers.SdcaCalibrated()
but SdcaCalibrated
has been renamed to SdcaMaximumEntropy
.
(related to issue #3847).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment