CoolFace
Apppublic

elvis-hf/decision_boundary

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
50 commits on main
d8f744e7mo ago

Handle small screens

joel-woodfield
5ea577f7mo ago

Add ... to dataset options

Joel Woodfield
290a07c7mo ago

Fix bug where projector was not reset when dataset changes

Joel Woodfield
ab51f9c7mo ago

Update presets -> built-in

Joel Woodfield
a770ca87mo ago

Fix elvis-ui tailwind not loading

joel-woodfield
a6c24207mo ago

Use the external elvis-ui library

joel-woodfield
80a90a47mo ago

Change background color

joel-woodfield
a8dddc97mo ago

Make card roundness consistent with other ui

joel-woodfield
af85f3e7mo ago

Improve styling

joel-woodfield
e07a0b47mo ago

Replace usage with quickstart

joel-woodfield
b3827b77mo ago

Use nested dropdown menu

joel-woodfield
77ed52e7mo ago

Use rounded borders for tabs and sidebar

joel-woodfield
1bfbf9b7mo ago

Add cards for grouping

joel-woodfield
023112d7mo ago

Add the new preset input mode in usage

Joel Woodfield
f34c74c7mo ago

Add gray background over code in markdown

Joel Woodfield
3191e677mo ago

Add gray background over code in markdown

Joel Woodfield
3ae6ff97mo ago

Update usage

Joel Woodfield
75a223e7mo ago

Fix Sidebar getting too big

Joel Woodfield
1a35d577mo ago

Add instructions on adding new datasets

Joel Woodfield
752f16b7mo ago

Add instructions on adding new datasets

Joel Woodfield
803a9d07mo ago

Auto rescale plot ranges when using csv or preset dataset

Joel Woodfield
b6363df7mo ago

Handle react's autoscale

joel-woodfield
ec177ed7mo ago

Add titanic dataset

joel-woodfield
5d694e27mo ago

Delete dist/datasets/titanic.csv

joel-woodfield
2c7da067mo ago

Add preset datasets

joel-woodfield
51a15d47mo ago

Revert plotly import change

joel-woodfield
cb769547mo ago

Remove duplicate plotly download

joel-woodfield
65a5a497mo ago

various changes

nanye
c17048f7mo ago

Update usage to be more descriptive and use the same style as other visualizers

joel-woodfield
7e363e67mo ago

Add usage

Joel Woodfield
c98def38mo ago

Update README.md

joel-woodfield
18fd8908mo ago

Remove unnecessary useEffect to avoid re-render issues

joel-woodfield
856e9b98mo ago

Change to static sdk

joel-woodfield
17411d48mo ago

Add user error handling

joel-woodfield
02baa9b8mo ago

Add download csv and svg option

joel-woodfield
460ba9b8mo ago

Improve colors

Joel Woodfield
473e8658mo ago

Fix addDataPoint bug

joel-woodfield
290fd988mo ago

Fix bug where projector was fit on raw points rather than preprocessed points

joel-woodfield
eb2ad7b8mo ago

Remove old worker code

joel-woodfield
41e63038mo ago

Refactor - separate App view and logic

Joel Woodfield
898a84d8mo ago

Fix rerender bug due to data points useEffect

Joel Woodfield
1633f6c8mo ago

Add input preprocessing functionality

Joel Woodfield
73f29328mo ago

Add new comlink refactor

joel-woodfield
60062148mo ago

Fix bug in fitting PCA projector

Joel Woodfield
8b4a65b8mo ago

Refactor frontend file structure

joel-woodfield
b4006ad8mo ago

Fix bug in decision region colors

joel-woodfield
d06c9648mo ago

Add ability to get decision boundary for data with more than 2 inputs

joel-woodfield
477f2fe8mo ago

Fix bug where you can add points on csv data input mode

joel-woodfield
ee30be18mo ago

Add csv settings validation and error display

joel-woodfield
ae4c4028mo ago

Increase plot resolution

joel-woodfield