Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/05/16 18:44:51 (8 years ago)
Author:
gkronber
Message:

#2650: added support for categorical variables to LDA and MNL (TODO: OneR )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/symbreg-factors-2650/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/FactorVariable.cs

    r14237 r14240  
    2828using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2929namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    30   // TODO: handle correctly in all interpreters and formatters
    31   // TODO: view for factor variables (configuration of actually allowed factors)
    32   // TODO: handle correctly in variable impacts view
    33   // TODO: handle correctly in Non-linear regression (infix parser and infix formatter)
    34   // TODO: support in all analyzers which handle variable symbols specifically
    35   // TODO: handle correctly in gradient views
    36   // TODO: handle correctly in ERC view (create linear regression model)
    37   // TODO: handle correctly in classification - solution comparison
    38   // TODO: allow factor variables in decision trees (and therefore GBT)?
    39   // TODO: support in more algs?
    40   // TODO: support in more views?
    4130  [StorableClass]
    4231  [Item("FactorVariable", "Represents a categorical variable (comparable to factors as in R).")]
Note: See TracChangeset for help on using the changeset viewer.