Data mining is the process of analyzing large amounts of data in order to find patterns and commonalities.
I am an occasional Python programer who only have worked so far with MYSQL or SQLITE databases. I am the …
python database nosql data-miningHI I am looking for a library that'll remove stop words from text in Javascript, my end goal is to …
analytics data-mining javascript stemmingWhat are appropriate values for minimum confidence and minimum support values for the Apriori algorithm? How could you tweak them? …
algorithm parameters data-mining aprioriI'm trying to cluster the Twitter stream. I want to put each tweet to a cluster that talk about the …
machine-learning data-mining cluster-analysis text-miningI am a graduate CS student (Data mining and machine learning) and have a good exposure to core Java (>4 …
hadoop machine-learning data-miningI read that the k-means algorithm only converges to a local minima and not to a global minima. Why is …
cluster-analysis gradient data-mining k-means convergenceCan somebody explain me the main pros and cons of the most known datamining open-source tools? Everywhere I read that …
comparison weka data-mining rapidminerI'm messing around with machine learning, and I've written a K Means algorithm implementation in Python. It takes a two …
python machine-learning data-mining k-means predictionI'm using SMOTE filter in WEKA to balance data. I have doubts about the two parameters nearestNeighbors and percentage. nearestNeighbors …
data-mining weka sample-dataI'm have matrix data containing some null values. To fill the null values, I'd like to perform collaborative filtering. As …
r data-mining collaborative-filtering