Data mining is the process of locating patterns and trends within a given data-set, that may not be immediately obvious or intuitive.
2
votes
0answers
90 views
Which prediction model for web page recommendation?
I am trying to implement a web page recommendation wherein registered users will be given a recommendation of which page to visit depending upon the previous data.
So with initial study I decided ...
0
votes
0answers
9 views
What stack can handle some data preprocessing and output in ARFF format?
I used to do my preprocessing of data in Python, loading CSV or other things and constructing a specific program for each problem I had to address where an output in a ARFF format was needed.
Of ...
0
votes
0answers
137 views
Mahout - Clustering - “naming” the cluster elements
I'm doing some research and I'm playing with Apache Mahout 0.6
My purpose is to build a system which will name different categories of documents based on user input. The documents are not known in ...