psyke 0.8.1.dev1__py3-none-any.whl → 0.8.2__py3-none-any.whl

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.

@@ -81,6 +81,8 @@ class HEx(GridEx):
81
81
  for iteration in self.grid.iterate():
82
82
  next_iteration = []
83
83
  for node in current:
84
+ if node.cube.diversity < self.threshold:
85
+ continue
84
86
  children, fake = self._cubes_to_split(node.cube, surrounding, iteration, dataframe, fake, True)
85
87
  node.children = [HEx.Node(c, node, threshold=self.threshold) for c in children]
86
88
  cleaned = node.update(fake, self.predictor, False)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: psyke
3
- Version: 0.8.1.dev1
3
+ Version: 0.8.2
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
@@ -16,7 +16,7 @@ psyke/extraction/hypercubic/creepy/__init__.py,sha256=jWPYxK0FufGgQCyA1HqxgcvmhY
16
16
  psyke/extraction/hypercubic/divine/__init__.py,sha256=RLvRZkCT1lKdh1mrxEuVWEaKa43zNtWkw9as7nEGFHE,3562
17
17
  psyke/extraction/hypercubic/gridex/__init__.py,sha256=ZstiyV_ukrF6CG7gCUEgCyJo2J9_g_DaOqz0v7VQ-pk,5631
18
18
  psyke/extraction/hypercubic/gridrex/__init__.py,sha256=h9usK5tFqd6ngBmRydsgkfQ1jlcQKj2uG72Tr1puFHk,595
19
- psyke/extraction/hypercubic/hex/__init__.py,sha256=0tw1oZ909pEaTDPzHlX3WJ6E7lmpItPFUKrOgNtNFtU,4476
19
+ psyke/extraction/hypercubic/hex/__init__.py,sha256=vP0n30iKi0eVi_6Jqorw8MendBwm7zOQQEvj8bFkfas,4562
20
20
  psyke/extraction/hypercubic/iter/__init__.py,sha256=vpbOLYYqXvKheyOoa1qmVz2wi4F7B4lJ2I6MRHJ7Xg0,10084
21
21
  psyke/extraction/real/__init__.py,sha256=fFqiwgWTpu5Jx9lz5CdSfs1QyqWYFLQDG7tc5M6Q7UM,6065
22
22
  psyke/extraction/real/utils.py,sha256=eHGU-Y0inn_8jrk9lMcuRUKXpsTkI-s_myXSWz4bALQ,2190
@@ -33,8 +33,8 @@ psyke/utils/logic.py,sha256=7bbW6qcKof5PlqoQ0n5Kt3Obcot-KqGAvpE8rMXvEPE,12419
33
33
  psyke/utils/metrics.py,sha256=Oo5BOonOSfo0qYsXWT5dmypZ7jiStByFC2MKEU0uMHg,2250
34
34
  psyke/utils/plot.py,sha256=dE8JJ6tQ0Ezosid-r2jqAisREjFe5LqExRzsVi5Ns-c,7785
35
35
  psyke/utils/sorted.py,sha256=C3CPW2JisND30BRk5c1sAAHs3Lb_wsRB2qZrYFuRnfM,678
36
- psyke-0.8.1.dev1.dist-info/LICENSE,sha256=KP9K6Hgezf_xdMFW7ORyKz9uA8Y8k52YJn292wcP-_E,11354
37
- psyke-0.8.1.dev1.dist-info/METADATA,sha256=gDqh5yS1IvmBhfJI7YttumemDDo0Q9F0JUy1vJaF6Qg,8107
38
- psyke-0.8.1.dev1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
- psyke-0.8.1.dev1.dist-info/top_level.txt,sha256=q1HglxOqqoIRukFtyis_ZNHczZg4gANRUPWkD7HAUTU,6
40
- psyke-0.8.1.dev1.dist-info/RECORD,,
36
+ psyke-0.8.2.dist-info/LICENSE,sha256=KP9K6Hgezf_xdMFW7ORyKz9uA8Y8k52YJn292wcP-_E,11354
37
+ psyke-0.8.2.dist-info/METADATA,sha256=9lBuGDS-S2UjtxeP---mwFdZfOVf569ELw8t0G8O7iA,8102
38
+ psyke-0.8.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
39
+ psyke-0.8.2.dist-info/top_level.txt,sha256=q1HglxOqqoIRukFtyis_ZNHczZg4gANRUPWkD7HAUTU,6
40
+ psyke-0.8.2.dist-info/RECORD,,