-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use local installations for benchmarking #53
Merged
+184
−277
Merged
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
e57aded
Add documentation for 'make setup'.
rcurtin 78f3827
Merge branch 'master' of https://github.com/rcurtin/benchmarks
rcurtin 6babc81
Merge remote-tracking branch 'upstream/master'
rcurtin 6a1e7cc
Use local installations of packages.
rcurtin 3915c27
Update mlpack location.
rcurtin 59c2926
Fix config file. (Should these datasets have been removed?)
rcurtin 220c405
For MATLAB we should check that it's on the PATH.
rcurtin 8ea39f8
Install debug version also.
rcurtin b80d084
Install Python packages to appropriate directory.
rcurtin bb40ca3
Update Weka location.
rcurtin 35433ac
Merge remote-tracking branch 'upstream/master'
rcurtin c6191f8
Fix path of Python install.
rcurtin a1d80e0
Fix install path and get around setuptools warning.
rcurtin 85b0e57
Fix naming conflicts and force names to <library>.tar.gz.
rcurtin bff5a55
Preserve existing PYTHONPATH.
rcurtin 0334f96
Better handling of JAVAPATH with Weka jar.
rcurtin f67b78f
Use -fPIC for compilation.
rcurtin 59d05de
Remove HLearn install and configuration; doesn't work with ghc 8.
rcurtin 86d9ab3
Work around 2.2.0 and 2.2.1 bug.
rcurtin 9b7b7b9
Fix line wrap.
rcurtin 8c6cde9
Don't change directory when loading module.
rcurtin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what your plans are, but I think we have to set the
MATLABPATH
environment variable to add the methods/matlab folder to the MATLAB search path.