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

ADA-SVR (4/4) Test for models #101

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
094955d
Remove unnecessary functions
lionelkusch Dec 13, 2024
b006a08
Update adaptive_permutation_threshold.py
lionelkusch Dec 13, 2024
23f7f64
Update adaptive_permutation_threshold.py
lionelkusch Dec 13, 2024
3a920ea
Update adaptive_permutation_threshold.py
lionelkusch Dec 16, 2024
470daae
Fox typo
lionelkusch Dec 18, 2024
88b8dad
emove function _inverse matrix because it's the ssame que np.linlg.pinv
lionelkusch Dec 18, 2024
20291c4
Fix typo
lionelkusch Dec 18, 2024
d063e93
Merge branch 'main' into PR_full_rank_manual_inversion
lionelkusch Dec 19, 2024
35a877f
Add documentation to ADA SVR
lionelkusch Dec 18, 2024
45d9992
Change name of the file
lionelkusch Dec 18, 2024
e28b8b8
fix bug in example
lionelkusch Dec 19, 2024
0a2fab4
Fix some error in conf of sphinx
lionelkusch Dec 19, 2024
02adbb5
Remove all the warning and error for generate docstring
lionelkusch Dec 19, 2024
358bd68
Format files
lionelkusch Dec 19, 2024
fd41d6c
Merge branch 'PR_comment_ADA-SVR' into PR_example_ADA_SVR
lionelkusch Dec 19, 2024
df80078
Include methods description in the examples
lionelkusch Dec 20, 2024
2a8f3c4
fix documentation
lionelkusch Dec 20, 2024
d3871f4
Add example for ADA-SVR
lionelkusch Dec 23, 2024
f868469
Add functions for get pvalue and fix format and doctsring
lionelkusch Dec 23, 2024
b1c14e1
Fix format
lionelkusch Dec 23, 2024
7cf0c4d
Add figure for ADA-SVR
lionelkusch Dec 23, 2024
71d407e
Add function for plotting elements
lionelkusch Dec 23, 2024
a530252
Fix typo
lionelkusch Dec 23, 2024
7ab4bfb
remove unecessary line
lionelkusch Dec 23, 2024
83f049e
unecessary option
lionelkusch Dec 23, 2024
5887b1b
Add a section in examples
lionelkusch Dec 26, 2024
05f47a7
Fix typo
lionelkusch Dec 26, 2024
e607676
Apply suggestions from code review
lionelkusch Dec 26, 2024
2e4037a
Fix include copyright figure
lionelkusch Dec 26, 2024
ca9575e
Fix format of the docstring
lionelkusch Dec 26, 2024
5c42cc3
Remove a comment of advantages
lionelkusch Dec 26, 2024
d73aeb9
Merge remote-tracking branch 'refs/remotes/origin/PR_example_ADA_SVR'…
lionelkusch Dec 26, 2024
ded4d51
Change folder for plotting result
lionelkusch Dec 26, 2024
ebad58c
Not use example as packages
lionelkusch Dec 26, 2024
64116e9
Change name of the file for methods
lionelkusch Dec 26, 2024
3a51e49
Add specific tests
lionelkusch Dec 23, 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
remove unecessary line
  • Loading branch information
lionelkusch committed Dec 23, 2024
commit 7ab4bfb40a8f2030e0f21436524e8b5cd927b35c
1 change: 0 additions & 1 deletion examples/methods/ada_svr.py
Original file line number Diff line number Diff line change
@@ -156,7 +156,6 @@
"The maximum of difference between AdA-SVR estimation and our estimation",
"is:{:.4f}".format(np.max(np.abs(scale - np.std(proba, axis=0)) / scale)),
)
plt.show()

#############################################################################
# References