Skip to content

Feat/bayesian ridge #190

Feat/bayesian ridge

Feat/bayesian ridge #190

Triggered via pull request April 5, 2024 16:46
Status Failure
Total duration 1m 35s
Artifacts

ci.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
main (1.15.6, 26.1, true)
Process completed with exit code 1.
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L112
test n_features > n_samples (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L38
test Other linear methods struggle with inversion of x's outer product (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L19
test ridge vs bayesian ridge: parameters (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L28
test ridge vs bayesian ridge: weights (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L47
test compute scores (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L100
test constant inputs: variance (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L96
test constant inputs: prediction (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L9
test toy bayesian ridge (Scholar.Linear.BayesianRidgeRegressionTest)
main (1.14.5, 25.3)
Process completed with exit code 2.
main (1.15.6, 26.1, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (1.15.6, 26.1, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
main (1.14.5, 25.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main (1.14.5, 25.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
main (1.14.5, 25.3): lib/scholar/linear/bayesian_ridge_regression.ex#L128
variable "k" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (1.14.5, 25.3): lib/scholar/linear/bayesian_ridge_regression.ex#L238
variable "n_features" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (1.14.5, 25.3): lib/scholar/linear/bayesian_ridge_regression.ex#L237
variable "n_samples" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (1.14.5, 25.3): lib/scholar/linear/bayesian_ridge_regression.ex#L240
variable "u" is unused (if the variable is not meant to be used, prefix it with an underscore)
main (1.14.5, 25.3): lib/scholar/options.ex#L96
this clause for multi_weights/1 cannot match because a previous clause at line 86 always matches
main (1.14.5, 25.3): test/scholar/linear/bayesian_ridge_regression_test.exs#L106
variable "k" is unused (if the variable is not meant to be used, prefix it with an underscore)