2020年7月8日日记:
第一件大事:
需要研究python数据挖掘,基于研究生统计建模大赛。
题目:
需要用到到的技术:数据挖掘、爬虫、数据分析等
1.用到的一些网站:https://github.com/huang-tie/Python(python基础,包括一些函数迭代器的讲解)
2.python与数据结构
https://github.com/Jack-Lee-Hiter/AlgorithmsByPython/blob/master/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84.md
- https://github.com/LinXueyuanStdio/PythonDataMining(现在正在看的书籍)
接下来就来
今日实战: 1. py文件路径中不要有 \0 等转义字符
2.from collections import defaultdict 的理解
(https://www.jianshu.com/p/bbd258f99fd3)
[[0. 1. 1. 0. 0.]
[0. 0. 1. 0. 1.]
[0. 1. 0. 0. 0.]
[0. 1. 0. 0. 1.]
[1. 1. 1. 1. 0.]]
[0. 1. 1. 0. 0.]
[0. 0. 1. 0. 1.]
[0. 1. 0. 0. 0.]
[0. 1. 0. 0. 1.]
[1. 1. 1. 1. 0.]