psyke 0.10.4__tar.gz → 1.0.1__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.

Potentially problematic release.


This version of psyke might be problematic. Click here for more details.

Files changed (83) hide show
  1. {psyke-0.10.4/psyke.egg-info → psyke-1.0.1}/PKG-INFO +1 -1
  2. psyke-1.0.1/VERSION +1 -0
  3. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/__init__.py +0 -1
  4. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/cart/CartPredictor.py +1 -1
  5. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/__init__.py +1 -1
  6. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/creepy/__init__.py +1 -1
  7. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/strategy.py +1 -1
  8. {psyke-0.10.4 → psyke-1.0.1/psyke.egg-info}/PKG-INFO +1 -1
  9. psyke-0.10.4/VERSION +0 -1
  10. {psyke-0.10.4 → psyke-1.0.1}/LICENSE +0 -0
  11. {psyke-0.10.4 → psyke-1.0.1}/MANIFEST.in +0 -0
  12. {psyke-0.10.4 → psyke-1.0.1}/README.md +0 -0
  13. {psyke-0.10.4 → psyke-1.0.1}/psyke/__init__.py +0 -0
  14. {psyke-0.10.4 → psyke-1.0.1}/psyke/clustering/__init__.py +0 -0
  15. {psyke-0.10.4 → psyke-1.0.1}/psyke/clustering/cream/__init__.py +0 -0
  16. {psyke-0.10.4 → psyke-1.0.1}/psyke/clustering/exact/__init__.py +0 -0
  17. {psyke-0.10.4 → psyke-1.0.1}/psyke/clustering/utils.py +0 -0
  18. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/cart/FairTree.py +0 -0
  19. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/cart/FairTreePredictor.py +0 -0
  20. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/cart/__init__.py +0 -0
  21. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/cosmik/__init__.py +0 -0
  22. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/divine/__init__.py +0 -0
  23. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/ginger/__init__.py +0 -0
  24. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/gridex/__init__.py +0 -0
  25. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/gridrex/__init__.py +0 -0
  26. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/hex/__init__.py +0 -0
  27. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/hypercube.py +0 -0
  28. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/iter/__init__.py +0 -0
  29. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/hypercubic/utils.py +0 -0
  30. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/real/__init__.py +0 -0
  31. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/real/utils.py +0 -0
  32. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/trepan/__init__.py +0 -0
  33. {psyke-0.10.4 → psyke-1.0.1}/psyke/extraction/trepan/utils.py +0 -0
  34. {psyke-0.10.4 → psyke-1.0.1}/psyke/genetic/__init__.py +0 -0
  35. {psyke-0.10.4 → psyke-1.0.1}/psyke/genetic/fgin/__init__.py +0 -0
  36. {psyke-0.10.4 → psyke-1.0.1}/psyke/genetic/gin/__init__.py +0 -0
  37. {psyke-0.10.4 → psyke-1.0.1}/psyke/hypercubepredictor.py +0 -0
  38. {psyke-0.10.4 → psyke-1.0.1}/psyke/schema/__init__.py +0 -0
  39. {psyke-0.10.4 → psyke-1.0.1}/psyke/tuning/__init__.py +0 -0
  40. {psyke-0.10.4 → psyke-1.0.1}/psyke/tuning/crash/__init__.py +0 -0
  41. {psyke-0.10.4 → psyke-1.0.1}/psyke/tuning/orchid/__init__.py +0 -0
  42. {psyke-0.10.4 → psyke-1.0.1}/psyke/tuning/pedro/__init__.py +0 -0
  43. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/__init__.py +0 -0
  44. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/dataframe.py +0 -0
  45. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/logic.py +0 -0
  46. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/metrics.py +0 -0
  47. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/plot.py +0 -0
  48. {psyke-0.10.4 → psyke-1.0.1}/psyke/utils/sorted.py +0 -0
  49. {psyke-0.10.4 → psyke-1.0.1}/psyke.egg-info/SOURCES.txt +0 -0
  50. {psyke-0.10.4 → psyke-1.0.1}/psyke.egg-info/dependency_links.txt +0 -0
  51. {psyke-0.10.4 → psyke-1.0.1}/psyke.egg-info/not-zip-safe +0 -0
  52. {psyke-0.10.4 → psyke-1.0.1}/psyke.egg-info/requires.txt +0 -0
  53. {psyke-0.10.4 → psyke-1.0.1}/psyke.egg-info/top_level.txt +0 -0
  54. {psyke-0.10.4 → psyke-1.0.1}/pyproject.toml +0 -0
  55. {psyke-0.10.4 → psyke-1.0.1}/setup.cfg +0 -0
  56. {psyke-0.10.4 → psyke-1.0.1}/setup.py +0 -0
  57. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/__init__.py +0 -0
  58. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/clustering/__init__.py +0 -0
  59. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/__init__.py +0 -0
  60. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/cart/__init__.py +0 -0
  61. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/cart/test_cart.py +0 -0
  62. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/cart/test_simplified_cart.py +0 -0
  63. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/__init__.py +0 -0
  64. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/gridex/__init__.py +0 -0
  65. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/gridex/test_gridex.py +0 -0
  66. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/iter/__init__.py +0 -0
  67. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/iter/test_iter.py +0 -0
  68. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/hypercubic/test_hypercube.py +0 -0
  69. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/real/__init__.py +0 -0
  70. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/real/test_real.py +0 -0
  71. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/real/test_rule.py +0 -0
  72. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/trepan/__init__.py +0 -0
  73. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/trepan/test_node.py +0 -0
  74. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/trepan/test_split.py +0 -0
  75. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/extraction/trepan/test_trepan.py +0 -0
  76. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/utils/__init__.py +0 -0
  77. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/utils/test_prune.py +0 -0
  78. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/utils/test_simplify.py +0 -0
  79. {psyke-0.10.4 → psyke-1.0.1}/test/psyke/utils/test_simplify_formatter.py +0 -0
  80. {psyke-0.10.4 → psyke-1.0.1}/test/resources/__init__.py +0 -0
  81. {psyke-0.10.4 → psyke-1.0.1}/test/resources/datasets/__init__.py +0 -0
  82. {psyke-0.10.4 → psyke-1.0.1}/test/resources/predictors/__init__.py +0 -0
  83. {psyke-0.10.4 → psyke-1.0.1}/test/resources/tests/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psyke
3
- Version: 0.10.4
3
+ Version: 1.0.1
4
4
  Summary: Python-based implementation of PSyKE, i.e. a Platform for Symbolic Knowledge Extraction
5
5
  Home-page: https://github.com/psykei/psyke-python
6
6
  Author: Matteo Magnini
psyke-1.0.1/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.0.1
@@ -1,5 +1,4 @@
1
1
  from abc import ABC
2
- from collections import Iterable
3
2
 
4
3
  import pandas as pd
5
4
  from tuprolog.theory import Theory
@@ -1,4 +1,4 @@
1
- from collections import Iterable
1
+ from collections.abc import Iterable
2
2
  from typing import Union, Any
3
3
  import numpy as np
4
4
  import pandas as pd
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from abc import ABC
4
- from collections import Iterable
4
+ from collections.abc import Iterable
5
5
  from itertools import combinations
6
6
 
7
7
  import numpy as np
@@ -1,6 +1,6 @@
1
1
  from __future__ import annotations
2
2
 
3
- from collections import Iterable
3
+ from collections.abc import Iterable
4
4
  from typing import Callable, Any
5
5
 
6
6
  import pandas as pd
@@ -1,7 +1,7 @@
1
1
  from __future__ import annotations
2
2
 
3
3
  from functools import reduce
4
- from collections import Iterable
4
+ from collections.abc import Iterable
5
5
 
6
6
 
7
7
  class Strategy:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psyke
3
- Version: 0.10.4
3
+ Version: 1.0.1
4
4
  Summary: Python-based implementation of PSyKE, i.e. a Platform for Symbolic Knowledge Extraction
5
5
  Home-page: https://github.com/psykei/psyke-python
6
6
  Author: Matteo Magnini
psyke-0.10.4/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.10.4
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes