data_path: str(必填)CSV 数据集路径target_col: str(必填)预测目标列名algorithms: list[str](可选)默认 [ "逻辑回归", "决策树", "随机森林", "XGBoost", "LightGBM" ]test_size: float(可选)默认 0.2random_state: int(可选)默认 42accuracy_results: dict[str, float|None]interpretation: strgenerated_codes: dict[str, str]visualization_data: dictcode-davinci-002,失败回退本地模板)StratifiedKFold/KFold/RepeatedStratifiedKFold)GridSearchCV/RandomizedSearchCV)7w4.net小葱技能站,你的AI助手技能库。
gpt-3.5-turbo)cd /Users/bamboo/skills/advanced-ml-classification-skill/scripts
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python generate_complex_demo.py
python advanced_ml_skill.py --data-path ./demo_complex.csv --target-col target_label --enable-cv --enable-search
streamlit run app.py 这是一款功能较全面的机器学习分类工具,能自动完成数据处理、模型训练、效果对比和结果可视化,对新手比较友好。优点是操作简便、支持多种算法、可生成中文解读;不足是部分高级功能依赖网络 API,在网络不稳定时可能影响使用,且缺少模型保存和更专业的分析功能。整体质量中上,适合有简单数据分析需求的用户。