-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
Sparse notes: | ||
|
||
- Rename: islogiseed->istransformable | ||
- expand MultiDataset to such that it has named modalities, instead of Integer names. | ||
- There's a warning in MultiDataset->DataFrame conversion? | ||
- TODO: hide dimensionality of the instances: `const AbstractDimensionalDataset{T<:Number,D} = AbstractVector{<:AbstractArray{T,D}}` | ||
- enforce class (and regressor) variables not be part any modality | ||
- Integration with ScientificTypes.jl | ||
- Export as .h5mu, .h5ad | ||
- checkout https://github.com/joshday/OnlineStats.jl | ||
|
||
- Add parameter skipextremes etc. | ||
- Fix allfeatvalues | ||
- Uniform discretaization interface | ||
|
||
Add parameters to listrules: | ||
- max_natoms | ||
- max_consequent_natoms | ||
- max_antecedent_natoms | ||
- max_nconjuncts | ||
- max_consequent_nconjuncts | ||
- max_antecedent_nconjuncts | ||
|