"nifty5/models/binary_helpers.py" did not exist on "86b8fa17688858d602cfc6063f960b3b562c0804"
- Sep 25, 2020
-
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
-
- Sep 23, 2020
-
-
Thomas Purcell authored
Classification without fix_intercept now included in all files
-
Thomas Purcell authored
no longer possible with libsvm
-
Thomas Purcell authored
don't reset inds, just don't loop in initial inds.back() < 0
-
Thomas Purcell authored
The new iterate function can lead to a -1 for the initialization of inds when n_sis == 1 and n_ranks > 1. This checks this and ensures it can run with valid inds
-
Thomas Purcell authored
-
Thomas Purcell authored
forgot to change back
-
Thomas Purcell authored
add a copy constructor to make it work, and remove sharkML from cmake
-
Thomas Purcell authored
Something is wrong with sharkML in some enviroments
-
- Sep 22, 2020
-
-
Thomas Purcell authored
make it more efficent
-
Thomas Purcell authored
-
- Sep 21, 2020
-
-
William Huhn authored
Add Support for Parallel Build When Building Boost Closes #1 See merge request tpurcell90/cpp_sisso!11
-
William Huhn authored
With these changes, building with one processes takes 8m37.474s on my laptop, and building with four processes takes 3m16.221s. Note that the downloading and unpacking of Boost takes a significant amount of time, and this step is non-parallelizable.
-
Thomas Purcell authored
boost mpi does not seem to like impi 2019
-
Thomas Purcell authored
forgot a pair of parens when needed
-
Thomas Purcell authored
some overridden functions were not returning when they should be
-
Thomas Purcell authored
Create new functions that removes copy/paste from the python constructors
-
- Sep 19, 2020
-
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
-
- 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 16, 2020
-
-
Thomas Purcell authored
See if this passes now
-
Thomas Purcell authored
Projection was only using last residual Model did not print proper SVM misclassified
-
Thomas Purcell authored
don't use svn, and use the same LAPACK/BLAS as the SISSO Code
-
- Sep 15, 2020
-
-
Thomas Purcell authored
-
Thomas Purcell authored
Maybe also the other issue on the gitlab server
-
Thomas Purcell authored
-
- Sep 14, 2020
-
-
Thomas Purcell authored
Debug tomorrow
-
- Sep 13, 2020
-
-
Thomas Purcell authored
performs better than Fortran in terms of accuracy SVM is a challenge in terms of timing
-
- 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.
-
Thomas Purcell authored
-
- Sep 08, 2020
-
-
Thomas Purcell authored
Throw error if no new features were generated during a rung
-
Thomas Purcell authored
the max time is not actually limiting time, must rethink strategy
-
- Sep 05, 2020
-
-
Thomas Purcell authored
Adjsut how Boost/Shark interact with each other Explicity set library directory to lib not lib64
-
Thomas Purcell authored
-
Thomas Purcell authored
-
Thomas Purcell authored
Compiles but not tested
-
- Sep 04, 2020
-
-
Thomas Purcell authored
-