feature Definition Key
survival Survival 0 = No, 1 = Yes
pclass Ticket class 1 = 1st, 2 = 2nd, 3 = 3rd
sex Sex M/F
Age Age in years
下面给出的功能说明
pclass: A proxy for socio-economic status (SES)
1st = Upper
2nd = Middle
3rd = Lower
age: Age is fractional if less than 1. If the age is estimated, is it in the form of xx.5
假设我有与上述相同的数据集。
如何处理我可以为类提供看不见的价值的情况。例如:在我们的数据集中,pclass 有 3 个不同的值。但是如何处理 pclass 值可能有第 4 类说“精英”的情况,它没有出现在训练数据集中但出现在测试数据集中