I'm not sure what you mean. Pre-trained on what task?
And what kind of models?
The only task I can think that would make sense would be text data with BoW representation, and I'm not sure which models we could pretrain for that.
Maybe PCA, topic models and MLP?
To what end though for PCA and topic models?
And if you're serious about MLPs, why not use keras?

On 6/8/18 7:32 AM, Francois Dion wrote:
Does anybody know of a repo or site that has scikit-learn pre-trained models / pipelines?

There are specific projects that might include a model in their github repo (I've done that for a PyData talk in the past), and I've also seen specific frameworks including some pre-trained neural networks (keras and caffe2 for example), but I don't think there's anything for scikit models.

I've asked around and on twitter, but nothing. I figured, if anybody would know, it would have to be on the sklearn list.


Francois

_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to