Product
Blog
Docs
Pricing
Log in
Sign up
jashon83/regression-platform
jashon83/regression-platform
/
Compare
Merge
jashon83/main
into
templates/main
19 files changed
Hide whitespace
+2268
-49
frontend/components/App.tsx
+90
-7
templates/main
jashon83/main
frontend/index.html
+10
-7
frontend/index.tsx
+2
-5
H
index.ts
+17
-12
backend
backend/db.ts
+84
-0
backend/math.ts
+311
-0
backend/routes
backend/routes/data.ts
+110
-0
backend/routes/predict.ts
+180
-0
backend/routes/preprocess.ts
+163
-0
backend/routes/regression.ts
+121
-0
backend/routes/train.ts
+110
-0
frontend/components/DataTab.tsx
+201
-0
frontend/components/PredictTab.tsx
+273
-0
frontend/components/PreprocessTab.tsx
+192
-0
frontend/components/RegressionTab.tsx
+182
-0
frontend/components/TrainTab.tsx
+222
-0
frontend/components/Counter.tsx
+0
-18