Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewGhazi committed Jul 4, 2024
1 parent fb8b33c commit 5dc448f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,22 @@ suggest_next(dat,

## TODO list

Easy:

* User prior input
* Viz functions
* ARD

Medium:

* Non-normal outcome
* Fast GP approximations for 1D/2D datasets

Hard:

* ARD / parameter-specific length-scales
* heteroscedasticity

Nightmare:

* Fast GP approximations for 3D+
* I think this would require writing my own ND FFT function?
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@ suggest_next(dat,

## TODO list

Easy:

- User prior input
- Viz functions
- ARD

Medium:

- Non-normal outcome
- Fast GP approximations for 1D/2D datasets

Hard:

- ARD / parameter-specific length-scales
- heteroscedasticity

Nightmare:

- Fast GP approximations for 3D+
- I think this would require writing my own ND FFT function?

0 comments on commit 5dc448f

Please sign in to comment.