Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2L-VKOGA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ians-anm
2L-VKOGA
Commits
1c876bee
Commit
1c876bee
authored
1 year ago
by
Tizian Wenzel
Browse files
Options
Downloads
Patches
Plain Diff
Moved files to folders, modified some imports.
parent
0d3848aa
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
vkoga_2l/kernels.py
+0
-0
0 additions, 0 deletions
vkoga_2l/kernels.py
vkoga_2l/tkernels.py
+0
-0
0 additions, 0 deletions
vkoga_2l/tkernels.py
vkoga_2l/utilities.py
+0
-0
0 additions, 0 deletions
vkoga_2l/utilities.py
vkoga_2l/vkoga_2L.py
+2
-2
2 additions, 2 deletions
vkoga_2l/vkoga_2L.py
with
2 additions
and
2 deletions
kernels.py
→
vkoga_2l/
kernels.py
+
0
−
0
View file @
1c876bee
File moved
This diff is collapsed.
Click to expand it.
tkernels.py
→
vkoga_2l/
tkernels.py
+
0
−
0
View file @
1c876bee
File moved
This diff is collapsed.
Click to expand it.
utilities.py
→
vkoga_2l/
utilities.py
+
0
−
0
View file @
1c876bee
File moved
This diff is collapsed.
Click to expand it.
vkoga_2L.py
→
vkoga_2l/
vkoga_2L.py
+
2
−
2
View file @
1c876bee
#!/usr/bin/env python3
from
kernels
import
Matern
from
vkoga_2l.
kernels
import
Matern
import
numpy
as
np
from
sklearn.base
import
BaseEstimator
from
sklearn.utils.validation
import
check_X_y
,
check_array
,
check_is_fitted
from
scipy.spatial
import
distance_matrix
import
torch
from
utilities
import
OptimizedKernel
from
vkoga_2l.
utilities
import
OptimizedKernel
# VKOGA implementation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment