Nn descent #136
Annotations
1 error and 14 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, erlef/setup-beam@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
|
|
|
lib/scholar/neighbors/nn_descent.ex#L100
defp initialize_graph/2 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L140
variable "random_indices" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
lib/scholar/neighbors/nn_descent.ex#L191
defp add_zero_nodes/1 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L225
defp update_by_leaves/3 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L311
defp sample_candidate/4 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L398
defp generate_graph_updates/4 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L536
defp apply_updates/4 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L557
defp nn_descent/4 is private, @doc attribute is always discarded for private functions/macros/types
|
lib/scholar/neighbors/nn_descent.ex#L608
defp get_leaves_from_forest/1 is private, @doc attribute is always discarded for private functions/macros/types
|
The logs for this run have expired and are no longer available.
Loading