sylvaticus / BetaML.jl

Beta Machine Learning Toolkit
MIT License
94 stars 14 forks source link

WARNING: could not import Perceptron ... #38

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

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?

sylvaticus commented 2 years ago

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...