feat: CART trees with improved TAO #156
Annotations
6 errors and 24 warnings
|
GHC 9.8.4
Process completed with exit code 1.
|
|
GHC 9.8.4
In the import of ‘Data.Text.Array’:
|
|
GHC 9.10.3
Process completed with exit code 1.
|
|
GHC 9.10.3
In the import of ‘Data.Text.Array’:
|
|
GHC 9.12.2
Process completed with exit code 1.
|
|
GHC 9.12.2
In the import of ‘Data.Text.Array’:
|
|
GHC 9.8.4
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
GHC 9.10.3
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
GHC 9.12.2
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
GHC 9.6.7
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
GHC 9.6.7:
tests/Main.hs#L25
The qualified import of ‘DataFrame.Internal.Column’ is redundant
|
|
GHC 9.6.7:
tests/Main.hs#L10
The qualified import of ‘Data.Vector’ is redundant
|
|
GHC 9.6.7:
tests/Main.hs#L7
The import of ‘Data.Function’ is redundant
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L1086
Pattern match(es) are non-exhaustive
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L1033
Pattern match(es) are non-exhaustive
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L1016
Pattern match(es) are non-exhaustive
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L996
Pattern match(es) are non-exhaustive
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L970
Pattern match(es) are non-exhaustive
|
|
GHC 9.6.7:
tests/DecisionTree.hs#L856
This binding for ‘as’ shadows the existing binding
|
|
GHC 9.6.7:
tests/Cart.hs#L54
This binding for ‘path’ shadows the existing binding
|
|
GHC 9.6.7
• Fields of ‘TreeConfig’ not initialised:
|
|
GHC 9.6.7
Pattern match is redundant
|
|
GHC 9.6.7
Pattern match is redundant
|
|
GHC 9.6.7
Pattern match is redundant
|
|
GHC 9.6.7
Pattern match is redundant
|
|
GHC 9.6.7
Defined but not used: ‘nFull’
|
|
GHC 9.6.7
The import of ‘nubBy’ from module ‘Data.List’ is redundant
|
|
GHC 9.6.7
The import of ‘runST’ from module ‘Control.Monad.ST’ is redundant
|
|
GHC 9.6.7
The import of ‘DataFrame.Internal.Statistics’ is redundant
|
|
GHC 9.6.7
The import of ‘BinUDF(binaryName)’
|