Subset of Regressor Kernel (low-rank approximation)#61
Subset of Regressor Kernel (low-rank approximation)#61agoscinski wants to merge 4 commits intomainfrom
Conversation
no predict implemented no test
8853e8c to
699ac3b
Compare
699ac3b to
0a22e04
Compare
|
This PR is now in the stage of a first working draft which is still missing a lot of features that are needed to be actually useful. I leave this PR now until I have again time which is might be in a month. Anyone who wants to continue on this is invited to do so. I tried to make meaningful todo messages everywhere. There are three main features that are missing that need some thinking to integrate them properly
There are some things I actually would like to change in the solver (include rcond into other solvers than lstsq), that would make the behavior a bit more consistent and maybe more robust, but I don't want to play around with this as long as we don't have a robust testing framework around it. So the current version is one to one from librascal. The only thing I removed is the division by the std of y (the delta), because this is the job of the standardizer. |
This is a bit of a deprecated branch, that got a bit lost in other work, but I would like to revive it. Starting to rebase it, once #60 is merged
📚 Documentation preview 📚: https://equisolve--61.org.readthedocs.build/en/61/