Skip to content

Commit 1c5eac9

Browse files
committed
update roadmap
1 parent 01c5670 commit 1c5eac9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ROADMAP.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@
1818
- [ ] clustering
1919
- [x] gradient descent
2020
- [x] iterative algorithms
21-
- [ ] incremental algorithms
22-
- [ ] dimension reduction
21+
- [x] incremental algorithms
22+
- [x] dimension reduction
2323
- [x] feature engineering
2424
- [x] static algorithms
2525
- [ ] missing value imputation
26-
- [ ] transformers
26+
- [x] transformers
2727
- [x] ensemble algorithms
2828
- [ ] time series forecasting
2929
- [ ] time series classification
3030
- [ ] survival analysis
31-
- [ ] density estimation
31+
- [x] density estimation
3232
- [ ] Bayesian algorithms
3333
- [ ] outlier detection
3434
- [ ] collaborative filtering
3535
- [ ] text analysis
3636
- [ ] audio analysis
3737
- [ ] natural language processing
3838
- [ ] image processing
39-
- [ ] meta-algorithms
39+
- [x] meta-algorithms
4040

41-
- [ ] In a utility package provide:
42-
- [ ] Methods to facilitate common-use case data interfaces: support simultaneously
41+
- [x] In a utility package provide:
42+
- [x] Methods to facilitate common-use case data interfaces: support simultaneously
4343
`fit` data of the form `data = (X, y)` where `X` is table *or* matrix, and `data` a
4444
table with target specified by hyperparameter; here `obs` will return a thin wrapping
4545
of the matrix of `X`, the target `y`, and the names of all fields. We can have

0 commit comments

Comments
 (0)