File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 18
18
- [ ] clustering
19
19
- [x] gradient descent
20
20
- [x] iterative algorithms
21
- - [ ] incremental algorithms
22
- - [ ] dimension reduction
21
+ - [x ] incremental algorithms
22
+ - [x ] dimension reduction
23
23
- [x] feature engineering
24
24
- [x] static algorithms
25
25
- [ ] missing value imputation
26
- - [ ] transformers
26
+ - [x ] transformers
27
27
- [x] ensemble algorithms
28
28
- [ ] time series forecasting
29
29
- [ ] time series classification
30
30
- [ ] survival analysis
31
- - [ ] density estimation
31
+ - [x ] density estimation
32
32
- [ ] Bayesian algorithms
33
33
- [ ] outlier detection
34
34
- [ ] collaborative filtering
35
35
- [ ] text analysis
36
36
- [ ] audio analysis
37
37
- [ ] natural language processing
38
38
- [ ] image processing
39
- - [ ] meta-algorithms
39
+ - [x ] meta-algorithms
40
40
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
43
43
` fit ` data of the form ` data = (X, y) ` where ` X ` is table * or* matrix, and ` data ` a
44
44
table with target specified by hyperparameter; here ` obs ` will return a thin wrapping
45
45
of the matrix of ` X ` , the target ` y ` , and the names of all fields. We can have
You can’t perform that action at this time.
0 commit comments