Skip to content

Commit

Permalink
deploy: a6c49a9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent a811645 commit 0cea229
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 378 deletions.
Binary file modified api_reference/doctrees/environment.pickle
Binary file not shown.
68 changes: 34 additions & 34 deletions html/tutorials/balance_quickstart.html

Large diffs are not rendered by default.

96 changes: 45 additions & 51 deletions html/tutorials/balance_quickstart_cbps.html

Large diffs are not rendered by default.

98 changes: 52 additions & 46 deletions html/tutorials/balance_quickstart_rake.html

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions html/tutorials/balance_transformations_and_formulas.html

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions html/tutorials/comparing_cbps_in_r_vs_python_using_sim_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -7559,7 +7559,7 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,313) [__init__/&lt;module&gt; (line 54)]: Using balance version 0.9.1
<pre>INFO (2024-03-28 15:48:45,629) [__init__/&lt;module&gt; (line 54)]: Using balance version 0.9.1
</pre>
</div>
</div>
Expand Down Expand Up @@ -7645,35 +7645,35 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,476) [util/guess_id_column (line 113)]: Guessed id column name id for the data
<pre>WARNING (2024-03-28 15:48:45,797) [util/guess_id_column (line 113)]: Guessed id column name id for the data
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,477) [sample_class/from_frame (line 190)]: Casting id column to string
<pre>WARNING (2024-03-28 15:48:45,798) [sample_class/from_frame (line 190)]: Casting id column to string
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,483) [util/_warn_of_df_dtypes_change (line 1837)]: The dtypes of sample._df were changed from the original dtypes of the input df, here are the differences -
<pre>WARNING (2024-03-28 15:48:45,804) [util/_warn_of_df_dtypes_change (line 1837)]: The dtypes of sample._df were changed from the original dtypes of the input df, here are the differences -
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,483) [util/_warn_of_df_dtypes_change (line 1848)]: The (old) dtypes that changed for df (before the change):
<pre>WARNING (2024-03-28 15:48:45,805) [util/_warn_of_df_dtypes_change (line 1848)]: The (old) dtypes that changed for df (before the change):
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,484) [util/_warn_of_df_dtypes_change (line 1851)]:
<pre>WARNING (2024-03-28 15:48:45,806) [util/_warn_of_df_dtypes_change (line 1851)]:
id int64
dtype: object
</pre>
Expand All @@ -7682,14 +7682,14 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,485) [util/_warn_of_df_dtypes_change (line 1852)]: The (new) dtypes saved in df (after the change):
<pre>WARNING (2024-03-28 15:48:45,807) [util/_warn_of_df_dtypes_change (line 1852)]: The (new) dtypes saved in df (after the change):
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,486) [util/_warn_of_df_dtypes_change (line 1853)]:
<pre>WARNING (2024-03-28 15:48:45,808) [util/_warn_of_df_dtypes_change (line 1853)]:
id object
dtype: object
</pre>
Expand All @@ -7698,42 +7698,42 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,486) [sample_class/from_frame (line 261)]: No weights passed. Adding a 'weight' column and setting all values to 1
<pre>WARNING (2024-03-28 15:48:45,808) [sample_class/from_frame (line 261)]: No weights passed. Adding a 'weight' column and setting all values to 1
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,493) [util/guess_id_column (line 113)]: Guessed id column name id for the data
<pre>WARNING (2024-03-28 15:48:45,817) [util/guess_id_column (line 113)]: Guessed id column name id for the data
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,493) [sample_class/from_frame (line 190)]: Casting id column to string
<pre>WARNING (2024-03-28 15:48:45,818) [sample_class/from_frame (line 190)]: Casting id column to string
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,499) [util/_warn_of_df_dtypes_change (line 1837)]: The dtypes of sample._df were changed from the original dtypes of the input df, here are the differences -
<pre>WARNING (2024-03-28 15:48:45,824) [util/_warn_of_df_dtypes_change (line 1837)]: The dtypes of sample._df were changed from the original dtypes of the input df, here are the differences -
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,500) [util/_warn_of_df_dtypes_change (line 1848)]: The (old) dtypes that changed for df (before the change):
<pre>WARNING (2024-03-28 15:48:45,825) [util/_warn_of_df_dtypes_change (line 1848)]: The (old) dtypes that changed for df (before the change):
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,500) [util/_warn_of_df_dtypes_change (line 1851)]:
<pre>WARNING (2024-03-28 15:48:45,826) [util/_warn_of_df_dtypes_change (line 1851)]:
id int64
dtype: object
</pre>
Expand All @@ -7742,14 +7742,14 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,501) [util/_warn_of_df_dtypes_change (line 1852)]: The (new) dtypes saved in df (after the change):
<pre>WARNING (2024-03-28 15:48:45,827) [util/_warn_of_df_dtypes_change (line 1852)]: The (new) dtypes saved in df (after the change):
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,502) [util/_warn_of_df_dtypes_change (line 1853)]:
<pre>WARNING (2024-03-28 15:48:45,828) [util/_warn_of_df_dtypes_change (line 1853)]:
id object
dtype: object
</pre>
Expand All @@ -7758,7 +7758,7 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>WARNING (2024-03-26 20:22:47,502) [sample_class/from_frame (line 261)]: No weights passed. Adding a 'weight' column and setting all values to 1
<pre>WARNING (2024-03-28 15:48:45,829) [sample_class/from_frame (line 261)]: No weights passed. Adding a 'weight' column and setting all values to 1
</pre>
</div>
</div>
Expand Down Expand Up @@ -7786,56 +7786,56 @@ <h1 id="Loading-data-and-fitting-CBPS-using-balance">Loading data and fitting CB
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,511) [cbps/cbps (line 408)]: Starting cbps function
<pre>INFO (2024-03-28 15:48:45,837) [cbps/cbps (line 408)]: Starting cbps function
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,520) [cbps/cbps (line 459)]: The formula used to build the model matrix: ['X4 + X3 + X2 + X1']
<pre>INFO (2024-03-28 15:48:45,848) [cbps/cbps (line 459)]: The formula used to build the model matrix: ['X4 + X3 + X2 + X1']
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,521) [cbps/cbps (line 471)]: The number of columns in the model matrix: 4
<pre>INFO (2024-03-28 15:48:45,849) [cbps/cbps (line 471)]: The number of columns in the model matrix: 4
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,522) [cbps/cbps (line 472)]: The number of rows in the model matrix: 500
<pre>INFO (2024-03-28 15:48:45,849) [cbps/cbps (line 472)]: The number of rows in the model matrix: 500
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,524) [cbps/cbps (line 534)]: Finding initial estimator for GMM optimization
<pre>INFO (2024-03-28 15:48:45,852) [cbps/cbps (line 534)]: Finding initial estimator for GMM optimization
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,531) [cbps/cbps (line 561)]: Finding initial estimator for GMM optimization that minimizes the balance loss
<pre>INFO (2024-03-28 15:48:45,859) [cbps/cbps (line 561)]: Finding initial estimator for GMM optimization that minimizes the balance loss
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,551) [cbps/cbps (line 596)]: Running GMM optimization
<pre>INFO (2024-03-28 15:48:45,881) [cbps/cbps (line 596)]: Running GMM optimization
</pre>
</div>
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedText jp-OutputArea-output" data-mime-type="application/vnd.jupyter.stderr" tabindex="0">
<pre>INFO (2024-03-26 20:22:47,589) [cbps/cbps (line 727)]: Done cbps function
<pre>INFO (2024-03-28 15:48:45,905) [cbps/cbps (line 727)]: Done cbps function
</pre>
</div>
</div>
Expand Down Expand Up @@ -8279,7 +8279,7 @@ <h1 id="Sessions-info">Sessions info<a class="anchor-link" href="#Sessions-info"
hypergeom_ufunc NA
idna 3.3
ipfn NA
ipykernel 6.29.3
ipykernel 6.29.4
isoduration NA
jedi 0.19.1
jinja2 3.0.3
Expand Down Expand Up @@ -8362,7 +8362,7 @@ <h1 id="Sessions-info">Sessions info<a class="anchor-link" href="#Sessions-info"
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Linux-6.5.0-1016-azure-x86_64-with-glibc2.35
-----
Session information updated at 2024-03-26 20:22
Session information updated at 2024-03-28 15:48
</pre>
</div>
</div>
Expand Down

0 comments on commit 0cea229

Please sign in to comment.