Random Projection Forest #65
Annotations
4 errors and 6 warnings
main (1.14.5, 25.3):
lib/scholar/neighbors/random_projection_forest.ex#L341
** (CompileError) lib/scholar/neighbors/random_projection_forest.ex:341: undefined function compute_start_indices/2 (there is no such import)
|
main (1.14.5, 25.3)
Process completed with exit code 1.
|
main (1.15.6, 26.1, true):
lib/scholar/neighbors/random_projection_forest.ex#L341
** (CompileError) lib/scholar/neighbors/random_projection_forest.ex:341: undefined function compute_start_indices/2 (there is no such import)
|
main (1.15.6, 26.1, true)
Process completed with exit code 1.
|
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/neighbors/random_projection_forest.ex#L349
variable "cell_indices" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
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.15.6, 26.1, true)
Nx.Defn.Expr.random_normal/4 is undefined or private
|
main (1.15.6, 26.1, true)
Nx.Defn.Expr.random_uniform/4 is undefined or private
|
main (1.15.6, 26.1, true):
lib/scholar/neighbors/random_projection_forest.ex#L349
variable "cell_indices" is unused (if the variable is not meant to be used, prefix it with an underscore)
|