# python-tool **Repository Path**: wangzonghui/python-tool ## Basic Information - **Project Name**: python-tool - **Description**: Python开发相关总结和积累 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-09-24 - **Last Updated**: 2024-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## AI-work > 本项目是机器学习和Python工具整理,主要包含部分机器学习功能和工具类,及功能实例。 ### 目录说明 * example * 线程和线程池模型 * 进程和进程池模型 * 反射模型 * gui目录 * [color-win.py](./gui/color-win.py) 基于tkinter颜色显示 * [textEdit.py](./gui/textEdit.py) 基于tkinter实现文本编辑器 * [textShow.py](./gui/textShow.py) 基于pyQt5文本实现 * tool工具类目录 * allFileControl.py os库文件和文件夹操作 * file.py 文件操作实例,读取和写入文件 * matplotlibmodel 图形化显示类 * num.py开发应用实例 * tool.py 工具类,标签和特征图形显示方法 * work主要目录 * deepLearn 深度学习工具 * src * algorithm * DecisionTree 决策树实例 * GaussianNB 朴素贝叶斯模型 * knn 算法实例 * logistic 逻辑回归模型 * lib 工具库实例 * matplotlib 图形化工具库 * numpy * pandas * sklearn * python * annomalyDetection 异常检测 * featureChose 特征选择 * 决策树回归模型