Problem I have this algorithm for mining frequent itemsets from a database. In that problem, a person may acquire a […]
Tag: data-mining
Data scraping from Internet with Excel-VBA
Problem I have built an Excel application, which gets all the titles of books from Amazon.com, which it is asked […]
Calculate Geometric and Arithmetic Mean
Problem I am trying to make general class to calculate Geometric mean using exponential of the arithmetic mean of logarithms […]
Python program to rank based on the frequency of names that appears in text files
Problem I’ve written a python program to rank the names that appear in the file(s) based on their frequency. In […]
File parser to extract data from text file
Problem I am trying to extract the data from input file and store it for plotting. I have tested this […]
Cosine Similarity on Huge Dataset
Problem I have a very large data file full of movie ratings that I am looking at for work. I […]