Skip to content

Commit

Permalink
examples changed slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusMNoack committed Oct 24, 2023
1 parent f9311d6 commit 7952aaf
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 17 deletions.
8 changes: 4 additions & 4 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ hidden: true
maxdepth: 2
caption: Examples
---
examples/SingleTaskTest.ipynb
examples/MultiTaskTest.ipynb
examples/gp2ScaleTest.ipynb
examples/NonEuclideanInputSpaces.ipynb
../../examples/SingleTaskTest.ipynb
../../examples/MultiTaskTest.ipynb
../../examples/gp2ScaleTest.ipynb
../../examples/NonEuclideanInputSpaces.ipynb
```

# fvGP - A Flexible Multi-Task GP Engine
Expand Down
4 changes: 2 additions & 2 deletions examples/MultiTaskTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"outputs": [],
"source": [
"##first install the newest version of fvgp\n",
"#!pip install fvgp==4.0.5"
"#!pip install fvgp==4.0.6"
]
},
{
Expand Down Expand Up @@ -169,7 +169,7 @@
"outputs": [],
"source": [
"from fvgp import fvGP\n",
"#This is where things get a littlecomplicated. What's with all those numbers there.\n",
"#This is where things get a little complicated. What's with all those numbers there.\n",
"#This input space is 3-dimensional, the output space has 3 tasks, but is still 1-dimensional\n",
"#in the fvgp world. Therefore fvGP(3,1,3, ...), for 3 dim input, 1 dim output, with 3 outputs \n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion examples/SingleTaskTest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"metadata": {},
"outputs": [],
"source": [
"##first install the newest version of fvgp\n",
"#!pip install fvgp==4.0.6"
]
},
Expand Down

0 comments on commit 7952aaf

Please sign in to comment.