In a previous post, I have provided a discussion of model stacking, a popular approach in data science competitions for boosting predictive performance. Since then, the post has attracted some attention, so I have decided to put together a Python package which provides a simple API to stack models with minimal effort.
Author: burakhimmetoglu
An overview of feature selection strategies
Introduction Feature selection and engineering are the most important factors which affect the success of predictive modeling. This remains true … More
Time series classification with Tensorflow
Time-series data arise in many fields including finance, signal processing, speech recognition and medicine. A standard approach to time-series problems … More
Machine learning for alchemy
It is no news to anyone that applications of machine learning span a vast range of fields, from artificial intelligence … More
Feature Engineering with Tidyverse
In this blog post, I will discuss feature engineering using the Tidyverse collection of libraries. Feature engineering is crucial for … More
Yet another introduction to Neural Networks
There are many great tutorials on neural networks that one can find online nowadays. Simply searching for the words “Neural Network” … More
Deciphering the Neural Language Model
Recently, I have been working on the Neural Networks for Machine Learning course offered by Coursera and taught by Geoffrey Hinton. … More
Stacking models for improved predictions
If you have ever competed in a Kaggle competition, you are probably familiar with the use of combining different predictive models … More