rapidata 0.1.20__py3-none-any.whl → 0.1.21__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,6 +1,6 @@
1
1
  from typing import Any
2
2
  from rapidata.rapidata_client.referee.base_referee import Referee
3
- from rapidata.api_client.models.probabilistic_attach_category_referee_config import ProbabilisticAttachCategoryRefereeConfig
3
+ from rapidata.api_client.models.early_stopping_referee_model import EarlyStoppingRefereeModel
4
4
 
5
5
 
6
6
  class ClassifyEarlyStoppingReferee(Referee):
@@ -20,10 +20,10 @@ class ClassifyEarlyStoppingReferee(Referee):
20
20
  "threshold": self.threshold,
21
21
  "maxVotes": self.max_vote_count,
22
22
  }
23
-
23
+
24
24
  def to_model(self) -> Any:
25
- return ProbabilisticAttachCategoryRefereeConfig(
26
- _t="ProbabilisticAttachCategoryRefereeConfig",
25
+ return EarlyStoppingRefereeModel(
26
+ _t="EarlyStoppingReferee",
27
27
  threshold=self.threshold,
28
- maxVotes=self.max_vote_count,
28
+ max_votes=self.max_vote_count,
29
29
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rapidata
3
- Version: 0.1.20
3
+ Version: 0.1.21
4
4
  Summary: Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way.
5
5
  License: Apache-2.0
6
6
  Author: Rapidata AG
@@ -238,7 +238,7 @@ rapidata/rapidata_client/order/rapidata_order_builder.py,sha256=ebAAXKVkEoxX4IEO
238
238
  rapidata/rapidata_client/rapidata_client.py,sha256=HjKwhTAIpGGZJgLSUOfkmqPEOnPAJtGUO0zslOVbq5k,2168
239
239
  rapidata/rapidata_client/referee/__init__.py,sha256=x0AxGCsR6TlDjfqQ00lB9V7QVS9EZCJzweNEIzx42PI,207
240
240
  rapidata/rapidata_client/referee/base_referee.py,sha256=bMy7cw0a-pGNbFu6u_1_Jplu0A483Ubj4oDQzh8vu8k,493
241
- rapidata/rapidata_client/referee/classify_early_stopping_referee.py,sha256=-mPTCck81r2xn1GtMoizaOCftA3cOfj6YDSFbqsI3Ic,1140
241
+ rapidata/rapidata_client/referee/classify_early_stopping_referee.py,sha256=r2ukb2gQzKXUVznGATT-pyWaAPbPyzohx_lATvQX3HY,1071
242
242
  rapidata/rapidata_client/referee/naive_referee.py,sha256=9CSoZou4YBFc9PiRvA2ELVQqyk-S1nug1SqhTwO9Tvw,719
243
243
  rapidata/rapidata_client/selection/base_selection.py,sha256=Y3HkROPm4I4HLNiR0HuHKpvk236KkRlsoDxQATm_chY,138
244
244
  rapidata/rapidata_client/selection/demographic_selection.py,sha256=DU8YvAj-WFALMAQJgjvBm1_ruIdPg2JVuKw07f7nDuA,453
@@ -257,7 +257,7 @@ rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5
257
257
  rapidata/service/openapi_service.py,sha256=-vrM2jEzQxr9KAerOYkVhpvMEeHwjzRwm9L_VFyzOT0,1537
258
258
  rapidata/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
259
  rapidata/utils/image_utils.py,sha256=TldO3eJWG8IhfJjm5MfNGO0mEDm1mQTsRoA0HLU1Uxs,404
260
- rapidata-0.1.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
261
- rapidata-0.1.20.dist-info/METADATA,sha256=clJbIPPh_rZbXuvkn2zOcLeEUTUC3vyHPndVU6atOsY,924
262
- rapidata-0.1.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
263
- rapidata-0.1.20.dist-info/RECORD,,
260
+ rapidata-0.1.21.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
261
+ rapidata-0.1.21.dist-info/METADATA,sha256=sfl3UBIioDNXYI_o5rT5lbSJ7xpFyiYCM-iE6DuVFlI,924
262
+ rapidata-0.1.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
263
+ rapidata-0.1.21.dist-info/RECORD,,