文件名称:building-machine-learning-pipelines:汉尼斯·哈普克(Hannes Hapke)和凯瑟琳·纳尔逊(Catherine Nelson)撰写的O'Reilly出版物“ Building Machine Learning Pipelines”的代码存储库
文件大小:1.58MB
文件格式:ZIP
更新时间:2024-04-08 13:32:56
JupyterNotebook
建立机器学习管道 汉尼斯·哈普克(Hannes Hapke)和凯瑟琳·纳尔逊(Catherine Nelson)撰写的O'Reilly出版物的代码存储库 设置演示项目 下载初始数据集。从该存储库的根目录执行 python3 utils/download_dataset.py 该脚本运行之后,您将拥有一个包含文件consumer_complaints_with_narrative.csv的data文件夹。 数据集 可以使用上面的脚本下载此示例项目中使用的数据。该数据集来自从美国消费者金融保护局收集的有关客户投诉的公共数据集。如果您想复制我们编辑过的数据集,请执行以下步骤: 从下载数据集 将列重命名为[ "product", "sub_product", "issue", "sub_issue", "consumer_complaint_narrative", "company", "stat
【文件预览】:
building-machine-learning-pipelines-master
----MANIFEST.in(102B)
----requirements()
--------test_requirements.txt(35B)
--------requirements.txt(156B)
----CONTRIBUTING.rst(4KB)
----utils()
--------download_dataset.py(2KB)
----.github()
--------ISSUE_TEMPLATE()
----pipelines()
--------kubeflow_pipelines()
--------__init__.py(0B)
--------apache_beam()
--------gcp_cloud_ai()
--------apache_airflow()
--------base_pipeline.py(6KB)
----CHANGELOG.rst(195B)
----components()
--------transform.py(3KB)
--------module_test.py(880B)
--------keras_trainer.py(5KB)
--------__init__.py(0B)
--------module.py(9KB)
----__init__.py(0B)
----interactive-pipeline()
--------README.md(20B)
--------interactive_pipeline.ipynb(2.15MB)
----AUTHORS.rst(197B)
----.travis.yml(398B)
----LICENSE(1KB)
----setup.cfg(94B)
----README.md(3KB)
----Makefile(955B)
----.pre-commit-config.yaml(502B)
----pre-experiment-pipeline()
--------experiment_6Mar.ipynb(21KB)
--------make_final_dataset.ipynb(17KB)
----chapters()
--------data_privacy()
--------appendix_c()
--------data_validation()
--------intro_tfx()
--------adv_tfx()
--------model_analysis()
--------data_ingestion()
----.gitignore(2KB)