This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add scikit-learn usage data (#435)
* chore: add usage data * style: apply automatic fixes of linters Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
- Loading branch information
1 parent
6e8c07c
commit 3f17cad
Showing
13 changed files
with
207,323 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
60,487 changes: 60,487 additions & 0 deletions
60,487
api-editor/data/usages/scikit-learn__sklearn__0.24.2__api.json
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
api-editor/data/usages/scikit-learn__sklearn__0.24.2__api_size.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |
Oops, something went wrong.