An open API service providing commit metadata for open source projects.

gitlab.com / sissopp_developers/sissopp / commits

C++ implementation of sisso.

SHA Message Author Date Stats
43b99110 merge Merge branch 'Joe-Temp' into 'master' Thomas Purcell <p****t@a****u> 9 months ago
e5e42b76 Fix errors from third-party pipeline Tom Purcell <p****t@a****u> 9 months ago
c50940f4 remove stray test python files Tom Purcell <p****t@a****u> 9 months ago
092ba965 remove pyc file Tom Purcell <p****t@a****u> 9 months ago
194d8641 Update tests to pass Tom Purcell <p****t@a****u> 9 months ago
52250b63 Add sklearn comparision tests Tom Purcell <p****t@a****u> 9 months ago
3ee384fa Add integration test for clustering metrics Tom Purcell <p****t@a****u> 9 months ago
6f5fdde1 In cases were SVM has 0 coeffs (perfectly overlapping classes) just add 1e15 Tom Purcell <p****t@a****u> 9 months ago
1890d5ac update how operator() is working with clustering Tom Purcell <p****t@a****u> 9 months ago
251e417d Updats for project_loss with all clustering algorithms Tom Purcell <p****t@a****u> 9 months ago
d68a9f7a Fix output error Tom Purcell <p****t@a****u> 9 months ago
2ebabba7 Hotfixes to clustering Joe Grimes <j****7@D****.> 9 months ago
6fd97c95 Standardize output Tom Purcell <p****t@a****u> 9 months ago
4d27d20f merge Merge branch 'Joe-Temp' of gitlab.com:sissopp_developers/sissopp into Joe-Temp Tom Purcell <p****t@a****u> 9 months ago
bb2e620c Fixing SVM train for loss functions Joe Grimes <j****7@D****.> 9 months ago
1c16c327 Readd shell scripts Tom Purcell <p****t@a****u> 9 months ago
03fd4437 merge Merge branch 'clang_format_joe_temp_updates' into 'Joe-Temp' Thomas Purcell <p****t@a****u> 9 months ago
37e89603 Clang Format of Joe-Temp Thomas Purcell <p****t@a****u> 9 months ago
ca7e6892 merge Merge branch 'Masking' into 'Joe-Temp' Thomas Purcell <p****t@a****u> 9 months ago
caf06c46 Adding more output for modelclassifier error, Harabasz output maximized Josiah Grimes <j****7@a****u> 9 months ago
de8bad08 Adding error vector population for clustering loss functions Josiah Grimes <j****7@a****u> 9 months ago
89636a46 Hotfix to pipeline Joe Grimes <j****7@D****.> 9 months ago
90cd4b5d Making error stream dynamic with train or test loss, and fixing main output f... Joe Grimes <j****7@D****.> 9 months ago
435d4d6b Making classification more dynamic for loss functions Joe Grimes <j****7@D****.> 9 months ago
fafd8a11 merge Merge branch 'bug_fix' into 'master' Andrey Sobolev <a****v@g****m> 9 months ago
f1a9d624 Added missing import Andrey Sobolev <a****v@g****m> 9 months ago
12184126 Work on executables for new loss functions Josiah Grimes <j****7@a****u> 9 months ago
a0c1dab5 Splitting masks Joe Grimes <j****7@D****.> 10 months ago
0c3b96c0 WError hotfix Joe Grimes <j****7@D****.> 10 months ago
1ae64fb4 Test loss for calinski harabasz Joe Grimes <j****7@D****.> 10 months ago
ce0fbd2f Test Loss for sil score and davies bouldin Josiah Grimes <j****7@a****u> 10 months ago
c239dd15 Small optimization fixes, still need to implement test_loss Joe Grimes <j****7@D****.> 10 months ago
70e5aa9a New loss functions working with main pipeline Josiah Grimes <j****7@a****u> 10 months ago
8d1ad112 More merge request edits Joe Grimes <j****7@D****.> 10 months ago
516a8024 Masking merge request updates Joe Grimes <j****7@D****.> 10 months ago
34405ecc Making clustering sample contiguous Josiah Grimes <j****7@a****u> 10 months ago
69dd6129 Documentation updates for clustering classes Joe Grimes <j****7@D****.> 10 months ago
5c6146ed merge Merge branch 'Joe-Temp' into 'Masking' Joe Grimes <j****7@a****u> 10 months ago
089c7d9b Another WError hotfix Joe Grimes <j****7@D****.> 10 months ago
30ca98ee Bitmask fully functional and matching sklearn for clustering Josiah Grimes <j****7@a****u> 10 months ago
5d10d792 Checkpoint before switching to masking Josiah Grimes <j****7@a****u> 10 months ago
42795fe7 More MacOS fixes Tom Purcell <p****t@a****u> 10 months ago
5180b6c4 Constructor chaining fix for LFC Joe Grimes <j****7@D****.> 10 months ago
1b2fd5ce Edit CMakeLists.txt to address macOS issue Thomas Purcell <p****t@a****u> 11 months ago
fe9cc5a9 Refactoring Sil Score, Davies, and Calinski under LFCLustering Josiah Grimes <j****7@a****u> 11 months ago
73653ad9 Addition of testing for CH for inds and multi class feats Josiah Grimes <j****7@a****u> 11 months ago
29b5e42f merge Merge branch 'compilation-macos' into 'master' Thomas Purcell <p****t@a****u> 11 months ago
bd2c79da Calinski Impl, matching feats call to sklearn Joe Grimes <j****7@D****.> 11 months ago
8ba14509 Fixing Werror on unused variables when prepping DB tests Joe Grimes <j****7@D****.> 11 months ago
32570ce7 Davie Bouldin implemented, matches sklearn well. Still needs to be ripped int... Joe Grimes <j****7@D****.> 11 months ago
c8d39701 Switch precision for test Joe Grimes <j****7@D****.> 11 months ago
f468951d Fix rpath handling for MacOS Konstantin Lion <l****n@f****e> 11 months ago
1c38789e Add back hardcoded rpaths but include check for MacOS to change dash Konstantin Lion <l****n@f****e> 11 months ago
a90119ab First look for system Kokkos before deciding to compile from scratch Konstantin Lion <l****n@f****e> 11 months ago
ecc98fff Enable clang compilation in cpp file Konstantin Lion <l****n@f****e> 11 months ago
1581d57c Remove hardcoded lib extensions. Use find_library to find them automatically Konstantin Lion <l****n@f****e> 11 months ago
a3edb6ad Adjust rpath handling to enable MacOS compilation Konstantin Lion <l****n@f****e> 11 months ago
4c616241 Skeleton for Davies Bouldin Josiah Grimes <j****7@a****u> 11 months ago
99a8819f Fixing small error margin between c and py, had to normalize python inputs Josiah Grimes <j****7@a****u> 11 months ago
595c545a Updated python script, multi class testing for sil scoring Josiah Grimes <j****7@a****u> 11 months ago
432d31ab Optimizations Josiah Grimes <j****7@a****u> 11 months ago
84f6c6b8 implemented dcopy, flattening of workspace vec, removal of clear calls Joe Grimes <j****7@D****.> 11 months ago
fd1b6abe Seg Faulting Josiah Grimes <j****7@a****u> 11 months ago
b8a98761 Pushing from remote for local work in office Joe Grimes <j****7@D****.> 11 months ago
21d8fbc4 Work on merge request optimizations Josiah Grimes <j****7@a****u> 12 months ago
bb25163d Virtual override impl hotfix from base class Joe Grimes <j****7@D****.> 12 months ago
fec35db6 Sil score functional, working against normalized sklearn Joe Grimes <j****7@D****.> 12 months ago
3728445f Very close but still minor bug in scoring Josiah Grimes <j****7@a****u> 12 months ago
27d9ce37 Correctly storing column values across features as well as row averages neede... Joe Grimes <j****7@D****.> 12 months ago
b719c95c Much better results for sil scoring, still off by small margin against scikit Josiah Grimes <j****7@a****u> 12 months ago
0ae73fca Tinkering with clustering Joe Grimes <j****7@D****.> 12 months ago
33873966 Remove debug line Josiah Grimes <j****7@a****u> about 1 year ago
fd397f73 Edits to silhouette scoring, still have inconsistencies with sklearn Josiah Grimes <j****7@a****u> about 1 year ago
0899cccb Removed src/pybind11 Joe Grimes <j****7@D****.> about 1 year ago
9f7c19fe Removal of SVM predictions inside sil score, more dynamic inputs Joe Grimes <j****7@D****.> about 1 year ago
87a22c47 Remove more install files that should not be on the repo Tom Purcell <p****t@a****u> about 1 year ago
45f164f5 Remove unecessary include directory Tom Purcell <p****t@a****u> about 1 year ago
070c0c41 Silhouette score work Josiah Grimes <j****7@a****u> about 1 year ago
6cdc074a manual determination for ss Josiah Grimes <t****s@g****m> about 1 year ago
c68a0c7b Work on the silhouette score, started testing Josiah Grimes <j****7@a****u> about 1 year ago
e980d07b Silhouette Score Skeleton Josiah Grimes <t****s@g****m> about 1 year ago
381a8bd8 Silhouette Score skeleton Joe Grimes <j****7@D****.> about 1 year ago
261de0b9 More cleaning, generalizing msle and test_msle with bindings, editing gitignore Josiah Grimes <j****7@a****u> about 1 year ago
19322be6 Removing bin dir Josiah Grimes <j****7@a****u> about 1 year ago
6a459a88 Cleaning Josiah Grimes <j****7@a****u> about 1 year ago
b53e2fe3 third party line endings dos2unix Josiah Grimes <j****7@a****u> about 1 year ago
749fb89b New Attempt, worked in Docker Image Josiah Grimes <t****s@g****m> about 1 year ago
aca7752a permission issue Joe Grimes <j****7@D****.> about 1 year ago
c66d3b57 Updates Josiah Grimes <t****s@g****m> about 1 year ago
1966e5f1 Still have errors with type assignment Josiah Grimes <j****7@a****u> about 1 year ago
3011992b Work on enum refactoring Josiah Grimes <t****s@g****m> about 1 year ago
dd5b66bf Hot Fixes Josiah Grimes <t****s@g****m> about 1 year ago
f63bc808 The build_third_party script needs execution permissions Tom Purcell <p****t@a****u> about 1 year ago
5a16f65e Adding files that were accidentally gitignored Josiah Grimes <t****s@g****m> about 1 year ago
cfd5955c Fixed python test suite Josiah Grimes <t****s@g****m> about 1 year ago
57c5d9b7 Misc Josiah Grimes <t****s@g****m> about 1 year ago
3c6c058c Fixing modellogregressor tests Josiah Grimes <t****s@g****m> about 1 year ago
494edc96 More test work Josiah Grimes <t****s@g****m> about 1 year ago
3691e0c8 Late fix to ModelRegressor python test Josiah Grimes <t****s@g****m> about 1 year ago
8d505e23 Pickle Pain Josiah Grimes <t****s@g****m> about 1 year ago

← Back to repository