天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

StudyDo

天道酬勤,厚德载物,自强不息,求真务实,动脑动手,孜孜以求

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  数据分析

摘要:The renv package is a new effort to bring project-local R dependency management to your projects. There are three commands to do it. ·renv::init()·, i 阅读全文
posted @ 2021-08-01 16:26 三木人 阅读(53) 评论(0) 推荐(0)

摘要:1.3.4.1 Automatic Drawing Layout>Energy>Starting positions relocation technique limitations results depend on the starting positions of vertices it st 阅读全文
posted @ 2021-07-25 11:37 三木人 阅读(50) 评论(0) 推荐(0)

摘要:When I use the rstudio, it often prompts me a very long tip for me. It hinders me to write some comands. Thus, I use `export PS1=“$”` to short the tip 阅读全文
posted @ 2021-07-12 15:09 三木人 阅读(52) 评论(0) 推荐(0)

摘要:This is my first time to use renv package. I want it can help me to keep the enivronment clean and robust. library(renv) When I run the command, which 阅读全文
posted @ 2021-07-12 14:49 三木人 阅读(1024) 评论(0) 推荐(0)

摘要:1.服务器身份验证 2.允许远程连接 3.服务器配置允许远程连接 4.sa登录密码 5.登录数据库引擎 6.服务器配置管理,服务允许状态 注意的事情就是中文要使用nvarchar 阅读全文
posted @ 2020-02-21 02:51 三木人 阅读(398) 评论(0) 推荐(0)

摘要:Lasso回归是一种比较常见的回归,它是线性回归的一种,这种回归使用了一种收缩(shrinkage)的技术。收缩是数据朝着中心值进行压缩的行为。其全程为Least Absolute Shrinkage and Selection Operator,翻译为中文就是最小绝对收缩和运算符选择。 Lasso回归产生一种简单稀疏的回归。这种回归特别适合于共线性情况比较厉害的情况。 Lasso回归的方程是... 阅读全文
posted @ 2020-02-19 20:47 三木人 阅读(1413) 评论(0) 推荐(0)

摘要:换源,将源切换到中国 具体方法是: options(repos=structure(c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))) 阅读全文
posted @ 2019-01-14 20:46 三木人 阅读(256) 评论(0) 推荐(0)