The problem requires me to regularize weights of selected features while training a linear classifier. I am using python SKlearn.
Having googled a lot about incorporating asymmetric regularization for classifiers in SKlearn, I could not find any solution. The core library function that performs this task is provided as a DLL for windows hence modifying the existing library is not possible.
Is there any machine learning library for python with this kind of flexibility? Any kind of help will be appreciated.