How to copy/clone scikit-learn estimator

Depends on the use cases, the way you want to copy the scikit-learn model may be different. In my case, last week, I have to train and test estimators against different targets. I work in EMG or EEG stuff and I need to estimate finger joint sensor reading. Unlike random forest and neural networks, other estimators usually do not support multi-output systems 1. That is means, for every single finger joint in my hand, I have to create an estimator....

September 26, 2021 · 3 min · Faruq Sandi