文件名称:sentiment_analysis_case_study
文件大小:1.18MB
文件格式:ZIP
更新时间:2024-03-11 18:46:14
JupyterNotebook
情感分析案例研究 这是对一家匿名公司的测试。 设置数据 make data 分析结果在此。 项目组织 ├── LICENSE ├── Makefile <- Makefile with commands like `make data` or `make train` ├── README.md <- The top-level README for developers using this project. ├── data │ ├── external <- Data from third party sources. │ ├── interim <- Intermediate data that has been transformed. │ ├── processed <- The final,
【文件预览】:
sentiment_analysis_case_study-main
----setup.py(217B)
----.gitignore(1KB)
----Makefile(393B)
----src()
--------data()
--------__init__.py(0B)
--------models()
--------visualization()
--------features()
----models()
--------.gitkeep(0B)
----LICENSE(1B)
----notebooks()
--------.gitkeep(0B)
--------helper.py(5KB)
--------1_exploration()
----README.md(3KB)
----Pipfile(525B)
----docs()
--------notes_on_analysis.md(6KB)
--------Makefile(6KB)
--------index.rst(461B)
--------conf.py(8KB)
--------commands.rst(489B)
--------make.bat(5KB)
--------getting-started.rst(256B)
----tox.ini(50B)