Ridge regressor: switch to numpower #1564
Annotations
10 errors and 1 warning
Static Analysis:
src/NeuralNet/FeedForward.php#L30
Class Rubix\ML\NeuralNet\FeedForward implements class Rubix\ML\NeuralNet\Network.
|
Static Analysis:
src/Regressors/Ridge.php#L64
Property Rubix\ML\Regressors\Ridge::$coefficientsNd has unknown class NDArray as its type.
|
Static Analysis:
src/Regressors/Ridge.php#L167
Call to static method array() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L176
Call to static method array() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L178
Call to static method array() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L179
Call to static method transpose() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L181
Call to static method matmul() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L182
Call to static method add() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L183
Call to static method inv() on an unknown class NDArray.
|
Static Analysis:
src/Regressors/Ridge.php#L184
Call to static method dot() on an unknown class NDArray.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading