Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Utility classes
utils.DMLDummyClassifier
utils.DoubleMLBLP
utils.DoubleMLPolicyTree
utils.GlobalRegressor
utils.GlobalClassifier

Utility functions
~~~~~~~~~~~~~~~~~
Expand Down
19 changes: 1 addition & 18 deletions doc/examples/py_double_ml_pension.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,23 +94,6 @@
"data = fetch_401K(return_type='DataFrame')"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "853ba4be",
"metadata": {},
"outputs": [],
"source": [
"# Temporary fix for https://github.com/DoubleML/doubleml-docs/issues/45 / https://github.com/scikit-learn/scikit-learn/issues/21997\n",
"# Can be removed when scikit-learn version 1.2.0 is released\n",
"dtypes = data.dtypes\n",
"dtypes['nifa'] = 'float64'\n",
"dtypes['net_tfa'] = 'float64'\n",
"dtypes['tw'] = 'float64'\n",
"dtypes['inc'] = 'float64'\n",
"data = data.astype(dtypes)"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -1179,7 +1162,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.4"
},
"vscode": {
"interpreter": {
Expand Down