07 2018 档案
效果评估——回归
摘要:整理自: https://stackoverflow.com/questions/10776673/formula-for-relative-absolute-error-and-root-relative-squared-error-used-in MAE Mean absolute error 阅读全文
posted @ 2018-07-31 18:12 笨拙的忍者 阅读(315) 评论(0) 推荐(0)
给博客园添加文章自动目录
摘要:设置页脚 设置侧边栏 以上目录都是从h2开始生成 阅读全文
posted @ 2018-07-26 10:33 笨拙的忍者 阅读(137) 评论(0) 推荐(0)
centos7 安装R和RstudioServer版
摘要:参考: http://www.cnblogs.com/inspursu/p/4275701.html http://blog.csdn.net/u010022051/article/details/51074366 https://www.rstudio.com/products/rstudio/d 阅读全文
posted @ 2018-07-23 13:37 笨拙的忍者 阅读(572) 评论(0) 推荐(0)
centos7上安装python3
摘要:由于centos7原本就安装了Python2,而且这个Python2不能被删除,因为有很多系统命令,比如yum都要用到。 /usr/bin下面可以看作是一些快捷方式的集合,常用命令的指引+自己创建的软连接 创建软连接:ln -s source target target是快捷方式的路径,source 阅读全文
posted @ 2018-07-23 10:55 笨拙的忍者 阅读(155) 评论(0) 推荐(0)
导入自定义模块
摘要:转载自: https://www.cnblogs.com/ylan2009/p/4186768.html http://blog.sina.com.cn/s/blog_4ddef8f80102v1am.html 1.如果导入的模块和主程序在同个目录下,直接import就行了 2.如果导入的模块是在主 阅读全文
posted @ 2018-07-17 10:45 笨拙的忍者 阅读(141) 评论(0) 推荐(0)