Aakash Kaushik
b1aa4a907d
package name upgrade python2 to python3
2020-09-15 01:26:20 +05:30
Ryan Curtin
7ae9ddda86
Update version to 3.4.1.
2020-09-07 11:52:36 -04:00
Ryan Curtin
3efae284a5
Update version to 3.4.0.
2020-09-01 17:11:15 -04:00
Yashwant
8126a57cef
Update Maintainer in DESCRIPTION file.
2020-08-27 07:15:16 +05:30
Yashwant
eaccc4e9d3
Merge remote-tracking branch 'mlpack/master' into R-bindings
2020-08-20 11:04:12 +05:30
Yashwant
a60f75a425
Collect of macros into a single 'struct'.
2020-08-12 13:26:40 +05:30
Yashwant
db1de6c688
Merge branch 'Refactor-Documentation' of https://github.com/Yashwants19/mlpack into Refactor-Documentation
2020-08-12 09:27:52 +05:30
Yashwant Singh Parihar and Ryan Curtin
4e04bb13d2
Apply suggestions from code review
...
Thanks for the suggestion @rcurtin.
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-08-12 09:03:34 +05:30
Yashwant
57cc548a53
Regex replace "BINDING_PNAME" with "BINDING_NAME".
2020-08-11 09:14:09 +05:30
Yashwant
f0945a8500
Initial Commit.
2020-08-09 13:17:09 +05:30
Yashwant
12a65de6fc
Fix style issue.
2020-08-07 20:46:23 +05:30
Yashwant
03e5788589
Resolve Comments.
2020-08-07 12:57:37 +05:30
5ca60a1aaa
Apply suggestions from code review
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com >
2020-08-07 12:57:37 +05:30
Yashwant
6b205faab0
Add proper website.
2020-08-07 12:57:37 +05:30
Yashwant Singh Parihar and James J Balamuta
00743d05fa
Update doc/guide/r_quickstart.hpp
...
Co-authored-by: James J Balamuta <coatless@users.noreply.github.com >
2020-08-07 12:57:37 +05:30
Yashwant
dcf7e9c302
Initial commit.
2020-08-07 12:57:37 +05:30
Ryan Curtin
b73a220a91
Fix sample point to be column-major.
2020-07-26 11:29:09 -04:00
Yashwant
76627bd415
Fix Bad Regex.
2020-07-19 20:14:36 +05:30
Omar Shrit
f9f1fd21b1
Merge branch 'cli11' of https://github.com/shrit/mlpack into cli11
2020-07-14 11:43:00 +02:00
Omar Shrit
f8e375cc04
Remove libboost-program-options-dev installing command
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-14 11:38:48 +02:00
shrit and Yashwant Singh Parihar
bfac57a8d1
Fix old discovered typo when bringing back serialization
...
Co-authored-by: Yashwant Singh Parihar <Yashwantsingh.sngh@gmail.com >
2020-07-14 11:26:50 +02:00
Omar Shrit
610d1dc9bc
Bring back boost program options dependency for windows build
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-14 11:18:35 +02:00
shrit and Ryan Curtin
b390cf75ce
Fix bad regexp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-07-14 10:58:03 +02:00
shrit and Ryan Curtin
97b9fe6fa1
Fix bad regexp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-07-14 10:57:31 +02:00
shrit and Ryan Curtin
64e3ae8be5
Fix bad regexp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-07-14 10:56:58 +02:00
shrit and Ryan Curtin
bca1c8de47
Fix bad regexp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-07-14 10:56:33 +02:00
Omar Shrit
ea2feb0e82
Merge branch 'cli11' of https://github.com/shrit/mlpack into cli11
2020-07-13 13:50:23 +02:00
Omar Shrit
0cbd33fd43
Remove boost program option from the doc directory
...
Following the transition from boost program option to CLI11
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-13 13:49:15 +02:00
shrit and Yashwant Singh Parihar
6448cd11f0
Correct wrong regexp
...
Co-authored-by: Yashwant Singh Parihar <Yashwantsingh.sngh@gmail.com >
2020-07-13 13:39:03 +02:00
shrit and Roberto Hueso
32d6e42db8
Fix regexp minor change error
...
Co-authored-by: Roberto Hueso <robertohueso96@gmail.com >
2020-07-09 20:15:57 +02:00
Omar Shrit
8e3e0e09f1
Change from CLI -> IO in the doc/ directory
...
This change is related to the transition from boost serialization
to CLI11
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-07-09 15:08:31 +02:00
Ryan Curtin
a3e2ad0133
Merge pull request #2460 from Yashwants19/imporve-go-modules
...
🚀 Add Go bindings for some missed models.
2020-06-22 20:03:29 -04:00
azev77
0b2ec84fcb
Update julia_quickstart.hpp
...
A few typos
2020-06-20 21:16:55 -04:00
Yashwant
e793bed4ae
Resolve some comments.
2020-06-20 10:38:23 +05:30
Ryan Curtin
990bde20f1
Update version to 3.2.2.
2020-06-18 14:55:27 -04:00
Ryan Curtin
84cd94d362
Update version to 3.3.2.
2020-06-18 14:19:23 -04:00
Yashwant
03f6fc829f
Enable go-shared libraries when go-bindings is off.
2020-06-14 10:17:44 +05:30
Yashwant
136f176d1d
Apply suggestions by @rcurtin.
2020-06-14 10:17:44 +05:30
Yashwant Singh Parihar and Ryan Curtin
33da5366e8
Update doc/guide/go_quickstart.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2020-06-14 10:17:05 +05:30
Yashwant
86d7e47392
Remove some unwanted imports.
2020-06-14 10:15:35 +05:30
Yashwant
93f358b5bb
Improving docs Thanks too @rcurtin.
2020-06-14 10:15:35 +05:30
Yashwant
4464ba0be9
Add ultility function for loading and saving compatible(Gonum) csv.
2020-06-14 10:15:35 +05:30
Yashwant
694d460748
Some cmake improvement.
2020-06-14 10:15:35 +05:30
Yashwant
28a7297e4c
Resolve Some Comments.
2020-06-14 10:15:35 +05:30
Benson Muite and Ryan Birmingham
db5f6478dc
Add julia_quickstart refs ( #2426 )
...
* Update cli_quickstart.hpp
Add link to Julia page
* Update python_quickstart.hpp
Add link to Julia quickstart
* Update COPYRIGHT.txt
* Update doc/guide/cli_quickstart.hpp
Co-authored-by: Ryan Birmingham <birm@rbirm.us >
* Update doc/guide/python_quickstart.hpp
Co-authored-by: Ryan Birmingham <birm@rbirm.us >
Co-authored-by: Ryan Birmingham <birm@rbirm.us >
2020-05-26 13:13:54 -04:00
Ryan Curtin
6e198361c6
Julia return values don't come back as a Dict.
2020-05-23 16:21:56 -04:00
Ryan Birmingham
0679529f91
ens ref to c
2020-05-13 11:06:20 -04:00
Ryan Birmingham
1565765363
doc fixes
2020-05-11 05:13:15 -04:00
Ryan Birmingham
b5515bfa62
command and ref cleanup
2020-05-11 01:01:38 -04:00
Ryan Curtin
44e1bebd15
Update version to 3.3.1.
2020-04-29 17:36:40 -04:00