Skip to content

Commit

Permalink
mlrose as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Jul 19, 2023
1 parent 00a7429 commit 5e0ba98
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Notebooks/TSEvo_tensorflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip\n",
"import pandas as pd\n",
"import numpy as np\n",
"import torch\n",
Expand Down
9 changes: 9 additions & 0 deletions docs/Notebooks/TSEvo_torch_LSTM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"[2] Wachter, Sandra, Brent Mittelstadt, and Chris Russell. \"Counterfactual explanations without opening the black box: Automated decisions and the GDPR.\" Harv. JL & Tech. 31 (2017): 841."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
9 changes: 9 additions & 0 deletions docs/Notebooks/TSEvo_torch_Multivariate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
"[2] Wachter, Sandra, Brent Mittelstadt, and Chris Russell. \"Counterfactual explanations without opening the black box: Automated decisions and the GDPR.\" Harv. JL & Tech. 31 (2017): 841."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!pip install https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Package requirements.
base_packages = [
"mlrose @ https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip ",
#"mlrose @ https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip",
#"mlrose>=1.3.0,< 2.0",
"scikit-learn==1.3.0",
# "scikit-surprise==1.1.1",
Expand Down Expand Up @@ -64,7 +64,8 @@
"pre-commit>=2.9.2,< 3.0",
"pytest>=4.5.0,< 5.0",
"pytest-cov>=2.6.1,< 3.0",
"pyupgrade>=3.2.0,< 4.0"
"pyupgrade>=3.2.0,< 4.0",
"mlrose @ https://github.com/gkhayes/mlrose/archive/refs/heads/master.zip"
]

docs_packages = [
Expand Down

0 comments on commit 5e0ba98

Please sign in to comment.