ACEsuit / ACEfit.jl

Generic Codes for Fitting ACE models
MIT License
8 stars 5 forks source link

Extend the MLJ.jl #64

Open CheukHinHoJerry opened 12 months ago

CheukHinHoJerry commented 12 months ago

Currently ACEfit.jl does not support hyper parameter optimization. Given what we have in https://github.com/alan-turing-institute/MLJ.jl.git and https://github.com/JuliaAI/MLJTuning.jl maybe we can figure out how it should go sometime?

cortner commented 12 months ago

Cc @tjjarvinen

cortner commented 12 months ago

A future PR could extend #61

tjjarvinen commented 12 months ago

We should be able to get this to work. But it might need some changes to the MLJ implementation in #61.

I propose that we don't add this to the other PR and continue with MLJ on smaller chunks.