lifejacket 0.2.0__py3-none-any.whl → 0.2.1__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.
@@ -532,10 +532,6 @@ def analyze_dataset(
532
532
  action_prob_col_name,
533
533
  )
534
534
 
535
- joint_adaptive_bread_inverse_cond = jnp.linalg.cond(
536
- stabilized_joint_adaptive_bread_inverse_matrix
537
- )
538
-
539
535
  theta_dim = len(theta_est)
540
536
  if not suppress_all_data_checks:
541
537
  input_checks.require_estimating_functions_sum_to_zero(
@@ -576,6 +572,14 @@ def analyze_dataset(
576
572
  f,
577
573
  )
578
574
 
575
+ joint_adaptive_bread_inverse_cond = jnp.linalg.cond(
576
+ raw_joint_adaptive_bread_inverse_matrix
577
+ )
578
+ logger.info(
579
+ "Joint adaptive bread inverse condition number: %f",
580
+ joint_adaptive_bread_inverse_cond,
581
+ )
582
+
579
583
  debug_pieces_dict = {
580
584
  "theta_est": theta_est,
581
585
  "adaptive_sandwich_var_estimate": adaptive_sandwich_var_estimate,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lifejacket
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A package for after-study analysis of adaptive experiments in which data is pooled across users.
5
5
  Author-email: Nowell Closser <nowellclosser@gmail.com>
6
6
  Requires-Python: >=3.10
@@ -28,7 +28,7 @@ Requires-Dist: flake8>=4.0; extra == "dev"
28
28
  |__/
29
29
  ```
30
30
 
31
- Save your standard errors from pooling in adaptive experiments.
31
+ Save your standard errors from pooling in online decision-making algorithms.
32
32
 
33
33
  ## Setup (if not using conda)
34
34
  ### Create and activate a virtual environment
@@ -1,5 +1,5 @@
1
1
  lifejacket/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- lifejacket/after_study_analysis.py,sha256=_Weeca51EXWlQkx3IWd2t1jImBxODOTe9-8gtKBSlus,82168
2
+ lifejacket/after_study_analysis.py,sha256=jTOPDhDWThlE0pyVtprkYBJ_W7SHzeloKFrnI_WLBks,82288
3
3
  lifejacket/arg_threading_helpers.py,sha256=7HV7qkiJtm-E-cpAhtv4n_BpCVjz9tC0nGENbc090h8,17282
4
4
  lifejacket/calculate_derivatives.py,sha256=SceXFWtK56uCCdXGD7v8JijgYz0UCBKzcnrPH_nAqNE,37536
5
5
  lifejacket/constants.py,sha256=2L05p6NJ7l3qRZ1hD2KlrvzWF1ReSmWRUkULPIhdvJo,842
@@ -10,8 +10,8 @@ lifejacket/input_checks.py,sha256=KcDdfsdCVCKKcx07FfOKJb3KVX6xFuWwAufGJ3msAuc,46
10
10
  lifejacket/small_sample_corrections.py,sha256=f8jmg9U9ZN77WadJud70tt6NMxCTsSGtlsdF_-mfws4,5543
11
11
  lifejacket/trial_conditioning_monitor.py,sha256=qNTHh0zY2P7zJxox_OwhEEK8Ed1l0TPOjGDqNxMNoIQ,42164
12
12
  lifejacket/vmap_helpers.py,sha256=pZqYN3p9Ty9DPOeeY9TKbRJXR2AV__HBwwDFOvdOQ84,2688
13
- lifejacket-0.2.0.dist-info/METADATA,sha256=XzZQXRKzohTg0FOv0sIh7Ii6Snj2m5HVIdeXVYUphe4,7274
14
- lifejacket-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- lifejacket-0.2.0.dist-info/entry_points.txt,sha256=4k8ibVIUT-OHxPaaDv-QwWpC64ErzhdemHpTAXCnb8w,67
16
- lifejacket-0.2.0.dist-info/top_level.txt,sha256=vKl8m7jOQ4pkbzVuHCJsq-8LcXRrOAWnok3bBo9qpsE,11
17
- lifejacket-0.2.0.dist-info/RECORD,,
13
+ lifejacket-0.2.1.dist-info/METADATA,sha256=vFb90EnjvF_CxGN2XKlk6b8s1iK-aqF0p4Wr0dEIKxA,7287
14
+ lifejacket-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ lifejacket-0.2.1.dist-info/entry_points.txt,sha256=4k8ibVIUT-OHxPaaDv-QwWpC64ErzhdemHpTAXCnb8w,67
16
+ lifejacket-0.2.1.dist-info/top_level.txt,sha256=vKl8m7jOQ4pkbzVuHCJsq-8LcXRrOAWnok3bBo9qpsE,11
17
+ lifejacket-0.2.1.dist-info/RECORD,,