逻辑回归

SkillAI & models

Lets your agent run logistic regression to classify data into two or more categories.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 逻辑回归 skill

About this capability

Performs binary or multiclass logistic regression analysis (logistic regression classification).

What this skill tells your AI

The instructions your AI receives, as published by zafer-liu/data-analysis-agent in skills/logistic/SKILL.md and read by ahel’s review.

确认目标编码、正类定义和特征,检查泄漏、共线性及类别不平衡。报告验证集指标、系数或优势比及不确定性,并把模型结论翻译成业务含义。

Tool routing

  1. Use get_schema to identify the target, positive-class definition, features, and source table.
  2. Use query_data to verify class balance, coding, missingness, and candidate feature fields.
  3. Use run_analysis with analysis_name="Logistic_Regression" for the actual model computation.
  4. Use generate_chart on ROC, feature importance, or result tables after run_analysis succeeds.

Implementation reference

  • Tool entry: agent/tools/business/data.py::_tool_run_analysis
  • Analysis registry: Function/Analyze/registry.py
  • Analysis implementation: Function/Analyze/Logistic_Regression/analyze.py
  • Chart implementation: Function/Charts_generation/chart_generate.py

Signals

GitHub stars
3k
Forks
221
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
logistic
Source
github.com/zafer-liu/data-analysis-agent