datfid 0.1.17__py3-none-any.whl → 0.1.18__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.
datfid/client.py CHANGED
@@ -13,6 +13,11 @@ import logging
13
13
  class FitResult(SimpleNamespace):
14
14
  _ROW4 = ["Estimate", "Standard Error", "T statistic", "P value"]
15
15
  _PERF5 = ["R2 within", "R2 between", "R2 overall", "MSE", "MAE"]
16
+
17
+ @property
18
+ def id(self):
19
+ """Return list of all individual IDs"""
20
+ return list(self.keys())
16
21
 
17
22
  @staticmethod
18
23
  def _df4(rows_list):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datfid
3
- Version: 0.1.17
3
+ Version: 0.1.18
4
4
  Summary: SDK to access the DATFID API hosted on Hugging Face Spaces
5
5
  Author: DATFID
6
6
  Author-email: igor.schapiro@datfid.com
@@ -0,0 +1,7 @@
1
+ datfid/__init__.py,sha256=PojdUQsimZvawR8lgqVpzs3EkRtkA7iwuDk7fovJF54,34
2
+ datfid/client.py,sha256=J-ite930zdIlU-ExEhcWCdhIIITxqyXuUAIdDKeCpoI,9477
3
+ datfid-0.1.18.dist-info/licenses/LICENSE,sha256=5b2JLb1-P8Nt919phjUmP0umS82SxGMlIF2QFn9ILgM,1084
4
+ datfid-0.1.18.dist-info/METADATA,sha256=qU93KNxZgZNSS2Fq2txjRJob3OyKNTTowioPqTkN36A,5146
5
+ datfid-0.1.18.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ datfid-0.1.18.dist-info/top_level.txt,sha256=VFG23u9NMNQJ8S_IFfW-S5d8oSUd71SFA346ovh_uxA,7
7
+ datfid-0.1.18.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- datfid/__init__.py,sha256=PojdUQsimZvawR8lgqVpzs3EkRtkA7iwuDk7fovJF54,34
2
- datfid/client.py,sha256=Nz5Up8cs5qjo2vKxap9NViRx0ukKXn8VTYoMVhUFf3o,9359
3
- datfid-0.1.17.dist-info/licenses/LICENSE,sha256=5b2JLb1-P8Nt919phjUmP0umS82SxGMlIF2QFn9ILgM,1084
4
- datfid-0.1.17.dist-info/METADATA,sha256=ISe-w7e3PLhAAbW3xZ2LhdktvdbMf7OESMmZPTR_30w,5146
5
- datfid-0.1.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
- datfid-0.1.17.dist-info/top_level.txt,sha256=VFG23u9NMNQJ8S_IFfW-S5d8oSUd71SFA346ovh_uxA,7
7
- datfid-0.1.17.dist-info/RECORD,,