Skip to content

Commit

Permalink
Fix TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Jan 8, 2025
1 parent 5c399aa commit 0ea73a3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion TODO.md
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

0 comments on commit 0ea73a3

Please sign in to comment.