Progressive Tool Sets for Data Science Automation
load_csv, wrangle_data, show_info, describe_stats
split_features, fit_model, predict, calculate_mae
create_histogram, scatter, mapbox, heatmap
show_capabilities, run_lesson, export_data
| Project | Tools |
|---|---|
| Proj2 | load_proj2_data, analyze_real_estate, predict_price |
| Proj3 | load_proj3_data, analyze_air_quality, forecast_pm25 |
| Proj4 | load_proj4_data, classify_damage, evaluate_classifier |
| Proj5 | load_proj5_data, detect_bankruptcy, handle_imbalance |
| Proj6 | load_proj6_data, cluster_consumers, visualize_clusters |
| Proj7 | load_proj7_data, run_chi_square, run_ab_test |
| Proj8 | load_proj8_data, fit_garch, forecast_volatility |
| Tool | Description |
|---|---|
compare_techniques |
Compare model performance across different techniques |
apply_model_to_data |
Apply a model from one project to data from another |
find_similar_datasets |
Find datasets with similar characteristics |
suggest_technique |
Get technique recommendations based on data type |
| Tool | Description |
|---|---|
textbook_search |
Search across 22 textbook chapters |
textbook_explain |
Get explanation of a concept with examples |
textbook_chapters |
List all available textbook chapters |
| Tool | Description |
|---|---|
show_capabilities |
List all available tools with descriptions |
get_project_info |
Get metadata for any project |
export_data |
Export results to CSV/JSON format |
visualize_result |
Create visualization from model output |
run_lesson |
Execute a complete lesson workflow |