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

Feature/cosmic #259

Merged
merged 69 commits into from
Sep 20, 2023
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
313dbd7
feat: added divine extractor
sabbatinif Jun 4, 2023
e62b259
feat(divine): added option for vicinity to corners
sabbatinif Jun 5, 2023
74ae609
feat(hypercube): density-based vicinity
sabbatinif Jun 11, 2023
2ceaf06
feat(divine): added vicinity to perimeter and barycenter
sabbatinif Jun 16, 2023
f1eb6c6
feat: added COSMiK extractor
sabbatinif Jun 17, 2023
965f5bd
fix: normalization
sabbatinif Jun 18, 2023
f2013a3
fix(HyperCubeExtractor): remove cubes with count <= 1
sabbatinif Jun 18, 2023
fa38a0b
fix(HyperCubeExtractor): fix cube removal
sabbatinif Jun 18, 2023
1b5c5e1
fix(HyperCubePredictor): scaled predictions
sabbatinif Jun 18, 2023
4752e31
fix: scaled predictions
sabbatinif Jun 18, 2023
1137a8a
fix: brute prediction
sabbatinif Jun 18, 2023
1d57906
fix: class hierarchy
sabbatinif Jun 18, 2023
b2b9e9c
fix: value conversion
sabbatinif Jun 19, 2023
e307e44
fix(GridEx): normalization
sabbatinif Jun 19, 2023
75ca78d
feat(brute prediction): added default mode
sabbatinif Jun 19, 2023
1a6abb9
fix(GridEx)
sabbatinif Jun 19, 2023
c738c97
feat: removed duplicate points for perimeter-based vicinity
sabbatinif Jul 2, 2023
1a0a80b
wip
sabbatinif Jun 18, 2023
38eb3ae
wip
sabbatinif Jun 18, 2023
651ca74
wip
sabbatinif Jun 18, 2023
1f3c641
wip
sabbatinif Jun 18, 2023
12053d9
wip
sabbatinif Jun 18, 2023
636cc85
wip
sabbatinif Jun 18, 2023
55cf276
wip
sabbatinif Jun 19, 2023
68f6495
wip
sabbatinif Jun 19, 2023
8b22d92
wip
sabbatinif Jun 19, 2023
02306f4
wip
sabbatinif Jun 19, 2023
a8b42b9
wip
sabbatinif Jun 20, 2023
13bbea3
wip
sabbatinif Jul 2, 2023
0df232b
wip
sabbatinif Jul 2, 2023
7c9490c
feat: added midpoint-based vicinity
sabbatinif Jul 2, 2023
af837a0
[wip]
sabbatinif Jul 17, 2023
70240d1
tests: [wip]
sabbatinif Jul 12, 2023
c548b86
Merge branch 'feature/cosmic' of https://github.com/psykei/psyke-pyth…
sabbatinif Jul 17, 2023
df5ebac
feat: added divine extractor
sabbatinif Jun 4, 2023
d97bec3
feat(divine): added option for vicinity to corners
sabbatinif Jun 5, 2023
692321b
feat(hypercube): density-based vicinity
sabbatinif Jun 11, 2023
bcad37f
feat(divine): added vicinity to perimeter and barycenter
sabbatinif Jun 16, 2023
3d8a02c
feat: added COSMiK extractor
sabbatinif Jun 17, 2023
d2c1628
fix: normalization
sabbatinif Jun 18, 2023
2b72464
fix(HyperCubeExtractor): remove cubes with count <= 1
sabbatinif Jun 18, 2023
aa8cc93
fix(HyperCubeExtractor): fix cube removal
sabbatinif Jun 18, 2023
7fd0c50
fix(HyperCubePredictor): scaled predictions
sabbatinif Jun 18, 2023
3d6fa7d
fix: scaled predictions
sabbatinif Jun 18, 2023
89eeed6
fix: brute prediction
sabbatinif Jun 18, 2023
5b0a98c
fix: class hierarchy
sabbatinif Jun 18, 2023
788f7fd
fix: value conversion
sabbatinif Jun 19, 2023
7855b68
fix(GridEx): normalization
sabbatinif Jun 19, 2023
dccbc62
feat(brute prediction): added default mode
sabbatinif Jun 19, 2023
60b7d5a
fix(GridEx)
sabbatinif Jun 19, 2023
6c6a15c
feat: removed duplicate points for perimeter-based vicinity
sabbatinif Jul 2, 2023
30c1f18
wip
sabbatinif Jun 18, 2023
c6d60ea
wip
sabbatinif Jun 18, 2023
cb44294
wip
sabbatinif Jun 18, 2023
0fbb22e
wip
sabbatinif Jun 18, 2023
c331cff
wip
sabbatinif Jun 18, 2023
19cc8b6
wip
sabbatinif Jun 18, 2023
32e6fcc
wip
sabbatinif Jun 19, 2023
e1a0b92
wip
sabbatinif Jun 19, 2023
3f1a20f
wip
sabbatinif Jun 19, 2023
d398d67
wip
sabbatinif Jun 19, 2023
707b79d
wip
sabbatinif Jun 20, 2023
7df1382
wip
sabbatinif Jul 2, 2023
55e5e7e
wip
sabbatinif Jul 2, 2023
529bf43
[wip]
sabbatinif Jul 17, 2023
235509a
tests: [wip]
sabbatinif Jul 12, 2023
f571eca
chore: rebase on master
sabbatinif Jul 17, 2023
ba714e8
chore: fix requirements
sabbatinif Jul 17, 2023
9987e6f
feat(HyperCubeExtractor): surface-based brute prediction
sabbatinif Sep 20, 2023
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -159,4 +159,5 @@ dmypy.json
# Local stuff
dummy/
tmp_model/
plots/
plots/
demo/
714 changes: 0 additions & 714 deletions demo/DemoClassification.ipynb

This file was deleted.

452 changes: 0 additions & 452 deletions demo/DemoClassificationDisc.ipynb

This file was deleted.

Loading