Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cyianor committed May 21, 2024
1 parent ea8fdd2 commit cbded1d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 870 deletions.
4 changes: 4 additions & 0 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"metadata": {},
"outputs": [],
"source": [
"from sklearn import set_config\n",
"\n",
"set_config(display=\"text\") # show text representation of sklearn estimators\n",
"\n",
"import solrcmf\n",
"import numpy as np\n",
"from numpy.random import default_rng\n",
Expand Down
Loading

0 comments on commit cbded1d

Please sign in to comment.