Commit Graph
22756 Commits
Author SHA1 Message Date
Ryan Curtin c3fb2eb48f Merge pull request #2392 from kartikdutt18/RemoveSomeWarnings
Remove -Wreorder warning in  LARS.
2020-05-01 19:02:44 -04:00
kartikdutt18 3ccd9befa9 Remove warning in LARS 2020-05-01 16:57:26 +05:30
Marcus Edel 5322aaafdf Merge pull request #2390 from rcurtin/adaboost-doc-fix
Fix AdaBoost documentation example.
2020-04-30 21:14:36 +02:00
Ryan Curtin e6e70d9b0b Add new block to HISTORY.md for next version. 2020-04-29 17:36:40 -04:00
Ryan Curtin 6ad55698d7 Update version to next release version. 2020-04-29 17:36:40 -04:00
Ryan Curtin 44e1bebd15 Update version to 3.3.1. 2020-04-29 17:36:40 -04:00
Ryan Curtin 6422861fda Update with release date and version. 2020-04-29 17:36:22 -04:00
Ryan Curtin 4fadbce3df Add labels parameter to example. 2020-04-29 17:08:45 -04:00
Ryan Birmingham 0e10c6343a Merge pull request #2377 from himanshupathak21061998/add-tolower
Adding String lower case converter in util
2020-04-28 17:01:13 -04:00
Ryan Curtin 43e1c372e9 Merge pull request #2374 from kartikdutt18/LarsCopyConstructor
Add Copy, Move Constructors and Copy, Move Operators for LARS class.
2020-04-27 22:12:41 -04:00
kartikdutt18 b0fbeb6a8c Merge branch 'LarsCopyConstructor' of https://github.com/kartikdutt18/mlpack into LarsCopyConstructor 2020-04-27 12:51:57 +05:30
kartikdutt18 452ad102c6 Add comments and seperate code in blocks for readibility 2020-04-27 12:48:58 +05:30
kartikdutt18 55ceb9a5a4 Merge branch 'master' into LarsCopyConstructor 2020-04-26 11:51:27 +05:30
Ryan Birmingham 9672d5d153 Merge pull request #2376 from rcurtin/julia-serialize
Add native Julia serialization for mlpack models
2020-04-25 16:14:52 -04:00
kartikdutt18 a9ca0d4c0b Update History.md to resolve conflict 2020-04-24 20:56:58 +05:30
kartikdutt18 e03aafc4be Updated copy and move constructors to check if matGram points to internally held matrix, Updated History.md 2020-04-24 20:26:27 +05:30
kartikdutt18 74f662e1f0 fix clean up of move copy constructor
Move ampersand to the left to match the codebase
2020-04-24 20:25:54 +05:30
kartikdutt18 07cf3c5cd8 Added copy, move constructors and copy assignment operators
Fixed Line Length
2020-04-24 20:25:54 +05:30
Ryan Birmingham 1c25a1bda5 Merge pull request #2379 from rcurtin/linear_svm_julia
Add Julia binding for linear SVM.
2020-04-23 22:55:34 -04:00
himanshupathak21061998 ba1f7d227b Adding input output as parameter. 2020-04-23 15:54:35 +05:30
Ryan Curtin 0c7f4e733e Merge branch 'master' into julia-serialize 2020-04-22 07:45:00 -04:00
Ryan Curtin b83e6f56b5 Merge branch 'master' into julia-serialize 2020-04-22 07:44:38 -04:00
Ryan Curtin fe32799049 Clarify documentation. 2020-04-22 07:44:33 -04:00
Ryan CurtinandMarcus Edel 72a567715d Update src/mlpack/bindings/julia/print_model_type_import.hpp
Co-Authored-By: Marcus Edel <marcus.edel@fu-berlin.de>
2020-04-22 07:40:20 -04:00
Ryan Curtin 7654f7ea1e Remove Python 2.7 build from OS X. 2020-04-21 23:14:12 -04:00
Ryan Curtin c02a25852d Add Julia binding for linear SVM. 2020-04-21 17:30:20 -04:00
himanshupathak21061998 ee99a55951 Solving problem with inline string 2020-04-21 09:37:13 +05:30
himanshupathak21061998 e976a61026 Adding String lower case converter in util 2020-04-21 01:20:45 +05:30
Ryan Curtin 3068378653 Merge pull request #2373 from Yashwants19/Fix-Julia-Doc
Fix Julia documentation.
2020-04-20 15:26:20 -04:00
Ryan Curtin e540026047 Fully qualify AbstractSerializer now that we are importing Serialization. 2020-04-20 07:55:25 -04:00
Ryan Curtin d50b17889d Add Serialization as a dependency (it's in Base, so it should always be there). 2020-04-18 16:08:50 -04:00
Ryan Curtin 1401a22bea Fix CLITest. 2020-04-18 13:07:00 -04:00
Yashwant 54bf1741e9 Resolve some comments. 2020-04-18 21:53:37 +05:30
Yashwant Singh Parihar 803e2a8f61 Add some ignored options. 2020-04-18 21:27:21 +05:30
Yashwant Singh Parihar f18c84d7f3 Remove some extra options. 2020-04-18 21:27:21 +05:30
Yashwant 5477314a3e Fix Azure Pipeline 2020-04-18 21:27:21 +05:30
Ryan CurtinandNathan Daly 441771c804 Update src/mlpack/bindings/julia/CMakeLists.txt
Co-Authored-By: Nathan Daly <44379820+rai-nhdaly@users.noreply.github.com>
2020-04-18 11:37:26 -04:00
Ryan Curtin 8544aef7d7 Minor test fixes. 2020-04-17 20:34:21 -04:00
Ryan Curtin 2ba1f4b704 Fix type in dispatch. 2020-04-17 20:34:05 -04:00
Ryan Curtin 51adcca199 Oops, missing newline! 2020-04-17 20:03:34 -04:00
Ryan Curtin 43f77fdd15 Import Serialization package. 2020-04-17 19:36:46 -04:00
Ryan Curtin 9c86821cef Remove last stray Ptr. I think. 2020-04-17 18:44:38 -04:00
Ryan Curtin 969a2b6383 Do overloading of Boost.Serialization via CMake to prevent duplicates. 2020-04-17 18:22:56 -04:00
Ryan Curtin fc9d004f06 Remove Ptr from Julia model types. 2020-04-17 17:57:39 -04:00
Ryan Curtin ed6a7148d3 Another CMake fix attempt... 2020-04-17 17:50:58 -04:00
Ryan Curtin 0d49c67581 Add test for Base.Serialization. 2020-04-17 17:40:48 -04:00
Ryan Curtin b5430bdff9 Allow access via Base.Serialization. 2020-04-17 17:39:08 -04:00
Ryan Curtin 627cf8c654 Open/close file handles correctly. 2020-04-17 17:20:09 -04:00
Ryan Curtin 04e343bfee Hopefully fix CMake issues on newer CMake. 2020-04-17 17:18:06 -04:00
Ryan Curtin 62e258a28b Fix incorrect type name. 2020-04-17 17:15:25 -04:00