# THU-Coursework-Machine-Learning-for-Big-Data
<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->
This file will become your README and also the index of your
documentation.
## Developer Guide
如果你想加入我们一起开源作业,请阅读以下指南。
If you are new to using `nbdev` here are some useful pointers to get you
started.
### 关于Quarto和nbdev一些需要配置的地方
``` sh
nbdev_install_quarto
quarto install tinytex
quarto install chromium
sudo apt-get install librsvg2-bin
```
### 关于nbdev、quarto+pandoc 这一套系统支持和不支持的markdown与latex语法
- latex公式:
- 不能用””
- 对于align公式,似乎都失败了 align, aligned和aligned\*,
[参考](https://tex.stackexchange.com/questions/256920/package-amsmath-error-beginaligned-allowed-only-in-math-mode)
- MathJax引擎支持的应该支持。https://quarto.org/docs/output-formats/html-basics.html
- VSCode也用的是 MathJax
https://stackoverflow.com/questions/62879232/how-do-i-use-latex-in-a-jupyter-notebook-inside-visual-studio-code
- markdown语法:
### Install THU_Coursework_Machine_Learning_for_Big_Data in Development mode
``` sh
# make sure THU_Coursework_Machine_Learning_for_Big_Data package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to THU_Coursework_Machine_Learning_for_Big_Data
$ nbdev_prepare
```
## Usage
我们在学习清华大学《大数据机器学习》以及《大数据分析》两门课程完成作业的同时,也形成了一个简单的机器学习与数据分析库,对李航《统计学习方法》上的部分代码做了实现和可视化,你可以通过安装我们的库来复用我们写的代码逻辑。
### Installation
Install latest from the GitHub
[repository](https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data):
``` sh
$ pip install git+https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data.git
```
<!--
or from [conda][conda]
```sh
$ conda install -c yecanming6666 thu_big_data_ml
``` -->
or from
[pypi](https://pypi.org/project/THU-Coursework-Machine-Learning-for-Big-Data/)
``` sh
$ pip install thu_big_data_ml
```
### Documentation
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](https://pypi.org/project/THU-Coursework-Machine-Learning-for-Big-Data/)
respectively.
<!-- [conda][conda] and -->
<!-- [conda]: https://anaconda.org/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data -->
## How to use
Fill me in please! Don’t forget code examples:
``` python
1+1
```
2
Raw data
{
"_id": null,
"home_page": "https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data",
"name": "thu-big-data-ml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "nbdev jupyter notebook python",
"author": "\u53f6\u74a8\u94ed",
"author_email": "ycm24@mails.tsinghua.edu.cn",
"download_url": "https://files.pythonhosted.org/packages/8d/3c/57cf24c3d0d30f118eae1f7f62acbbbc2e9b9759ffbd73ab897365328bec/thu_big_data_ml-0.0.2.tar.gz",
"platform": null,
"description": "# THU-Coursework-Machine-Learning-for-Big-Data\n\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\nThis file will become your README and also the index of your\ndocumentation.\n\n## Developer Guide\n\n\u5982\u679c\u4f60\u60f3\u52a0\u5165\u6211\u4eec\u4e00\u8d77\u5f00\u6e90\u4f5c\u4e1a\uff0c\u8bf7\u9605\u8bfb\u4ee5\u4e0b\u6307\u5357\u3002\n\nIf you are new to using `nbdev` here are some useful pointers to get you\nstarted.\n\n### \u5173\u4e8eQuarto\u548cnbdev\u4e00\u4e9b\u9700\u8981\u914d\u7f6e\u7684\u5730\u65b9\n\n``` sh\nnbdev_install_quarto\nquarto install tinytex\nquarto install chromium\nsudo apt-get install librsvg2-bin\n```\n\n### \u5173\u4e8enbdev\u3001quarto+pandoc \u8fd9\u4e00\u5957\u7cfb\u7edf\u652f\u6301\u548c\u4e0d\u652f\u6301\u7684markdown\u4e0elatex\u8bed\u6cd5\n\n- latex\u516c\u5f0f\uff1a\n - \u4e0d\u80fd\u7528\u201d\u201d\n - \u5bf9\u4e8ealign\u516c\u5f0f,\u4f3c\u4e4e\u90fd\u5931\u8d25\u4e86 align, aligned\u548caligned\\*,\n [\u53c2\u8003](https://tex.stackexchange.com/questions/256920/package-amsmath-error-beginaligned-allowed-only-in-math-mode)\n - MathJax\u5f15\u64ce\u652f\u6301\u7684\u5e94\u8be5\u652f\u6301\u3002https://quarto.org/docs/output-formats/html-basics.html\n - VSCode\u4e5f\u7528\u7684\u662f MathJax\n https://stackoverflow.com/questions/62879232/how-do-i-use-latex-in-a-jupyter-notebook-inside-visual-studio-code\n- markdown\u8bed\u6cd5\uff1a\n\n### Install THU_Coursework_Machine_Learning_for_Big_Data in Development mode\n\n``` sh\n# make sure THU_Coursework_Machine_Learning_for_Big_Data package is installed in development mode\n$ pip install -e .\n\n# make changes under nbs/ directory\n# ...\n\n# compile to have changes apply to THU_Coursework_Machine_Learning_for_Big_Data\n$ nbdev_prepare\n```\n\n## Usage\n\n\u6211\u4eec\u5728\u5b66\u4e60\u6e05\u534e\u5927\u5b66\u300a\u5927\u6570\u636e\u673a\u5668\u5b66\u4e60\u300b\u4ee5\u53ca\u300a\u5927\u6570\u636e\u5206\u6790\u300b\u4e24\u95e8\u8bfe\u7a0b\u5b8c\u6210\u4f5c\u4e1a\u7684\u540c\u65f6\uff0c\u4e5f\u5f62\u6210\u4e86\u4e00\u4e2a\u7b80\u5355\u7684\u673a\u5668\u5b66\u4e60\u4e0e\u6570\u636e\u5206\u6790\u5e93\uff0c\u5bf9\u674e\u822a\u300a\u7edf\u8ba1\u5b66\u4e60\u65b9\u6cd5\u300b\u4e0a\u7684\u90e8\u5206\u4ee3\u7801\u505a\u4e86\u5b9e\u73b0\u548c\u53ef\u89c6\u5316\uff0c\u4f60\u53ef\u4ee5\u901a\u8fc7\u5b89\u88c5\u6211\u4eec\u7684\u5e93\u6765\u590d\u7528\u6211\u4eec\u5199\u7684\u4ee3\u7801\u903b\u8f91\u3002\n\n### Installation\n\nInstall latest from the GitHub\n[repository](https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data):\n\n``` sh\n$ pip install git+https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data.git\n```\n\n<!-- \nor from [conda][conda]\n ```sh\n$ conda install -c yecanming6666 thu_big_data_ml\n``` -->\n\nor from\n[pypi](https://pypi.org/project/THU-Coursework-Machine-Learning-for-Big-Data/)\n\n``` sh\n$ pip install thu_big_data_ml\n```\n\n### Documentation\n\nDocumentation can be found hosted on this\nhttps://thu-coursework-machine-learning-for-big-data-docs.vercel.app/ .\nAdditionally you can find package manager specific guidelines on\n[pypi](https://pypi.org/project/THU-Coursework-Machine-Learning-for-Big-Data/)\nrespectively.\n\n<!-- [conda][conda] and -->\n<!-- [conda]: https://anaconda.org/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data -->\n\n## How to use\n\nFill me in please! Don\u2019t forget code examples:\n\n``` python\n1+1\n```\n\n 2\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "\u8fd9\u662f\u672c\u4eba\u5b66\u4e60\u6e05\u534e\u5927\u5b6670240403-200\u5927\u6570\u636e\u673a\u5668\u5b66\u4e60\u8bfe\u7a0b\u7684\u5f00\u6e90\u5de5\u4f5c\uff0c\u5305\u62ec\u5bf9\u5f80\u671fAssignment\u7684\u5b9e\u73b0\u3001\u5bf9Lecture\u7684\u7b14\u8bb0\u4e0e\u7406\u89e3\u3001\u5bf9\u5373\u5c06\u6765\u7684Project\u7684\u5b9e\u73b0\u7b49\uff0c\u6b22\u8fce\u5404\u4f4d\u540c\u5b66\u4e00\u8d77\u5b66\u4e60\u4e00\u8d77\u8ba8\u8bba\uff0c\u5bf9\u77e5\u8bc6\u53d6\u5f97\u66f4\u597d\u7684\u7406\u89e3\u3002",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/Open-Book-Studio/THU-Coursework-Machine-Learning-for-Big-Data"
},
"split_keywords": [
"nbdev",
"jupyter",
"notebook",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e648d6a45084d83825ccc982c0afb9ee2478b2ba5add4ab20025b1f5d42a0e5f",
"md5": "c564398b693ae496d67aa6849f573f53",
"sha256": "2db90fe92dbe3b93896e9ecf0834c043e35b5cc42f70bf9a35360b6ccfcdc8df"
},
"downloads": -1,
"filename": "thu_big_data_ml-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c564398b693ae496d67aa6849f573f53",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 31856,
"upload_time": "2024-11-18T16:11:42",
"upload_time_iso_8601": "2024-11-18T16:11:42.440332Z",
"url": "https://files.pythonhosted.org/packages/e6/48/d6a45084d83825ccc982c0afb9ee2478b2ba5add4ab20025b1f5d42a0e5f/thu_big_data_ml-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8d3c57cf24c3d0d30f118eae1f7f62acbbbc2e9b9759ffbd73ab897365328bec",
"md5": "62ede0319e22790f425983c5389b898f",
"sha256": "2ef17308fcd6feae736b06d3e2d45d2936207d4c564e1b67c4ee66784e6b3205"
},
"downloads": -1,
"filename": "thu_big_data_ml-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "62ede0319e22790f425983c5389b898f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 30547,
"upload_time": "2024-11-18T16:11:44",
"upload_time_iso_8601": "2024-11-18T16:11:44.722582Z",
"url": "https://files.pythonhosted.org/packages/8d/3c/57cf24c3d0d30f118eae1f7f62acbbbc2e9b9759ffbd73ab897365328bec/thu_big_data_ml-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-18 16:11:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Open-Book-Studio",
"github_project": "THU-Coursework-Machine-Learning-for-Big-Data",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "thu-big-data-ml"
}