Given certain data, and we need to create models (xgboost, random forest, regression, etc). Each one of them has its constraints regarding data types.
Errors are not clear, here's a new function to speed up model creation.
Before predictive model creation, we need to check/change numerical, categorical, NAs, one unique value and high cardinality variables. This new function will assist us in this task. [Read more...]
Before predictive model creation, we need to check/change numerical, categorical, NAs, one unique value and high cardinality variables. This new function will assist us in this task. [Read more...]
This method can discretize a variable taking into consideration the target variable, similar to what decision tree do but with gain ratio. [Read more...]
This tutorial will introduce the Deep Learning classification task with Keras.
With focus on one-hot encoding, layer shapes, train & evaluate the model.How to create a sequential model in Keras for R