摘要:
str内置函数 字符出查找类,find,index,islowerfind: 查找字符串中是否包含一个字符串index: 跟find的唯一区别是index如果找不到会引发异常rfind, lfind:从左开始查找或这从右开始查找 s = "Liu Dana love Wang xiaojing an 阅读全文
摘要:
1 概述 注意这是数据预处理中的方法: Fit(): Method calculates the parameters μ and σ and saves them as internal objects. 解释:简单来说,就是求得训练集X的均值啊,方差啊,最大值啊,最小值啊这些训练集X固有的属性。 阅读全文