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: 1 addition & 1 deletion example_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas lightgbm cloudpickle pyarrow scikit-learn scipy==1.10.1"
"!pip install -q numerapi pandas lightgbm cloudpickle==2.2.1 pyarrow scikit-learn scipy==1.10.1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion feature_neutralization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 scipy==1.10.1\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down
2 changes: 1 addition & 1 deletion hello_numerai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle scipy==1.10.1\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 scipy==1.10.1\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down
2 changes: 1 addition & 1 deletion target_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle seaborn scipy==1.10.1\n",
"!pip install -q numerapi pandas pyarrow matplotlib lightgbm scikit-learn cloudpickle==2.2.1 seaborn scipy==1.10.1\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down