We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5eac9 commit bdda1b0Copy full SHA for bdda1b0
ROADMAP.md
@@ -1,12 +1,12 @@
1
# Road map
2
3
-- [ ] Mock up a challenging `update` use-case: controlling an iterative algorithm that
+- [x] Mock up a challenging `update` use-case: controlling an iterative algorithm that
4
wants, for efficiency, to internally compute the out-of-sample predictions that will
5
be for used to *externally* determined early stopping cc: @jeremiedb
6
7
- [ ] Get code coverage to 100% (see next item)
8
9
-- [ ] Add to this repo or a utility repo methods to test a valid implementation of
+- [x] Add to this repo or a utility repo methods to test a valid implementation of
10
LearnAPI.jl
11
12
- [ ] Flush out "Common Implementation Patterns". The current plan is to mock up example
0 commit comments