-
Recent Posts
- Machine Learning Model Interpretation and Prescriptive Analytic with Lime
- Automated Machine Learning with Hyperopt and Scikitlearn without Writing Python Code
- Time Series Trend and Seasonality Component Decomposition with STL on Spark
- Missing Value Imputation with Restricted Boltzmann Machine Neural Network
- Encoding High Cardinality Categorical Variables with Feature Hashing on Spark
Top Posts
- Combating High Cardinality Features in Supervised Machine Learning
- Leave One Out Encoding for Categorical Feature Variables on Spark
- Data Normalization with Spark
- Bandits Know the Best Product Price
- Customer Conversion Prediction with Markov Chain Classifier
- Improving Elastic Search Query Result with Query Expansion using Topic Modeling
- Removing Duplicates from Order Data Using Spark
- Pluggable Rule Driven Data Validation with Spark
- Hive Plays Well with JSON
- Six Unsupervised Extractive Text Summarization Techniques Side by Side
Archives
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
Categories
- AI
- Anomaly Detection
- Approximate Query
- Association Mining
- Big Data
- BPM
- Cassandra
- Cluster Computation
- Collaborative Filtering
- Correlation
- Customer Service
- Data Mining
- Data Model
- Data Profiling
- data quality
- Data Science
- Data Transformation
- Data Warehouse
- Deep Learning
- eCommerce
- elastic search
- ETL
- Fraud Detection
- Hadoop and Map Reduce
- HBase
- Healthcare Analytic
- Hive
- Indexing
- Internet of Things
- Java
- Key Value Store
- Log Analysis
- Machine Learning
- Map Reduce
- Marketing Analytic
- Messaging
- Mobile
- MongoDB
- NLP
- NOSQL
- Optimizatiom
- Optimization
- Outlier Detection
- Performance
- Personalization
- Predictive Analytic
- Programing Language
- Python
- Query
- Real Time Processing
- Recommendation Engine
- Redis
- Reinforcement Learning
- Ruby
- Rule Engine
- Rule Mining
- Scala
- ScikitLearn
- Search
- Search Analytic
- Semantic
- Simulation
- Solr
- Spark
- Spark Streaming
- Statistics
- Storm
- stream processing
- Supervised Learning
- Text Analytic
- Text Mining
- Time Series Analytic
- Topic Modeling
- Uncategorized
- Web
- Web Analytic
- Workflow
Meta
- Anomaly Detection Big Data Cassandra Collaborative Filtering Data Mining Data Science eCommerce ETL Fraud Detection Hadoop and Map Reduce Hive Java Machine Learning Map Reduce Marketing Analytic NOSQL Optimization Predictive Analytic Python Real Time Processing Recommendation Engine Redis Reinforcement Learning Scala Spark Statistics Storm Text Analytic Uncategorized Web Analytic
- alarm flooding
- Analytic
- anomaly detection
- API
- big data
- bloat
- Cassandra
- Cassndra
- clustering
- Collaborative filter
- CRM
- customer churn
- customer conversion
- customer loyalty
- customer segmentation
- data lake
- data mining
- Data model
- data transformation
- data validation
- decision tree
- eCommerce
- entropy
- ETL
- fraud
- generalization error
- Geo spatial index
- gini index
- Hadoop
- HBase
- HDFS
- high cardinality
- Hive
- Index
- IoT
- JSON
- map reduce
- Mapreduce
- marketing campaign
- markov chain
- mobile
- Mobile Advetisement
- model complexity
- MongoDB
- Monitoring
- multi arm bandit
- nearest neighbor
- NOSQL
- outlier
- outlier detection
- Presence data
- programing language
- Query
- real time
- recommendation
- recommendation engine
- retail
- ruby
- Rule Engine
- scikit
- scikit-learn
- seasonality
- Secondary index
- Secondary sort
- similarity
- simulated annealing
- Solr
- spark
- stochastic optimization
- stream processing
- supply chain
- Visitor conversion
- Web click stream analysis
- Web log mining
- Workflow
Category Archives: Uncategorized
Is Neural Network Better Off with Big Data
How does neural network or for that matter any machine learning model relates to Big Data. Do we get a better quality learning model with bigger data. That’s what we will explore in this post. We will explore sample complexity … Continue reading
Detecting Incidents with Context from Log Data
Analyzing vast amount of machine generated unstructured or semi structured data is Hadoop’s forte. Many of us have gone through the exercise of searching log files, most likely with grep, for some pattern and then looking at surrounding log lines … Continue reading
My blog 2013 review
The WordPress.com stats helper monkeys prepared a 2013 annual report for this blog. Here’s an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 57,000 times in 2013. If it were a … Continue reading
Posted in Uncategorized
Leave a comment
Stop the Customer Separation Pain with Bayesian Classifier
In my last post, we did some exploratory analytic for customer churn. We identified the parameters that have most influence on whether a customer account gets closed or not. We performed correlation analysis using Cramer index. In this post, we will … Continue reading