qmlcode / qml

QML: Quantum Machine Learning
MIT License
197 stars 84 forks source link

Changed linear fit to lasso regression #93

Closed larsbratholm closed 5 years ago

larsbratholm commented 5 years ago

This was done to help fitting of underdetermined cases, such as when the chemical composition never or rarely changes (md snapshots etc). Also a slight restructure was done to avoid repeated code.