On 21 September 2011 09:25, Jacob VanderPlas <
[email protected]> wrote:
> Hello,
> I recently was contacted by someone interested in using manifold
> learning methods on abstract metric spaces: that is, the training data
> is a matrix of pairwise distances rather than a set of points. It would
> be fairly straightforward to implement this for basic LLE and Isomap,
> and could probably be done for the other manifold methods as well. Two
> questions:
> 1) does this seem like a feature worth including in scikit-learn? Are
> there common use-cases people can think of?
> 2) any ideas about the best interface to allow this? Because the format
> of the input is so different from the normal use-case, it may be best to
> make it a separate estimator. Perhaps `MetricLLE`, `MetricIsomap` or
> something similar. Another option would be to have a keyword similar to
> the `kernel='precomputed'` option in `KernelPCA`.
> Any thoughts?
> Jake
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2dcopy1
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
I have very little knowledge of manifold learning in general, but I am all
for this.
DBSCAN (the clustering algorithm) optionally takes a precomputed matrix, and
I'd like to see it in more applications where possible.
- Robert
--
My public key can be found at: http://pgp.mit.edu/
Search for this email address and select the key from "2011-08-19" (key id:
54BA8735)
Older keys can be used, but please inform me beforehand (and update when
possible!)
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general