空值的Mahalanobis距离

问题描述

我的输入数据框是;

select p.firstname,p.lastname,i.interest 
from people p
inner join persons_interests pi on pi.personid = p.personid
inner join interests i on i.interestid = pi.interestid;

让我们将列视为客户的还贷天数。在数据中,所有客户至少都有一次Default值,因此所有客户都具有Default1值。但是,客户可能没有任何其他信用,因此他们在其他“认”列中可能没有价值。

我想确定该数据中的马氏距离和离群值。您认为我应该怎么做?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)