Install

To install hit start Julia and hit "]" to enter pkg REPL and type

pkg> registry add https://github.com/MatrixLabTools/PackageRegistry
pkg> add PotentialFitting

Installation should proceed without errors.

MLJ is used to do fitting. Most linear regressors supported by MLJ are supported. This includes ScikitLearn solvers.

Note that you need to have at least Julia v1.9 to use the new MLJ fitting. For older Julia version you can use the older versions, but those are not supported anymore.