1+1
2
This file will become your README and also the index of your documentation.
如果你想加入我们一起开源作业,请阅读以下指南。
If you are new to using nbdev
here are some useful pointers to get you started.
# make sure THU_Coursework_Machine_Learning_for_Big_Data package is installed in development mode
$ pip install -e .
# graphviz 需要单独安装
conda install conda-forge::graphviz
# make changes under nbs/ directory
# ...
# compile to have changes apply to THU_Coursework_Machine_Learning_for_Big_Data
$ nbdev_prepare
我们在学习清华大学《大数据机器学习》以及《大数据分析》两门课程完成作业的同时,也形成了一个简单的机器学习与数据分析库,对李航《统计学习方法》上的部分代码做了实现和可视化,你可以通过安装我们的库来复用我们写的代码逻辑。
Install latest from the GitHub repository:
$ pip install git+https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data.git
or from pypi
Documentation can be found hosted on this https://thu-coursework-machine-learning-for-big-data-docs.vercel.app/ . Additionally you can find package manager specific guidelines on pypi respectively.
Fill me in please! Don’t forget code examples: