Skip to content

Commit

Permalink
minor demo cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ataymano committed Oct 4, 2023
1 parent 22c3127 commit 74b0ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/cmd_getting_started/vw_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
" for i in range(1000):\n",
" x = np.random.rand() * 4\n",
" y = x**2 + 1\n",
" f.write(f\"{y} |y x:{x} y:{np.random.random()}\\n\")"
" f.write(f\"{y} |f x:{x}\\n\")"
]
},
{
Expand Down Expand Up @@ -206,7 +206,7 @@
"metadata": {},
"outputs": [],
"source": [
"!vw -d regression2.txt --invert_hash regression2.model.txt --interactions yy"
"!vw -d regression2.txt --invert_hash regression2.model.txt --interactions ff"
]
},
{
Expand Down

0 comments on commit 74b0ea4

Please sign in to comment.