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

Commit 3efa424

Browse files
duklinDushko Klincharovmmdoja
authored
refactor: manually extracted refined types (#46)
* Refactor the manually extracted refined types for classes KMeans, PCA, TruncatedSVD, CountVectorizer and TfIdfVectorizer * refactor refinedtypes for DecisionTreeClassifier * refactor json for model_selection,neighbors,preprocessing,svm,tree * refactoring for metrics,linearmodel,impute * refactored json for feature_extraction * updated BoundaryTypes and NamedTypes and the remaining classes * Refactor manually extracted refined types for cluster, decomposition, ensemble * Refactor manually extracted refined types for feature_extraction, impute and linear_model * refactored manually extracted refined types for metrics,model_selection,neighbors,preprocessing,svm,tree * Format the json files from the manual extraction of refined types * Extract the boundary types in another json and the docstring part that is related to the boundary * style: apply automatic fixes of linters Co-authored-by: Dushko Klincharov <klincarov@halicea.com> Co-authored-by: mmdoja <mmdoja@gmail.com> Co-authored-by: duklin <duklin@users.noreply.github.com>
1 parent 2af8763 commit 3efa424

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3363
-3579
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Keywords for boundaries extraction:
2+
- `non-negative float`
3+
- `Must be of range [0.0, infinity)`
4+
- `Must be between 0 and 1`
5+
- `Thus, max_samples should be in the interval (0.0, 1.0]`
6+
- `float > 0 and <= 1`
7+
- `If float in range [0.0, 1.0]`
8+
- `float in range [0.0, 1.0]`
9+
- `Must be strictly positive`
10+
- `tuple (q_min, q_max), 0.0 < q_min < q_max < 100.0`
11+
- `The ElasticNet mixing parameter, with 0 <= l1_ratio <= 1`
12+
- `must be a positive float`
13+
- `For the liblinear and lbfgs solvers set verbose to any positive number for verbosity`
14+
- `Must be at least 2`
15+
- `If float, should be between 0.0 and 1.0 and represent the proportion of the dataset to include in the test split`
16+
- `If float, should be between 0.0 and 1.0 and represent the proportion of the dataset to include in the train split`

refined_types/boundaries.json

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.

refined_types/docstrings.txt

Lines changed: 0 additions & 218 deletions
This file was deleted.

0 commit comments

Comments
 (0)