08 2018 档案

摘要:本文介绍 Linux 虚拟机 docker 上 搭建 python 机器学习 平台如果已经走过以下所有步骤,机器重启了:1.启动docker: sudo systemctl start docker2.启动 jupyter notebook sudo doc... 阅读全文
posted @ 2018-08-31 16:47 andy_0212 阅读(264) 评论(0) 推荐(0)
摘要:本文讲的是把git在最新2.9.2,合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories我在Github新建一个仓库,写了License,然后把本地一个写了很久仓库上传。先p... 阅读全文
posted @ 2018-08-01 15:04 andy_0212 阅读(114) 评论(0) 推荐(0)
摘要:dataframe column type conversion: df.apply(pd.to_numeric, errors=’ignore’) https://stackoverflow.com/questions/15891038/change-da... 阅读全文
posted @ 2018-08-01 15:03 andy_0212 阅读(98) 评论(0) 推荐(0)