Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
chore: add scikit-learn usage data (#435)
Browse files Browse the repository at this point in the history
* chore: add usage data

* style: apply automatic fixes of linters

Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
  • Loading branch information
lars-reimann and lars-reimann authored Apr 8, 2022
1 parent 6e8c07c commit 3f17cad
Show file tree
Hide file tree
Showing 13 changed files with 207,323 additions and 0 deletions.
File renamed without changes.
60,487 changes: 60,487 additions & 0 deletions api-editor/data/usages/scikit-learn__sklearn__0.24.2__api.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"full": {
"n_classes": 422,
"n_functions": 2962,
"n_parameters": 8305
},
"public": {
"n_classes": 271,
"n_functions": 1281,
"n_parameters": 4308
},
"after_unused_class_removal": {
"n_classes": 215,
"n_functions": 1135,
"n_parameters": 4005
},
"after_unused_function_removal": {
"n_classes": 215,
"n_functions": 684,
"n_parameters": 2935
},
"after_unused_parameter_removal": {
"n_classes": 215,
"n_functions": 684,
"n_parameters": 2127
},
"after_useless_parameter_removal": {
"n_classes": 215,
"n_functions": 684,
"n_parameters": 1841
}
}
Loading

0 comments on commit 3f17cad

Please sign in to comment.