-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Add example of inductive clustering #4587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There's no deadline for this? I'll start taking a look this weekend, but will need to get up to speed on documentation format, inductive clustering, |
Please submit a PR as soon as possible, it is always good to get feedback first. There is certainly no time constraint on it, but it is good that you say you want to work on it (so we don't duplicate work). |
Omg, 15 days for a reply? I have been sick, sorry :-/ |
@amueller are we still looking at adding an example of this to the documentation? I could work on this. Any pointers on the kind of clustering or classification or dataset to use? |
Often a 2d dataset is good for illustration purposes. You can also try something like digits, which might lead to interesting visualizations. |
@amueller check out if http://chiragnagpal.com/blog/inductive_learning.. its an ipython notebook with what im trying to do. |
plus i think the right terminology for what we are trying to achieve here is "transductive learning" rather than "inductive learning" |
Clusters can be found within a training dataset (transductive) then used to train a classifier, so as to extend the clustering model to new instances. See snippet at #4543 (comment)
@selwyth is apparently working on this.
The text was updated successfully, but these errors were encountered: