-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated implementation to not be build based on Morpheus. Added gener…
…ic functors with a predifined interface so that users can perform tuning not only to Sparse Matrices
- Loading branch information
Showing
44 changed files
with
1,066 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
morpheusoracle_include_directories(${CMAKE_CURRENT_BINARY_DIR}) | ||
morpheusoracle_include_directories(${CMAKE_CURRENT_SOURCE_DIR}) | ||
|
||
|
||
find_package(Morpheus REQUIRED) | ||
message(STATUS "Found Morpheus at ${Morpheus_DIR}") | ||
|
||
add_subdirectory(run-first-tuner) | ||
add_subdirectory(decision-tree-tuner) | ||
add_subdirectory(random-forest-tuner) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Sizes (NFeatures, Nclasses, NodeCount, MaxDepth) | ||
10 3 13 5 | ||
# Classes | ||
0 1 3 | ||
# Feature Names Sizes | ||
5 5 4 7 7 10 10 10 6 10 | ||
# Feature Names | ||
Nrows Ncols Nnnz AvgNnnz Density MaxRowNnnz MinRowNnnz StdRowNnnz NDiags NTrueDiags | ||
# Left | ||
1 2 3 4 -1 -1 7 -1 9 -1 -1 -1 -1 | ||
# Right | ||
12 11 6 5 -1 -1 8 -1 10 -1 -1 -1 -1 | ||
# Threshold | ||
44.85799980163574 13.5 22.0 0.004978629993274808 -2.0 -2.0 0.0034212350146844983 -2.0 0.003925944911316037 -2.0 -2.0 -2.0 -2.0 | ||
# Feature | ||
7 6 5 4 -2 -2 4 -2 4 -2 -2 -2 -2 | ||
# Values | ||
3.0 53.0 3.0 | ||
1.0 53.0 3.0 | ||
1.0 53.0 2.0 | ||
0.0 2.0 1.0 | ||
0.0 0.0 1.0 | ||
0.0 2.0 0.0 | ||
1.0 51.0 1.0 | ||
0.0 18.0 0.0 | ||
1.0 33.0 1.0 | ||
1.0 31.0 1.0 | ||
0.0 2.0 0.0 | ||
0.0 0.0 1.0 | ||
2.0 0.0 0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.