Tagged Questions
0
votes
1answer
57 views
Good libraries in R or Python for analytics of network/graph data [closed]
Disclaimer: I have fairly straightforward/brute-force ways of solving my questions; the goal of the question is to learn better approaches and libraries that assist with these calculations.
I have a ...
1
vote
3answers
64 views
Arranging documents in a grid in accordance with the content similarity
How is it possible to arrange documents in to a space (say multiple grids), so that the position in which they are placed in, contains information about how similar they are to other documents. I ...
0
votes
2answers
74 views
Construct huge numpy array with pytables
I generate feature vectors for examples from large amount of data, and I would like to store them incrementally while i am reading the data. The feature vectors are numpy arrays. I do not know the ...
1
vote
3answers
59 views
How to find sequence of repetition from a trace file
I Have been given a assignment where i need to instrument a given application and generate a trace file and later on from the trace file a sequence diagram needs to be generated. The application is ...
0
votes
0answers
20 views
data recognition using python [duplicate]
I Have been given a assignment where i need to instrument a given application and generate a trace file and later on from the trace file a sequence diagram needs to be generated. The application is ...
1
vote
5answers
133 views
Finding daily patterns with machine learning
I have created a huge log of daily activity in the format [timestamp, location]. For example
[{1365650747255, 'san francisco'},
{1365650743354, 'san francisco'},
{1365650741349, 'san mateo'},
...
0
votes
0answers
49 views
Orange sql-database scripting
I'm new to data mininig and orange. I want to load a dataset from a sqlite/mysql/postgres database. So far so good. I followed the instructions:
r = SQLReader()
r.connect('sqlite://dcmt_db/')
...
1
vote
4answers
81 views
Python : DIY generalize this “all_subsets” function to any size subsets
Implementing a toy Apriori algorithm for a small-data association rule mine, I have a need for a function to return all subsets.
The length of the subsets is given by parameter i. I need to ...
0
votes
1answer
129 views
Python code for ARTXP time series prediction algorithm and ARTXP theory
The problem: model evolution of values of a continuous variable over time.
I came through a paper presenting an approach for predicting the next values for a time series. Whereas ARIMA model is more ...
3
votes
3answers
154 views
clustering for trajectories
I have large amount of temporal lat/lon.
I'm trying to find k-clusters of trajectories from this data. What is the best approach for this?
Thanks.
Edit:
How should I generate the features for my ...
5
votes
1answer
185 views
Comparing sentences according to their meaning
Python provides the NLTK library which is a vast resource of text and corpus, along with a slew of text mining and processing methods. Is there any way we can compare sentences based on the meaning ...
0
votes
1answer
195 views
python - Picking most relevant words for a tag cloud from text using nltk and scikit-learn
I want to get most relevant words from a text in order to prepare a tag cloud.
I used CountVectoriser from scikit-learn package:
cv = CountVectorizer(min_df=1, charset_error="ignore",
...
7
votes
2answers
120 views
Python tools for out-of-core computation/data mining
I am interested in python mining data sets too big to sit in RAM but sitting within a single HD.
I understand that I can export the data as hdf5 files, using pytables. Also the numexpr allows for ...
0
votes
3answers
75 views
Writing a large number of queries to a text file
I have a list of about 200,000 entities, and I need to query a specific RESTful API for each of those entities, and end up with all the 200,000 entities saved in JSON format in txt files.
The naive ...
4
votes
1answer
248 views
Mixing categorial and continuous data in Naive Bayes classifier using scikit-learn
I'm using scikit-learn in Python to develop a classification algorithm to predict gender of a certain customers. Amongst others I want to use the Naive Bayes classifier but my problem is that I have a ...
4
votes
2answers
133 views
A good blobstore / memcache solution
Setting up a data warehousing mining project on a Linux cloud server. The primary language is Python .
Would like to use this pattern for querying on data and storing data:
SQL Database - SQL ...
1
vote
2answers
146 views
Algorithms for Mining Tuples of Data on huge sample space
I read that Apriori algorithm is used to fetch association rules from the dataset like a set of tuples. It helps us to find the most frequent 1-itemsets, 2-itemsets and so-on. My problem is bit ...
-5
votes
1answer
120 views
What libraries can give implementation for Dimension reduction algorithms? [closed]
I'm looking for dimension reduction algorithms implementation library. Looking for implementation of Latent Dirichlet Allocation, Latent Semantic Indexing, Linear Discriminant Analysis and more if ...
0
votes
1answer
224 views
Calculate ordering of dendrogram leaves
I have five points and I need to create dendrogram from these. The function 'dendrogram' can be used to find the ordering of these points as shown below. However, I do not want to use dendrogram as it ...
1
vote
2answers
860 views
How can i cluster document using KMean (Flann with python)?
I want to cluster documents based on Similarity.
I haved tried ssdeep (similarity hashing) , very fast but i was told that KMeans is faster and flann is fastest of all implementations, and more ...
0
votes
1answer
114 views
Multi feature recommender system representation
I'm looking to expand my recommender system to include other features (dimensions). So far, I'm tracking how a user rates some document, and using that to do the recommendations. I'm interested in ...
0
votes
0answers
266 views
Approach to implement a recommendation system (preferred language is python) [closed]
I am new to data mining and have a task about recommending restaurants to a given customer. The main sample data files are:
userprofile: including such attributes (userID smoker drink_level ...
3
votes
1answer
111 views
Why Scikit GradientBoostingClassifier won't let me use least squares regression?
Why could it be that
GradientBoostingClassifier(loss='ls')
fails with:
raise ValueError("``n_classes`` must be 1 for regression")
ValueError: ``n_classes`` must be 1 for regression
and it works ...
1
vote
2answers
296 views
appending columns produces NaN in pandas DataFrame
I need to add columns iteratively to a DataFrame object. This is a simplified version:
>>> x=DataFrame()
>>> for i in 'ps':
... x = x.append(DataFrame({i:[3,4]}))
...
>>> ...
1
vote
3answers
231 views
Finding similar objects in 500k records
EDIT Solution
this was the solution, thanks to @mprivat:
from mysql_wrapper2 import Mysql
import Levenshtein
import time
db = Mysql()
fields = [...]
records = db.query('SELECT *, CONCAT(%s) as ...
7
votes
1answer
359 views
In scikit learn, how to deal with the data mixed with numerical and nominal value?
I know that the computation in scikit is based on numpy, so everything is matrix or array.
But I don't know how the package dealing with data mixed with numerical and nominal value.
For example, a ...
0
votes
1answer
88 views
Python losing performance writing to disk over time
I have written a code to take an input from a file of very big data, perform some simple processing on it and then store it in a shelve dictionary format. I have 41 million entries to process. ...
1
vote
4answers
129 views
Integrating multiple dictionaries in python (big data)
I am working on a research project in big data mining. I have written the code currently to organize the data I have into a dictionary. However, The amount of data is so huge that while forming the ...
3
votes
2answers
245 views
Storing text mining data
I am looking to track topic popularity on a very large number of documents. Furthermore, I would like to give recommendations to users based on topics, rather than the usual bag of words model.
To ...
3
votes
2answers
703 views
Persisting data in sklearn
I'm using scikit-learn to cluster text documents. I'm using the classes CountVectorizer, TfidfTransformer and MiniBatchKMeans to help me do that.
New text documents are added to the system all the ...
3
votes
4answers
529 views
large scale clustering library possibly with python bindings
I've been trying to cluster some larger dataset. consisting of 50000 measurement vectors with dimension 7. I'm trying to generate about 30 to 300 clusters for further processing.
I've been trying the ...
2
votes
1answer
253 views
Any better pre processing library or implementation in python?
I need to pre-process some text documents so that I can apply classification techniques like fcm e.t.c and other topic modeling techniques like latent dirichlet allocation e.t.c
To elaborate a bit in ...
1
vote
2answers
945 views
scipy optimize - fmin Nelder-Mead simplex
I'm trying to use the scipy Nelder-Mead simplex search function to find a minimum to a non-linear function. It appears my simplex gets stuck because it starts off with an initial simplex that is too ...
1
vote
4answers
615 views
Clustering using k-means in python
I have a document d1 consisting of lines of form user_id tag_id.
There is another document d2 consisting of tag_id tag_name
I need to generate clusters of users with similar tagging behaviour.
I want ...
5
votes
2answers
2k views
Hierarchical clustering of 1 million objects
Can anyone point me to a hierarchical clustering tool (preferable in python) that can cluster ~1million objects? I have tried SciPy (http://code.google.com/p/scipy-cluster/) and also Orange ...
2
votes
1answer
592 views
How do I create a new data table in Orange?
I am using Orange (in Python) for some data mining tasks. More specifically, for clustering. I have gobe through the tutorial and read most of the documentation but I still have a problem.
All the ...
1
vote
1answer
236 views
Python image search wrapper
I'm trying to figure out a straightforward way to do some image searching in Python with larger numbers of return results than Google's API allows, i.e. 64. I spent some time trying to use the Python ...
1
vote
2answers
314 views
Find statistical correlations in a relational database
I have a large SQL database of associations between state features and a reward metric. e.g.
A ^ B ^ C ^ D ^ Action(E) => 0.1
F ^ G ^ W ^ D ^ Action(R,P,H) => 0.9
A ^ T ^ U ^ Y ^ Action(A,S) ...
0
votes
2answers
127 views
Parsing and splitting multiple HTML pages without having a clue
I have the some 50 raw HTML page contents which are relevant to my project. I am not sure these contents are having unique pattern.
I need to parse the contents from all pages and has to be ...
2
votes
2answers
582 views
Predicting Values with k-Means Clustering Algorithm
I'm messing around with machine learning, and I've written a K Means algorithm implementation in Python. It takes a two dimensional data and organises them into clusters. Each data point also has a ...
0
votes
4answers
201 views
Extracting information from AJAX based sites using Python
I am trying to retrieve query results on sites based on ajax like www.snapbird.org using Python. Since it doesn't show in the page source, I am not sure how to proceed.
I am a Python newbie and hence ...
1
vote
0answers
45 views
Why do my data miner threads collect some IDs many times, others not at all?
I'm writing a data miner in python with urllib2 and BeautifulSoup to parse some websites, and in attempting to divide its processes across a few threads, I get the following output:
Successfully ...
43
votes
5answers
2k views
How to approach number guessing game(with a twist) algorithm?
I am learning programming (python and algo’s) and was trying to work on a project that I find interesting. I have created a few basic python scripts but I’m not sure how to approach a solution to a ...
4
votes
1answer
142 views
Looking for working demos of APIs (any language) into Outlook to data mine emails to produce social graphs and knowledge graphs and tagging
I'd like to data mine my Outlook mailboxes at work to be able to learn more about interactions with people and their areas of expertise:
Generate social graphs from To: and Cc: lists to show people ...
1
vote
1answer
254 views
How to crawl links to a particular domain by searching on Google?
I have a corpus of lyrics of Indian songs and need to tag them with their year of release for an experiment I am working on.
There is a website(lyricsindia.net), which has an exhaustive database of ...
3
votes
1answer
889 views
how to create scripting languages [closed]
I'd really like to know what knowledge do I have to pursue in order to create scripting languages from the ground up, probably using C++, maybe python, for those are the languages I know.
I've ...
11
votes
2answers
528 views
Is there a good way to do this type of mining?
I am trying to find points that are closest in space in X and Y directions (sample dataset given at the end) and am looking to see if there are smarter approaches to do this than my trivial (and ...
6
votes
2answers
3k views
Using frequent itemset mining to build association rules?
I am new to this area as well as the terminology so please feel free to suggest if I go wrong somewhere. I have two datasets like this:
Dataset 1:
A B C 0 E
A 0 C 0 0
A 0 C D E
A 0 C 0 E
The way I ...
10
votes
2answers
548 views
Python, Scipy: Building triplets using large adjacency matrix
I am using an adjacency matrix to represent a network of friends which can be visually interpreted as
Mary 0 1 1 1
Joe 1 0 1 1
Bob 1 1 0 ...
0
votes
1answer
180 views
Issue with Python data-mining code from “Programming Collective Intelligence” to count crossed lines
I'm currently working through Toby Segaran's Programming Collective Intelligence and trying to do work through some of the code in the optimisation chapter, specifically the counting lines code. ...

