fix(training): patch lightgbm sklearn compatibility

This commit is contained in:
2026-03-12 18:15:09 +08:00
parent d7c8019f96
commit d70bd54c41
16 changed files with 885 additions and 203 deletions

View File

@@ -136,13 +136,18 @@
- URL`/api/predict/models`
- 方法:`GET`
- 说明:返回可用模型及其性能指标
- 说明:返回可用模型及其性能指标,包含传统模型与 `LSTM+MLP` 深度学习模型
### 4.4 获取模型信息
- URL`/api/predict/model-info`
- 方法:`GET`
- 说明:返回训练样本量、特征数量训练日期
- 说明:返回训练样本量、特征数量训练日期以及深度学习窗口信息
新增返回字段示例:
- `sequence_window_size`
- `deep_learning_available`
## 5. 员工画像接口