You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Return the current weight column as a DataFrame.
2464
+
2465
+
Args:
2466
+
self (BalanceDFWeights): The BalanceDFWeights instance.
2467
+
2468
+
Returns:
2469
+
pd.DataFrame: DataFrame containing the current weight column.
2470
+
"""
2471
+
returnself._sample.weight_column.to_frame()
2472
+
2461
2473
# TODO: maybe add better control if there are no weights for unadjusted or target (the current default shows them in the legend, but not in the figure)
2462
2474
defplot(
2463
2475
self: "BalanceDFWeights", on_linked_samples: bool=True, **kwargs: Any
0 commit comments