Machine Learning / Decision Tree Learning with Elasticsearch

Hi All,

Has anyone tried putting advanced decision tree analysis on top of
Elasticsearch?

I've seen others users Naive Bayes
https://blog.wtf.sg/2013/12/29/naive-bayes-categorisation-with-some-help-from-elasticsearch/
on top of Elasticsearch, which is really great, but I want to try to move
past that with some of the more advanced techniques. The standard I know
that Solr has something called decision trees, but I don't think they are
the same as what is normally referred to as decision trees in the machine
learning literature (here's the wiki on decision trees
http://en.wikipedia.org/wiki/Decision_tree_learning).

Any guidance on how to implement advanced machine learning techniques on
Elasticsearch would be helpful.

Thanks,
-Michael

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/64b4c9ca-09a4-4ea7-bd87-9d3cfdd0f2b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hello Michael ,

There is Hadoop integration with Elasticsearch.
With this integration , it can run against each feed in elasticsearch in a
highly optimized way.
This gives you opportunity to couple mahout library with Elasticsearch.

I would advice this approach.

Thanks
Vineeth Mohan,
Elasticsearch consultant,
qbox.io ( Elasticsearch service provider http://qbox.io/)

On Thu, Mar 12, 2015 at 9:35 PM, Michael Sander michael.sander@gmail.com
wrote:

Hi All,

Has anyone tried putting advanced decision tree analysis on top of
Elasticsearch?

I've seen others users Naive Bayes
https://blog.wtf.sg/2013/12/29/naive-bayes-categorisation-with-some-help-from-elasticsearch/
on top of Elasticsearch, which is really great, but I want to try to move
past that with some of the more advanced techniques. The standard I know
that Solr has something called decision trees, but I don't think they are
the same as what is normally referred to as decision trees in the machine
learning literature (here's the wiki on decision trees
http://en.wikipedia.org/wiki/Decision_tree_learning).

Any guidance on how to implement advanced machine learning techniques on
Elasticsearch would be helpful.

Thanks,
-Michael

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/64b4c9ca-09a4-4ea7-bd87-9d3cfdd0f2b0%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/64b4c9ca-09a4-4ea7-bd87-9d3cfdd0f2b0%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAGdPd5mFYLX%3Db1-rVb2J6-b_V7kjRjz%3Doy18G4HgB4HU46hJkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

1 Like