Skip to main content

auto build a tree model

Project description

#自动构建树模型 ##自动构建xgboost或lightgbm模型

### 一、训练、自动选变量、自动调参数 1、训练模型

2、shap 或 feature importance自动筛选变量

3、相关性筛选变量

4、PSI筛选变量

5、自动调参

6、逐步剔除变量

7、构建最终模型

### 二、建模相关结果保存 1、将模型文件持久化

2、将变量重要性持久化

3、将模型效果持久化

4、500条x数据用于验证后续部署是否一致

5、模型在建模数据集上的预测结果持久化

## 三、使用教程 请查看ryan_tutorial_code.py。里面有两个例子,一个列子使用的数据集随机生成的数据,一个是虚构现实数据

## 四、依赖包安装(建议先创建虚拟环境,不创建虚拟环境也行,创建虚拟环境是为了不和其它项目有依赖包的冲突,不创建虚拟环境的话在基础python环境执行pip install即可) ####创建虚拟环境 conda create -y –force -n auto_build_tree_model python=3.7.2 ####激活虚拟环境 conda activate auto_build_tree_model

### 依赖包安装方式一

####安装依赖包 pip install pandas==1.2.4

pip install joblib==0.14.1

pip install xgboost==1.2.0

pip install bayesian-optimization==1.1.0

pip install lightgbm==3.2.1

pip install shap==0.36.0

### 依赖包安装方式二,执行如下命令安装依赖的包 pip install -r requirements.txt

History

0.1.0 (2022-11-12)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autotreemodel-0.1.2.tar.gz (23.4 kB view details)

Uploaded Source

Built Distribution

autotreemodel-0.1.2-py2.py3-none-any.whl (21.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file autotreemodel-0.1.2.tar.gz.

File metadata

  • Download URL: autotreemodel-0.1.2.tar.gz
  • Upload date:
  • Size: 23.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.2

File hashes

Hashes for autotreemodel-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bdd43e5b5f280c3ceec4ff0f1ac0e03bd3cc23fa2c7509ede16d78e0e854e48a
MD5 0aeb28f3a5ec44c268437a7bce2eb4d4
BLAKE2b-256 e844077824f8767bb88a1d568cb10259fb4b08b0933bcaaf9cd87d071b1975ba

See more details on using hashes here.

File details

Details for the file autotreemodel-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for autotreemodel-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9af4c097ef22545477452fd42a4da07c6da71e0be80169f68dbe95eb4fb8a2cf
MD5 2c645c5c68575550fbca89876de0ac84
BLAKE2b-256 91df0c293f94cf92a72a71325f1fd1f3a78778824c7f363aa34ab4e132533bfe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page