FitDataSet

版本 1.0.0 (1.2 KB) 作者: Anan Yaghmour
Refit any data sat that contains categorical features into a complete numerical data set through appropriate mapping
6.0 次下载
更新时间 2019/9/6

查看许可证

Suppose you have a data set of this form :

1st column entries: 1,2,3,55,6......
2nd column entries: "good","bad","fair"......
.
.
.

You want to use it to train a mathematical model that needs the data to be in numerical form, to do so follow the following:
1- Import the data as a STRING array.
2- Call FitDataSet and your imported dataset (as a string array) as its argument.

The output array would be as follow:
1st column:won't be changed since it's numerical.
2nd column:( let's say we have four different categories values for this feature) then the output for the 2nd column will be:2,3,4,1,1,2........

Note* No different categorical values under a specific feature will have the same mapping value, for example, let's take the feature "Country" with three different values:{US, UK, GR}, then no one of these values would result in the same numerical mapping.

引用格式

Anan Yaghmour (2024). FitDataSet (https://www.mathworks.com/matlabcentral/fileexchange/72676-fitdataset), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2019a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Dictionaries 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0