BetaML.jl icon indicating copy to clipboard operation
BetaML.jl copied to clipboard

WARNING: could not import Perceptron ...

Open ablaom opened this issue 3 years ago • 1 comments

During precompilation I encountered some warnings:

[ Info: Precompiling BetaML [024491cd-cc6b-443e-8034-08ea7eb7db2b]
WARNING: could not import Perceptron.KernelPerceptron into BetaML
WARNING: could not import Perceptron.KernelPerceptronHyperParametersSet into BetaML
WARNING: could not import Perceptron.Pegasos into BetaML
WARNING: could not import Perceptron.PegasosHyperParametersSet into BetaML

Maybe BetaML is importing names from Perceptron module that no longer exist?

ablaom avatar Aug 22 '22 21:08 ablaom

Was the opposite. I did add them before implementing. Sorry that it ended up in a release, it was supposed to remain in master. These have been implemented now, so that warning should no longer appear...

sylvaticus avatar Aug 24 '22 09:08 sylvaticus