elvis-hf/decision_boundary
Handle small screens
Add ... to dataset options
Fix bug where projector was not reset when dataset changes
Update presets -> built-in
Fix elvis-ui tailwind not loading
Use the external elvis-ui library
Change background color
Make card roundness consistent with other ui
Improve styling
Replace usage with quickstart
Use nested dropdown menu
Use rounded borders for tabs and sidebar
Add cards for grouping
Add the new preset input mode in usage
Add gray background over code in markdown
Add gray background over code in markdown
Update usage
Fix Sidebar getting too big
Add instructions on adding new datasets
Add instructions on adding new datasets
Auto rescale plot ranges when using csv or preset dataset
Handle react's autoscale
Add titanic dataset
Delete dist/datasets/titanic.csv
Add preset datasets
Revert plotly import change
Remove duplicate plotly download
various changes
Update usage to be more descriptive and use the same style as other visualizers
Add usage
Update README.md
Remove unnecessary useEffect to avoid re-render issues
Change to static sdk
Add user error handling
Add download csv and svg option
Improve colors
Fix addDataPoint bug
Fix bug where projector was fit on raw points rather than preprocessed points
Remove old worker code
Refactor - separate App view and logic
Fix rerender bug due to data points useEffect
Add input preprocessing functionality
Add new comlink refactor
Fix bug in fitting PCA projector
Refactor frontend file structure
Fix bug in decision region colors
Add ability to get decision boundary for data with more than 2 inputs
Fix bug where you can add points on csv data input mode
Add csv settings validation and error display
Increase plot resolution
