Skip to content

Commit

Permalink
pin lgbm version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kumikoda committed Aug 13, 2023
1 parent ab4ae0f commit dffebae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feature_neutralization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas matplotlib lightgbm pyarrow cloudpickle\n",
"!pip install -q numerapi pandas matplotlib lightgbm==3.3.5 pyarrow cloudpickle\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 @@ -29,7 +29,7 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas matplotlib lightgbm cloudpickle pyarrow\n",
"!pip install -q numerapi pandas matplotlib lightgbm==3.3.5 cloudpickle pyarrow\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 @@ -24,7 +24,7 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"!pip install -q numerapi pandas matplotlib lightgbm pyarrow cloudpickle\n",
"!pip install -q numerapi pandas matplotlib lightgbm==3.3.5 pyarrow cloudpickle\n",
"\n",
"# Inline plots\n",
"%matplotlib inline"
Expand Down

0 comments on commit dffebae

Please sign in to comment.