On Thu, Feb 02, 2012 at 10:17:02PM -0500, Jieyun Fu wrote: > Is there a way to enforce the constraints on sklearn optimizers or > classifiers? For example, if I put some data into a logistic regression, I > want to make sure some coefficients are positive / negative.
No. The optimizers are optimized optimizers (:$) so they are not that generic. Gaël ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
