ripple-down-rules 0.5.98__py3-none-any.whl → 0.6.0__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.
@@ -1,4 +1,4 @@
1
- __version__ = "0.5.98"
1
+ __version__ = "0.6.0"
2
2
 
3
3
  import logging
4
4
  logger = logging.Logger("rdr")
@@ -32,7 +32,8 @@ class RDRDecorator:
32
32
  update_existing_rules: bool = True,
33
33
  viewer: Optional[RDRCaseViewer] = None,
34
34
  package_name: Optional[str] = None,
35
- use_generated_classifier: bool = False):
35
+ use_generated_classifier: bool = False,
36
+ ask_now: Callable[[Any], bool] = lambda _: True):
36
37
  """
37
38
  :param models_dir: The directory to save/load the RDR models.
38
39
  :param output_type: The type of the output. This is used to create the RDR model.
@@ -64,6 +65,7 @@ class RDRDecorator:
64
65
  self.package_name = package_name
65
66
  self.use_generated_classifier = use_generated_classifier
66
67
  self.generated_classifier: Optional[Callable] = None
68
+ self.ask_now = ask_now
67
69
  self.load()
68
70
 
69
71
  def decorator(self, func: Callable) -> Callable:
@@ -76,7 +78,9 @@ class RDRDecorator:
76
78
 
77
79
  func_output = {self.output_name: func(*args, **kwargs)}
78
80
 
79
- if self.fit:
81
+ case, case_dict = self.create_case_from_method(func, func_output, *args, **kwargs)
82
+
83
+ if self.fit and not self.use_generated_classifier and self.ask_now(case_dict):
80
84
  if len(self.parsed_output_type) == 0:
81
85
  self.parsed_output_type = self.parse_output_type(func, self.output_type, *args)
82
86
  if self.expert is None:
@@ -90,7 +94,6 @@ class RDRDecorator:
90
94
  update_existing_rules=self.update_existing_rules,
91
95
  viewer=self.viewer)
92
96
  else:
93
- case, case_dict = self.create_case_from_method(func, func_output, *args, **kwargs)
94
97
  if self.use_generated_classifier:
95
98
  if self.generated_classifier is None:
96
99
  model_path = os.path.join(self.rdr_models_dir, self.model_name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ripple_down_rules
3
- Version: 0.5.98
3
+ Version: 0.6.0
4
4
  Summary: Implements the various versions of Ripple Down Rules (RDR) for knowledge representation and reasoning.
5
5
  Author-email: Abdelrhman Bassiouny <abassiou@uni-bremen.de>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -1,8 +1,8 @@
1
- ripple_down_rules/__init__.py,sha256=nBR3gKBGF6zKMCWwMwfMn1sFSITvnZK_qQNLeBKULRQ,100
1
+ ripple_down_rules/__init__.py,sha256=LE642_eTM-r2QWg9B7X9mWE-5oKU8ytADF5OfsYiPLs,99
2
2
  ripple_down_rules/experts.py,sha256=4-dMIVeMzFXCLYl_XBG_P7_Xs4sZih9-vZxCIPri6dA,12958
3
3
  ripple_down_rules/helpers.py,sha256=sY8nFbYdLOO6EG5UQugCCxjSjcCQsDUCPgawfQA4Ui8,4495
4
4
  ripple_down_rules/rdr.py,sha256=G0UWETaXddDOaNWTqfxPWkCSDiWkMEU_aBUWcsnJUN0,56147
5
- ripple_down_rules/rdr_decorators.py,sha256=JWJn2MAKJG1YbLLWUZMzYfS3t1mEOAi21S8NUY7hy0Q,9913
5
+ ripple_down_rules/rdr_decorators.py,sha256=0GpWuAOPLYc8WFc5SN8PgHRLNgcHw8dNMmeIbaB8Los,10085
6
6
  ripple_down_rules/rules.py,sha256=Dk4yGCy5oV10mOv5rRLcmtIu9J60WBPol9b7ELFn6fY,21522
7
7
  ripple_down_rules/start-code-server.sh,sha256=otClk7VmDgBOX2TS_cjws6K0UwvgAUJhoA0ugkPCLqQ,949
8
8
  ripple_down_rules/utils.py,sha256=vFoz5HcRgkf7_s-zdWSg54xI9PCMcdDzcdFGdas7KBA,62350
@@ -17,8 +17,8 @@ ripple_down_rules/user_interface/ipython_custom_shell.py,sha256=yp-F8YRWGhj1PLB3
17
17
  ripple_down_rules/user_interface/object_diagram.py,sha256=FEa2HaYR9QmTE6NsOwBvZ0jqmu3DKyg6mig2VE5ZP4Y,4956
18
18
  ripple_down_rules/user_interface/prompt.py,sha256=JceEUGYsd0lIvd-v2y3D3swoo96_C0lxfp3CxM7Vfts,8900
19
19
  ripple_down_rules/user_interface/template_file_creator.py,sha256=kwBbFLyN6Yx2NTIHPSwOoytWgbJDYhgrUOVFw_jkDQ4,13522
20
- ripple_down_rules-0.5.98.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
21
- ripple_down_rules-0.5.98.dist-info/METADATA,sha256=mJKdus1LGiOCkiXMLIcCrdftJlo8GWa7BniIrhwMko4,48214
22
- ripple_down_rules-0.5.98.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- ripple_down_rules-0.5.98.dist-info/top_level.txt,sha256=VeoLhEhyK46M1OHwoPbCQLI1EifLjChqGzhQ6WEUqeM,18
24
- ripple_down_rules-0.5.98.dist-info/RECORD,,
20
+ ripple_down_rules-0.6.0.dist-info/licenses/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
21
+ ripple_down_rules-0.6.0.dist-info/METADATA,sha256=vPxxiRTYwI1NIa3lRhIc2azgza_qgD5xax9urMhTsZo,48213
22
+ ripple_down_rules-0.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ ripple_down_rules-0.6.0.dist-info/top_level.txt,sha256=VeoLhEhyK46M1OHwoPbCQLI1EifLjChqGzhQ6WEUqeM,18
24
+ ripple_down_rules-0.6.0.dist-info/RECORD,,