Top "Discretization" questions

Discretization concerns the process of transferring continuous models and equations into discrete counterparts.

How to do discretization of continuous attributes in sklearn?

My data consists of a mix of continuous and categorical features. Below is a small snippet of how my data …

scikit-learn discretization
discretization in R with arules package

I am using arules package to discretize my continuous variables in data frame. I am using this particular line discretize(…

r discretization
Scikit Learn - Random Forest: How continuous feature is handled?

Random Forest accepts numerical data. Usually features with text data is converted to numerical categories and continuous numerical data is …

scikit-learn random-forest discretization
Coloring the points of an excel chart based on another cell

I would like to graphically represent how some real valued data has been discretized/binned. I have an array of …

excel graph charts data-visualization discretization