data_science_notes:关于数据科学主题的笔记

时间:2021-02-12 06:07:51
【文件属性】:
文件名称:data_science_notes:关于数据科学主题的笔记
文件大小:2.15MB
文件格式:ZIP
更新时间:2021-02-12 06:07:51
TeX 数据科学笔记 马修·爱普兰 2019- 保留所有权利,但知识共享署名4.0国际许可授予的权利除外 乳胶编辑技巧 用grep搜索格式问题 grep -rIn " . " . > tmp.txt grep -rIn ' [[:blank:]]$ ' . > tmp.txt pcregrep -rInM ' (\b[a-zA-Z]+)\s+\1\b ' . > tmp.txt grep -rIn ' .% ' . > tmp.txt 检查拼写错误 for f in $( find . -type f -name ' *.tex ' ) ; do aspell list < $f ; done | sort | uniq > tmp.txt 特拉维斯CI 按照此和上的说明进行设置。
【文件预览】:
data_science_notes-main
----.travis.yml(1KB)
----figures()
--------pandas()
--------stats()
--------ml()
--------survival()
--------sql()
--------regression()
----sections()
--------ML.tex(312B)
--------preface.tex(502B)
--------ml_general.tex(14KB)
--------stats.tex(15KB)
--------appendixes()
--------listofabbr.tex(2KB)
--------regression.tex(20KB)
--------misc.tex(1KB)
--------unsupervised.tex(825B)
--------supervised.tex(12KB)
----tables()
--------sorting_algos.tex(1KB)
--------search_algos.tex(331B)
--------coin_example()
----dukedissertation_modified.cls(26KB)
----bib()
--------bib.bib(20KB)
--------atlasBibStyleWithTitle.bst(21KB)
----ds_notes-epland.tex(13KB)
----.gitignore(284B)
----Makefile(2KB)
----abbreviations.tex(3KB)
----README.md(959B)
----LICENSE.txt(18KB)

网友评论