# TMMLB-SIE **Repository Path**: lig_1/tmmlb-sie ## Basic Information - **Project Name**: TMMLB-SIE - **Description**: 基于文本挖掘和机器学习的股票投资评估 Text mining , machine learning based stock investment evaluation - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-05 - **Last Updated**: 2022-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TMMLB-SIE ## 介绍 基于文本挖掘和机器学习的股票投资评估 Text mining , machine learning based stock investment evaluation ## 项目地址 [https://gitee.com/lig_1/tmmlb-sie](https://gitee.com/lig_1/tmmlb-sie) ## 环境 ## Commit时备注 * 增加从未有过的**功能**,即新增**功能性**提交:`: +提交说明` * 不改变**功能**,即新增**非功能性**提交: `: +提交说明` * 优化之前的代码,即更新**功能性**提交: `: +提交说明` * 提交说明可以使用**中文** ## 分支规范 多分支开发遵从 [GITFLOW](https://datasift.github.io/gitflow/IntroducingGitFlow.html#:~:text=GitFlow%20is%20a%20branching%20model,and%20scaling%20the%20development%20team.) 规范 ## GIT提交规范 * 为避免全局配置中的邮箱或姓名带有盒信息,请修改全局Git配置或在具体项目根目录下使用以下命令修改Git提交信息 * `git config user.name "xxxx"` ` git config user.email "xxxxx@xx.xx"` ## 代码规范 * 变量命名优先遵循pycharm自带规范,若无提示,默认使用下划线命名法(under_score_case) * **请不要随意格式化他人的文件** * 在引入非官方依赖前需要联系沃克确认