pyANOVAapprox 0.2.2__tar.gz → 0.2.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/PKG-INFO +1 -1
  2. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/pyproject.toml +1 -1
  3. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/simpleTest/exampleWavelet.py +1 -1
  4. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/__init__.py +0 -21
  5. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/approx.py +0 -2
  6. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/fista.py +0 -2
  7. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/.github/workflows/ci.yml +0 -0
  8. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/.github/workflows/documentation.yml +0 -0
  9. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/.github/workflows/format.yml +0 -0
  10. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/.github/workflows/release.yml +0 -0
  11. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/.gitignore +0 -0
  12. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/LICENSE +0 -0
  13. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/README.md +0 -0
  14. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/Makefile +0 -0
  15. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/source/Analysis.rst +0 -0
  16. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/source/Approximation.rst +0 -0
  17. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/source/Errors.rst +0 -0
  18. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/source/conf.py +0 -0
  19. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/docs/source/index.rst +0 -0
  20. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/simpleTest/exampleCheb.py +0 -0
  21. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/simpleTest/exampleClassification.py +0 -0
  22. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/simpleTest/exampleNonPeriodic.py +0 -0
  23. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/simpleTest/examplePeriodic.py +0 -0
  24. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/analysis.py +0 -0
  25. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/errors.py +0 -0
  26. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/src/pyANOVAapprox/trafos.py +0 -0
  27. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/TestFunctionCheb.py +0 -0
  28. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/TestFunctionPeriodic.py +0 -0
  29. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/cheb_fista.py +0 -0
  30. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/cheb_lsqr.py +0 -0
  31. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/per_fista.py +0 -0
  32. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/per_lsqr.py +0 -0
  33. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/run_tests.py +0 -0
  34. {pyanovaapprox-0.2.2 → pyanovaapprox-0.2.3}/tests/wav_lsqr.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyANOVAapprox
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Approximation Package for High-Dimensional Functions
5
5
  Project-URL: Homepage, https://github.com/NFFT/pyGroupedTransforms
6
6
  Author-email: Felix Wirth <fwi012001@gmail.com>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pyANOVAapprox"
7
- version = "0.2.2"
7
+ version = "0.2.3"
8
8
  authors = [
9
9
  { name="Felix Wirth", email="fwi012001@gmail.com" },
10
10
  ]
@@ -84,7 +84,7 @@ print("Total number of used parameters = " + str(len(anova_model.fc[lambdas[0]].
84
84
  gsis = ANOVAapprox.get_GSI(
85
85
  anova_model, 0.0
86
86
  ) # calculates indices for importance of terms (gsis is vector, with indices belonging to terms in anova_model.U)
87
- # gsis_as_dict = ANOVAapprox.get_GSI(anova_model,0.0,dict=true)
87
+ gsis_as_dict = ANOVAapprox.get_GSI(anova_model,0.0,dict=true)
88
88
 
89
89
  y_min_calc = 10 ** (np.min(np.log10(gsis)) - 0.5)
90
90
  label = list(anova_model.U[1:])
@@ -9,27 +9,6 @@ from scipy.special import erf
9
9
 
10
10
  # from sklearn.metrics import roc_auc_score
11
11
 
12
-
13
- def get_superposition_set(d, ds): # TODO: Später funktion aut GT verwenden
14
- """
15
- get_superposition_set( d::Int, ds::Int )::Vector{Vector{Int}}
16
-
17
- This function returns ``U^{(d,ds)} = \{ \pmb u \subset \{1,2,\dots,d\} : |\pmb u| \leq ds \}``.
18
- """
19
- nset = [[j] for j in range(d)]
20
- returnset = [[]] + nset
21
- for i in range(ds - 1):
22
- nextnset = []
23
- for s in nset:
24
- for j in range(d):
25
- if s[-1] < j:
26
- nextnset.append(s + [j])
27
- returnset = returnset + nextnset
28
- nset = nextnset
29
-
30
- return [tuple(item) for item in returnset]
31
-
32
-
33
12
  def bisection(l, r, fun, maxiter=1000):
34
13
  lval = fun(l)
35
14
  rval = fun(r)
@@ -1,5 +1,3 @@
1
- # from pyGroupedTransforms.GroupedTransform import * # TODO: Kann wahrscheinlich weg sobald in pyGroupedTransform GreoupedTransform exportiert wird
2
-
3
1
  from pyANOVAapprox import *
4
2
  from pyANOVAapprox.fista import *
5
3
 
@@ -1,5 +1,3 @@
1
- # from pyGroupedTransforms.GroupedCoefficients import * # TODO: Kann wahrscheinlich weg sobald in pyGroupedTransform GreoupedTransform exportiert wird
2
-
3
1
  from pyANOVAapprox import *
4
2
 
5
3
 
File without changes
File without changes
File without changes