一.R语言的mlr packages install.packages("mlr")之后就可以看到R里面有哪些机器学习算法.在哪个包里面. a<-listLearners() 这个包是听CDA网络课程<R语言与机器学习实战>余文华老师所述,感觉很棒,有待以后深入探讨.以下表格是R语言里面,52个机器学习算法的来源以及一些数据要求. class name short.name package note type installed numerics factors or…
centos 默认安装的python是2.6版本的 使用virtualenv 环境管理工具建立python虚拟环境的时候会遇到一些错误,DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 好像是python2.6 官方不在支持 virtu…