Statistical data type whose value is one of a fixed number of nominal categories.
I'm performing a cluster analysis on categorical data, hence using k-modes approach. My data is shaped as a preference survey: …
scikit-learn k-means categorical-dataThe main goals are as follows: Apply StandardScaler to continuous variables Apply LabelEncoder and OnehotEncoder to categorical variables The continuous …
python pandas machine-learning scikit-learn categorical-dataI can convert a pandas string column to Categorical, but when I try to insert it as a new DataFrame …
pandas categorical-dataI am trying to run a Python notebook (link). At line below In [446]: where author train XGBoost, I am getting …
python xgboost categorical-dataI'm quite new to R and statistics in general. I am trying to plot in a line graph 2 categorical variables (…
r ggplot2 categorical-data linegraphI would like to plot a raster containing 4 different values (1) with a categorical text legend describing the categories such as 2 …
r map legend raster categorical-dataI have a data frame data with a column, named "Project License", which represents a categorical variable, and, thus, in …
r taxonomy categorical-data merging-dataI do not want main effect because it is collinear with a finer factor fixed effect, so it is annoying …
r regression linear-regression lm categorical-dataI have a dataframe about data on schools for a few thousands cities. The school is the row identifier and …
python pandas categorical-dataI'm trying to perform a logistic regression (LogisticRegressionWithLBFGS) with Spark MLlib (with Scala) on a dataset which contains categorical variables. …
scala apache-spark bigdata apache-spark-mllib categorical-data