Skip to content

Add interactive webapp demo for GlassBoxML algorithms#8

Merged
Iskken merged 1 commit into
mainfrom
feature/webapp
Jul 8, 2026
Merged

Add interactive webapp demo for GlassBoxML algorithms#8
Iskken merged 1 commit into
mainfrom
feature/webapp

Conversation

@Iskken

@Iskken Iskken commented Jul 8, 2026

Copy link
Copy Markdown
Owner
  • FastAPI server (webapp/app.py) with GET / and POST /run endpoints
  • Single-page HTML frontend (webapp/static/index.html) using Chart.js: scatter + regression line for LinearRegression, scatter + decision boundary for LogisticRegression, scatter by class for DecisionTree
  • webapp/requirements.txt (fastapi, uvicorn)
  • Add DecisionTree.predict(X) convenience method; also convert split() return values to numpy arrays so downstream code gets consistent types

- FastAPI server (webapp/app.py) with GET / and POST /run endpoints
- Single-page HTML frontend (webapp/static/index.html) using Chart.js:
  scatter + regression line for LinearRegression, scatter + decision
  boundary for LogisticRegression, scatter by class for DecisionTree
- webapp/requirements.txt (fastapi, uvicorn)
- Add DecisionTree.predict(X) convenience method; also convert split()
  return values to numpy arrays so downstream code gets consistent types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Iskken
Iskken merged commit 8cdd602 into main Jul 8, 2026
2 checks passed
@Iskken
Iskken deleted the feature/webapp branch July 8, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant