- Sep 23, 2020
-
-
Thomas Purcell authored
Classification without fix_intercept now included in all files
-
- Sep 18, 2020
-
-
Thomas Purcell authored
1) Width reduced to 1e-5 2) SVM done with a C=100 3) SVM done with Kernel SVM but with a linear Kernel 4) Fixes to how algorithm breaks ties 5) Added a python SVM function 6) Modified Model python interface to accomadate SVM functions
-
- Sep 15, 2020
-
-
Thomas Purcell authored
-
- Sep 09, 2020
-
-
Thomas Purcell authored
use a linear prgramming method to check the feasabilty of a convex combination of the classes to get an estimate of the number of points in overlapping convex hull.
-
- Sep 05, 2020
-
-
Thomas Purcell authored
Compiles but not tested
-
- Sep 04, 2020
-
-
Thomas Purcell authored
Create a base class for DI and setup for Classifier
-
- Sep 01, 2020
-
-
Thomas Purcell authored
Projection score added for classification problems, now onto the di part
-
- Aug 28, 2020
-
-
Thomas Purcell authored
Feature selected on a particular rank but not overall were not set selected to false
-
- Aug 26, 2020
-
-
Thomas Purcell authored
fix some bugs from previous merge
-
- Aug 19, 2020
-
-
Thomas Purcell authored
Don't always reuse
-
- Aug 11, 2020
-
-
Thomas Purcell authored
n_models_store now sets how many models to store (default still n_residual)
-
- Aug 06, 2020
-
-
Thomas Purcell authored
For the role descriptor
-
- Aug 05, 2020
-
-
Thomas Purcell authored
can set a maximum cross correlation for selected features
-
- Jul 28, 2020
-
-
Thomas Purcell authored
Properties now have units and postprocessing scripts avaiable
-
- Jul 16, 2020
-
-
Thomas Purcell authored
minor tweaks to output of Models and fixed a memory bug
-
- Jul 13, 2020
-
-
Thomas Purcell authored
basic analysis scripts completed
-
- Jul 11, 2020
-
-
Thomas Purcell authored
Using these expressions one can reconstruct features using the primary feature set Capability to decompse features into the prevelance of primary features in them
-
- Jul 10, 2020
-
-
Thomas Purcell authored
Use keyed files to automatically generate bindings.hpp/bindings.cpp
-