diff --git "a/README.md" "b/README.md"
--- "a/README.md"
+++ "b/README.md"
@@ -72,127 +72,127 @@ widget:
Click to expand
-| Hyperparameter | Value |
-|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
-| memory | |
-| steps | [('preprocessor', ColumnTransformer(transformers=[('numerical_pipeline',
Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='median')),
('scaler', RobustScaler())]),
['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',
'age']),
('categorical_pipeline',
Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
sparse_output=False))]),
['insurance']),
('feature_creation_pipeline',
Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]),
['age'])])), ('feature-selection', SelectKBest(k='all',
score_func=
Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='median')),
('scaler', RobustScaler())]),
['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',
'age']),
('categorical_pipeline',
Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
sparse_output=False))]),
['insurance']),
('feature_creation_pipeline',
Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]),
['age'])]) |
-| feature-selection | SelectKBest(k='all',
score_func=
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='median')),
('scaler', RobustScaler())]), ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']), ('categorical_pipeline', Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]), ['insurance']), ('feature_creation_pipeline', Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]), ['age'])] |
-| preprocessor__verbose | False |
-| preprocessor__verbose_feature_names_out | True |
-| preprocessor__numerical_pipeline | Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='median')),
('scaler', RobustScaler())]) |
-| preprocessor__categorical_pipeline | Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]) |
-| preprocessor__feature_creation_pipeline | Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]) |
-| preprocessor__numerical_pipeline__memory | |
-| preprocessor__numerical_pipeline__steps | [('log_transformations', FunctionTransformer(func=
sparse_output=False))] |
-| preprocessor__categorical_pipeline__verbose | False |
-| preprocessor__categorical_pipeline__as_categorical | FunctionTransformer(func=
sparse_output=False) |
-| preprocessor__categorical_pipeline__as_categorical__accept_sparse | False |
-| preprocessor__categorical_pipeline__as_categorical__check_inverse | True |
-| preprocessor__categorical_pipeline__as_categorical__feature_names_out | |
-| preprocessor__categorical_pipeline__as_categorical__func |
sparse_output=False))] |
-| preprocessor__feature_creation_pipeline__verbose | False |
-| preprocessor__feature_creation_pipeline__feature_creation | FunctionTransformer(func=
sparse_output=False) |
-| preprocessor__feature_creation_pipeline__feature_creation__accept_sparse | False |
-| preprocessor__feature_creation_pipeline__feature_creation__check_inverse | True |
-| preprocessor__feature_creation_pipeline__feature_creation__feature_names_out | |
-| preprocessor__feature_creation_pipeline__feature_creation__func |
Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='median')),
('scaler', RobustScaler())]),
['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',
'age']),
('categorical_pipeline',
Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
sparse_output=False))]),
['insurance']),
('feature_creation_pipeline',
Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='ignore',
sparse_output=False))]),
['age'])])), ('feature-selection', SelectKBest(k='all',
score_func=
Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='median')),
('scaler', RobustScaler())]),
['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',
'age']),
('categorical_pipeline',
Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
sparse_output=False))]),
['insurance']),
('feature_creation_pipeline',
Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer',
SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='ignore',
sparse_output=False))]),
['age'])]) |
+| feature-selection | SelectKBest(k='all',
score_func=
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='median')),
('scaler', RobustScaler())]), ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']), ('categorical_pipeline', Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]), ['insurance']), ('feature_creation_pipeline', Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first', handle_unknown='ignore',
sparse_output=False))]), ['age'])] |
+| preprocessor__verbose | False |
+| preprocessor__verbose_feature_names_out | True |
+| preprocessor__numerical_pipeline | Pipeline(steps=[('log_transformations',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='median')),
('scaler', RobustScaler())]) |
+| preprocessor__categorical_pipeline | Pipeline(steps=[('as_categorical',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first',
handle_unknown='infrequent_if_exist',
sparse_output=False))]) |
+| preprocessor__feature_creation_pipeline | Pipeline(steps=[('feature_creation',
FunctionTransformer(func=
('imputer', SimpleImputer(strategy='most_frequent')),
('encoder',
OneHotEncoder(drop='first', handle_unknown='ignore',
sparse_output=False))]) |
+| preprocessor__numerical_pipeline__memory | |
+| preprocessor__numerical_pipeline__steps | [('log_transformations', FunctionTransformer(func=
sparse_output=False))] |
+| preprocessor__categorical_pipeline__verbose | False |
+| preprocessor__categorical_pipeline__as_categorical | FunctionTransformer(func=
sparse_output=False) |
+| preprocessor__categorical_pipeline__as_categorical__accept_sparse | False |
+| preprocessor__categorical_pipeline__as_categorical__check_inverse | True |
+| preprocessor__categorical_pipeline__as_categorical__feature_names_out | |
+| preprocessor__categorical_pipeline__as_categorical__func |
Pipeline(steps=[('preprocessor',ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler',RobustScaler())]),['prg', 'pl', 'pr', 'sk','ts', 'm11', 'bd2', 'age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',Funct...FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='infrequent_if_exist',sparse_output=False))]),['age'])])),('feature-selection',SelectKBest(k='all',score_func=<function mutual_info_classif at 0x000001470129BA60>)),('classifier',RandomForestClassifier(n_jobs=-1, random_state=2024))])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. Pipeline(steps=[('preprocessor',ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler',RobustScaler())]),['prg', 'pl', 'pr', 'sk','ts', 'm11', 'bd2', 'age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',Funct...FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='infrequent_if_exist',sparse_output=False))]),['age'])])),('feature-selection',SelectKBest(k='all',score_func=<function mutual_info_classif at 0x000001470129BA60>)),('classifier',RandomForestClassifier(n_jobs=-1, random_state=2024))])ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler', RobustScaler())]),['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2','age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',FunctionTransformer(func=<function as_...handle_unknown='infrequent_if_exist',sparse_output=False))]),['insurance']),('feature_creation_pipeline',Pipeline(steps=[('feature_creation',FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='infrequent_if_exist',sparse_output=False))]),['age'])])['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']
FunctionTransformer(func=<ufunc 'log1p'>)
SimpleImputer(strategy='median')
RobustScaler()
['insurance']
FunctionTransformer(func=<function as_category at 0x0000014701232160>)
SimpleImputer(strategy='most_frequent')
OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',sparse_output=False)
['age']
FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)
SimpleImputer(strategy='most_frequent')
OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',sparse_output=False)
SelectKBest(k='all',score_func=<function mutual_info_classif at 0x000001470129BA60>)
RandomForestClassifier(n_jobs=-1, random_state=2024)
Pipeline(steps=[('preprocessor',ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler',RobustScaler())]),['prg', 'pl', 'pr', 'sk','ts', 'm11', 'bd2', 'age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',Funct...FunctionTransformer(func=<function feature_creation at 0x0000013CE41B7C40>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='ignore',sparse_output=False))]),['age'])])),('feature-selection',SelectKBest(k='all',score_func=<function mutual_info_classif at 0x0000013CE4234F40>)),('classifier',RandomForestClassifier(n_jobs=-1, random_state=2024))])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. Pipeline(steps=[('preprocessor',ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler',RobustScaler())]),['prg', 'pl', 'pr', 'sk','ts', 'm11', 'bd2', 'age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',Funct...FunctionTransformer(func=<function feature_creation at 0x0000013CE41B7C40>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='ignore',sparse_output=False))]),['age'])])),('feature-selection',SelectKBest(k='all',score_func=<function mutual_info_classif at 0x0000013CE4234F40>)),('classifier',RandomForestClassifier(n_jobs=-1, random_state=2024))])ColumnTransformer(transformers=[('numerical_pipeline',Pipeline(steps=[('log_transformations',FunctionTransformer(func=<ufunc 'log1p'>)),('imputer',SimpleImputer(strategy='median')),('scaler', RobustScaler())]),['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2','age']),('categorical_pipeline',Pipeline(steps=[('as_categorical',FunctionTransformer(func=<function as_...handle_unknown='infrequent_if_exist',sparse_output=False))]),['insurance']),('feature_creation_pipeline',Pipeline(steps=[('feature_creation',FunctionTransformer(func=<function feature_creation at 0x0000013CE41B7C40>)),('imputer',SimpleImputer(strategy='most_frequent')),('encoder',OneHotEncoder(drop='first',handle_unknown='ignore',sparse_output=False))]),['age'])])['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']
FunctionTransformer(func=<ufunc 'log1p'>)
SimpleImputer(strategy='median')
RobustScaler()
['insurance']
FunctionTransformer(func=<function as_category at 0x0000013CE41B7600>)
SimpleImputer(strategy='most_frequent')
OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',sparse_output=False)
['age']
FunctionTransformer(func=<function feature_creation at 0x0000013CE41B7C40>)
SimpleImputer(strategy='most_frequent')
OneHotEncoder(drop='first', handle_unknown='ignore', sparse_output=False)
SelectKBest(k='all',score_func=<function mutual_info_classif at 0x0000013CE4234F40>)
RandomForestClassifier(n_jobs=-1, random_state=2024)