Ryan Curtin
6edd1104b5
Minor changes and fixes.
2024-01-13 12:39:36 -05:00
Ryan Curtin
3ee57fdeca
Add algorithm sections to index page.
2024-01-11 16:49:32 -05:00
Ryan Curtin
0d33cd46ff
Remove unused ConvolutionIntegral() and GradientForSquaredDistance() functions.
2024-01-11 12:55:44 -05:00
Ryan Curtin
c8cf815f8b
Document Gradient().
2024-01-11 12:48:02 -05:00
Ryan Curtin
bf5f0eaa96
Add first attempt at core documentation.
2024-01-11 11:28:30 -05:00
Ryan Curtin
6439a808c2
Add a citation documentation page.
2024-01-10 11:15:58 -05:00
Ryan Curtin
44191ef379
Some documentation on matrices and file formats.
2024-01-10 11:15:12 -05:00
Ryan Curtin
8a64e8157c
Add some citation information.
2024-01-03 11:53:25 -05:00
Ryan Curtin
bd428901c8
Add first pass at main documentation page.
2023-12-21 11:00:14 -05:00
Ryan Curtin
d678052e02
Merge pull request #3564 from rcurtin/logistic-regression-doc
...
Add documentation for `LogisticRegression` and `SoftmaxRegression`
2023-12-21 09:00:21 -05:00
Ryan Curtin
3090cf1869
Fix other places where we might incorrectly cast to double.
2023-12-19 15:51:40 -05:00
Omar Shrit
5e6d6f29ab
Merge pull request #3568 from shrit/float_dbscan
...
Change the centroids type to MatType instead of Mat<double>
2023-12-18 19:28:55 +01:00
Ryan Curtin
8aae01cd66
Merge pull request #3582 from rcurtin/fix-perceptron-test
...
Fix flaky `IncrementalTrainingTest`
2023-12-18 13:17:17 -05:00
Ryan Curtin
620c112e44
Merge pull request #3579 from rcurtin/python-includes-and-pkgconfig
...
Add include files and configured pkgconfig file to Python distribution
2023-12-18 13:16:58 -05:00
Ryan Curtin
24eeca4caf
Use safer types in arithmetic expressions.
2023-12-17 21:24:43 -05:00
Ryan Curtin
3100965f56
Fix comment accuracy.
2023-12-17 20:54:12 -05:00
Omar Shrit and Ryan Curtin
22aa9ced3f
Update src/mlpack/methods/dbscan/dbscan_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2023-12-17 15:14:51 +01:00
Omar Shrit and Ryan Curtin
7b8008706a
Update src/mlpack/methods/dbscan/dbscan_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2023-12-17 15:14:36 +01:00
Ryan Curtin
e536030847
Make IncrementalTrainingTest more robust by making the problem harder.
2023-12-16 22:30:07 +00:00
Ryan Curtin
03c0c6a382
Merge pull request #3570 from rcurtin/remove-old-round
...
Remove no-longer-needed round() implementation for MSVC
2023-12-16 17:27:28 -05:00
Omar Shrit
dc5ccf4e23
Apply @rcurtin comments
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-16 22:18:10 +01:00
Ryan Curtin
79b2459c94
Add include files and configured pkgconfig file to Python distribution.
2023-12-15 23:08:27 -05:00
Ryan Curtin
2f5cd5844f
Merge pull request #3575 from rcurtin/multihead-attention-fix-doc
...
Fix documentation for `MultiheadAttention`
2023-12-15 14:58:03 -05:00
Omar Shrit
a27ae5074b
Initialize the zero
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-15 02:27:59 +01:00
Omar Shrit
260f567db4
Finally, compiling
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-14 23:07:20 +01:00
Omar Shrit
9b530e6862
So far so good, need to modify a bit DBSCAN and we are good
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-14 22:14:49 +01:00
Omar Shrit
bfd6b4db8d
Merge branch 'master' into float_dbscan
2023-12-13 18:16:49 +01:00
Omar Shrit
bbeb2c951b
Merge pull request #3567 from shrit/float_knn
...
Change the template type from arma::mat to MatType in NS
2023-12-13 18:13:04 +01:00
Ryan Curtin
225b35726d
Fix documentation.
2023-12-12 13:58:30 -05:00
Ryan Curtin
665d3457cc
Don't use deprecated functions.
2023-12-12 09:49:51 -05:00
Omar Shrit
8846579107
Fix arma::vec to arma::Col<ElemType>
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-11 23:24:29 +01:00
Omar Shrit
63e512ef2e
Fix the declarations for the knn float
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-11 22:36:26 +01:00
Ryan Curtin
59de5bbf21
Take a guess that might fix the build issue.
2023-12-11 11:42:33 -05:00
Ryan Curtin
2954c54e3a
Use placeholder callback that has been in ensmallen since older versions.
2023-12-08 17:18:03 -05:00
Ryan Curtin
b97df54399
Adapt for older Armadillo versions.
2023-12-08 11:53:19 -05:00
Omar Shrit
2f3fde220b
Add a float tests, fix the distances in the rules search
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-07 19:57:19 +01:00
Ryan Curtin
246a90554a
Update HISTORY.md.
2023-12-04 16:29:49 -05:00
Ryan Curtin
d22c213c24
Remove no-longer-needed round() implementation for MSVC.
2023-12-04 16:26:48 -05:00
Ryan Curtin
3a1b032e60
Merge pull request #3554 from rabbabansh/master
...
feat: add accuracy measure for mlpack_logistic_regression
2023-12-04 11:23:05 -05:00
Omar Shrit
a3dcfc70ab
Let us hope that this will pass for sparse matrices
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-03 21:10:16 +01:00
Omar Shrit
f7d1dd78a4
Change the double distance vector to the ElemType
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-03 20:41:22 +01:00
Omar Shrit
7ec132ca5e
Change the centroids type to MatType instead of Mat<double>
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-03 16:16:13 +01:00
Omar Shrit
b70e42cd38
Change the template type from arma::mat to MatType in NS
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2023-12-03 15:42:27 +01:00
Ansh Babbar
afd6d88d2d
Update HISTORY.md
...
At the time of the beginning of this issue, this was a part of the previous release but it didn't get merged in time to be a part of that release ahah.
Fixed it!
2023-12-01 04:53:35 +05:30
Ryan Curtin
65abfb5c60
Merge pull request #3560 from rcurtin/adaboost-doc
...
Documentation for `AdaBoost` and `Perceptron`
2023-11-30 12:56:15 -05:00
Ansh Babbar
a4c28e79ca
Merge branch 'mlpack:master' into master
2023-11-30 08:34:35 +05:30
James J Balamuta
bf70ccc6ca
Merge pull request #3350 from rcurtin/rf-doc
...
Markdown documentation for `DecisionTree`, `DecisionTreeRegressor`, and `RandomForest`
2023-11-29 13:29:13 -07:00
Ryan Curtin
7edaee6de4
Fix parameter documentation for DecisionTreeRegressor.
2023-11-29 09:57:09 -05:00
Ansh Babbar
c1d1826863
fix test
2023-11-29 09:52:19 +05:30
Ansh Babbar
48456f2ca3
fix test
2023-11-29 02:26:37 +05:30