Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSoC 2024: Eye Tracking Algorithm Optimization Based on Low-Resolution Cameras (Final Project Submission) #26

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
37fdf67
data visualization notebook added
sitamgithub-MSIT Jul 2, 2024
3bcc3a1
old data visualization file removed and reproduced under calib_valida…
sitamgithub-MSIT Jul 2, 2024
fb98e56
separate test folder made for all model testing
sitamgithub-MSIT Jul 2, 2024
7430e37
linear regression model test added
sitamgithub-MSIT Jul 2, 2024
47b5e9a
old test notebook removed
sitamgithub-MSIT Jul 2, 2024
90ae9bb
ridge regression model added under test folder
sitamgithub-MSIT Jul 2, 2024
cea7499
lasso model added to the test folder
sitamgithub-MSIT Jul 2, 2024
bbb1e9d
ridge CV model added to the test folder
sitamgithub-MSIT Jul 2, 2024
af861e1
small comment fix in ridge model notebook
sitamgithub-MSIT Jul 2, 2024
e4b59f8
ridge cv model comment fix
sitamgithub-MSIT Jul 2, 2024
ffc5e41
comment fix in linear regression notebook
sitamgithub-MSIT Jul 2, 2024
8f99d43
comment fix in lasso notebook
sitamgithub-MSIT Jul 2, 2024
c978574
comment fix in ridge model notebook
sitamgithub-MSIT Jul 2, 2024
19f8aca
move the data exploration notebook under calib_validation
sitamgithub-MSIT Jul 2, 2024
2befb13
separate folders for models added
sitamgithub-MSIT Jul 2, 2024
4d2fba5
ridge regression model folder added
sitamgithub-MSIT Jul 2, 2024
0d96874
ridge model grid search added
sitamgithub-MSIT Jul 2, 2024
39e4c8f
minor change in ridge grid search notebook
sitamgithub-MSIT Jul 2, 2024
e634a42
ridge cv grid search notebook added
sitamgithub-MSIT Jul 2, 2024
c9c623e
lasso notebook added to lasso_regression folder
sitamgithub-MSIT Jul 2, 2024
ee10a30
lasso cv model notebook added
sitamgithub-MSIT Jul 3, 2024
9ff80d1
small comment fix in ridge cv notebook
sitamgithub-MSIT Jul 3, 2024
1779984
scoring metric change in grid search
sitamgithub-MSIT Jul 4, 2024
093ed62
ridge cv grid search also updated
sitamgithub-MSIT Jul 4, 2024
e50ee6f
lasso grid search added
sitamgithub-MSIT Jul 5, 2024
c30fb6d
lasso CV grid search added
sitamgithub-MSIT Jul 5, 2024
6ed7da1
elastic net notebook added
sitamgithub-MSIT Jul 5, 2024
618300d
elastic net grid search added
sitamgithub-MSIT Jul 5, 2024
1b7cc82
minor changes in cv grid search notebooks
sitamgithub-MSIT Jul 5, 2024
84e1c42
elastic net CV model added
sitamgithub-MSIT Jul 8, 2024
dd013a5
elastic net cv grid search added
sitamgithub-MSIT Jul 8, 2024
869aab3
comments updated
sitamgithub-MSIT Jul 8, 2024
ea0405a
bayesian ridge model added
sitamgithub-MSIT Jul 9, 2024
106416c
sgd regression model added
sitamgithub-MSIT Jul 11, 2024
51c5e94
models/session file formatted
sitamgithub-MSIT Aug 1, 2024
43f583e
eyeinfo file docs added
sitamgithub-MSIT Aug 1, 2024
2932a84
minor change to doc string
sitamgithub-MSIT Aug 6, 2024
05c901d
parameters to args
sitamgithub-MSIT Aug 6, 2024
6677662
mix notebook added
sitamgithub-MSIT Aug 6, 2024
7dcb250
database docs added
sitamgithub-MSIT Aug 6, 2024
b5099d8
heatmap to do for later
sitamgithub-MSIT Aug 6, 2024
5d41c9e
storage file docs added
sitamgithub-MSIT Aug 6, 2024
49b76d0
mix notebook docs modified
sitamgithub-MSIT Aug 6, 2024
7f9d0e5
data viz docs updated
sitamgithub-MSIT Aug 6, 2024
feb72b2
wsgi file docs added
sitamgithub-MSIT Aug 6, 2024
5482515
docs change little
sitamgithub-MSIT Aug 7, 2024
e37ae48
notebooks doc strings modified
sitamgithub-MSIT Aug 7, 2024
45b0470
main file docs added
sitamgithub-MSIT Aug 7, 2024
fb67f97
yaml file formatted
sitamgithub-MSIT Aug 7, 2024
68fa335
minor doc strings change
sitamgithub-MSIT Aug 7, 2024
8f8be61
remove not used import
sitamgithub-MSIT Aug 7, 2024
ad09e75
linear reg docs strings update
sitamgithub-MSIT Aug 7, 2024
01c5ad7
lasso reg doc fixes
sitamgithub-MSIT Aug 8, 2024
ab84525
ridge reg doc strings fix
sitamgithub-MSIT Aug 8, 2024
5235cec
elastic net doc strings added
sitamgithub-MSIT Aug 10, 2024
065438e
bayesian ridge grid search added
sitamgithub-MSIT Aug 10, 2024
dbd442f
repeat code removed
sitamgithub-MSIT Aug 10, 2024
8460ac6
repeated code removed
sitamgithub-MSIT Aug 10, 2024
9200a99
new metrics file added
sitamgithub-MSIT Aug 10, 2024
395af41
docs strings updated
sitamgithub-MSIT Aug 10, 2024
4b0a6c2
sgd grid search added
sitamgithub-MSIT Aug 10, 2024
5eafcab
SVR model added
sitamgithub-MSIT Aug 11, 2024
b49049c
warning ignore added to some notebooks
sitamgithub-MSIT Aug 11, 2024
dc1203b
warnings removed
sitamgithub-MSIT Aug 11, 2024
6c99356
warnings handling completed
sitamgithub-MSIT Aug 11, 2024
384d31f
legend box fixed
sitamgithub-MSIT Aug 11, 2024
45215db
SVR model grid search added
sitamgithub-MSIT Aug 11, 2024
fe10832
minor fix in linear regression notebook
sitamgithub-MSIT Aug 13, 2024
2cdce47
config file grid search updated
sitamgithub-MSIT Aug 24, 2024
1811310
session file updated
sitamgithub-MSIT Aug 24, 2024
47773ec
minor update
sitamgithub-MSIT Aug 24, 2024
53d9bcc
requirements are updated
sitamgithub-MSIT Aug 24, 2024
05a2875
streamlit dashboard code added
sitamgithub-MSIT Aug 24, 2024
9bf5c6d
readme update
sitamgithub-MSIT Aug 25, 2024
1d12e49
Update README.md
sitamgithub-MSIT Aug 25, 2024
b818e5a
readme minor change
sitamgithub-MSIT Aug 25, 2024
5b9f361
minor change
sitamgithub-MSIT Aug 25, 2024
9e13df9
gaze_tracker file predict function updated
sitamgithub-MSIT Aug 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ridge regression model folder added
sitamgithub-MSIT committed Jul 2, 2024
commit 4d2fba5c50a843940e9d472227e84d4b16dc32bb