Commit Graph
29241 Commits
Author SHA1 Message Date
Arun 4dfbc142a8 Use GITHUB_OUTPUT envvar instead of set-output command as the latter is deprecated 2023-12-26 22:17:16 -08:00
Ryan Curtin 45ccc83a75 Merge pull request #3572 from rcurtin/hoeffding_trees_doc
Document `HoeffdingTree`
2023-12-23 12:14:35 -05:00
Ryan Curtin 385a4f2d28 Merge remote-tracking branch 'origin/master' into hoeffding_trees_doc 2023-12-22 15:07:42 -05:00
Ryan Curtin 183b3ac916 Merge pull request #3577 from rcurtin/linear_svm_doc
Document `LinearSVM`
2023-12-22 15:07:02 -05:00
Ryan Curtin 15c5eb2a5e Merge pull request #3587 from rcurtin/pytest-file-fixes
Fix python test duplicate filename error
2023-12-22 15:06:46 -05:00
Ryan Curtin ad563f9acb Merge remote-tracking branch 'origin/master' into linear_svm_doc 2023-12-22 09:46:25 -05:00
Ryan Curtin f743369105 Merge pull request #3578 from rcurtin/bayesian_linear_regression_doc
Document `BayesianLinearRegression`
2023-12-22 09:45:30 -05:00
Ryan Curtin 192830f5a3 Merge remote-tracking branch 'origin/master' into bayesian_linear_regression_doc 2023-12-21 09:01:56 -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 fff4c87e79 Fix python test duplicate filename error. 2023-12-21 08:56:11 -05:00
Ryan Curtin 2a12d4a461 Avoid unintentional casts to double. 2023-12-19 21:28:32 +00:00
Ryan Curtin 0696cf15c3 Avoid unintentional casting. 2023-12-19 21:25:07 +00:00
Ryan Curtin 621ade2616 Fix return type of optimizer call. 2023-12-19 21:11:45 +00:00
Ryan Curtin b74b8bc476 Detail fitness functions a little more. 2023-12-19 21:06:41 +00: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 ShritandRyan 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 ShritandRyan 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
Ryan Curtin 36da8c07a3 Minor cleanup. 2023-12-15 09:47:56 -05:00
Ryan Curtin 926aea6323 Fix problematic examples; remove bits about sparse support. 2023-12-15 09:39:51 -05:00
Ryan Curtin c7eea92d6c Bump serialization version. 2023-12-15 09:38:47 -05:00
Ryan Curtin 91e630aa32 Add template parameter for matrix type to BayesianLinearRegression. 2023-12-15 09:10:49 -05:00
Omar Shrit a27ae5074b Initialize the zero
Signed-off-by: Omar Shrit <omar@avontech.fr>
2023-12-15 02:27:59 +01:00
Ryan Curtin 79864e142e Add functions to match documentation. 2023-12-14 17:40:19 -05:00
Ryan Curtin e4153c6c13 Bump serialization version of LinearSVM. 2023-12-14 17:09:23 -05: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
Ryan Curtin 9c0ec1d399 Add first attempt at Bayesian linear regression documentation. 2023-12-14 15:58:34 -05:00
Ryan Curtin 4b75c5ad1f Fix minor problems found with rendered documentation. 2023-12-14 14:11:59 -05:00
Ryan Curtin c357506fdd Fix minor bugs in examples. 2023-12-14 14:06:06 -05:00
Ryan Curtin f255930ba4 Test new overloads of Train() and constructor; adapt for sparse tests; fix some bugs with SGD-type optimizers. 2023-12-14 13:52:20 -05:00
Ryan Curtin 5afa57f4e1 Adapt functions to match new interfaces that are documented. 2023-12-14 10:36:05 -05:00
Ryan Curtin c09c3fec4e Fix bug in IsEnsCallbacks: detect references correctly too. 2023-12-14 10:35:23 -05:00
Ryan Curtin f3cc2328d1 Fix some minor issues with constructors. 2023-12-14 10:34:58 -05:00
Ryan Curtin 0ce1000d75 Add detectors for ensmallen optimizers and callbacks. 2023-12-14 09:12:45 -05: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
Ryan Curtin d4c335e7b3 Add first pass of linear SVM documentation. 2023-12-11 17:18:35 -05:00