Skip to content

Commit

Permalink
rm __version__, uber#659
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Aug 25, 2023
1 parent 14b1acf commit d46322c
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions examples/meta_learners_with_synthetic_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n"
]
}
],
"source": [
"from causalml.inference.meta import LRSRegressor"
]
Expand Down Expand Up @@ -94,16 +102,19 @@
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.12.3\n"
]
"data": {
"text/plain": [
"'0.14.0'"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"import causalml\n",
"print(causalml.__version__)"
"import pkg_resources\n",
"pkg_resources.get_distribution('causalml').version"
]
},
{
Expand Down

0 comments on commit d46322c

Please sign in to comment.