gabcares commited on
Commit
2697c0c
·
verified ·
1 Parent(s): 452afcc

Pushing files to the repo-gabcares/RandomForestClassifier-Sepsis from the directory- ../models/huggingface/RandomForestClassifier/

Browse files
Files changed (2) hide show
  1. README.md +14 -14
  2. RandomForestClassifier.joblib +2 -2
README.md CHANGED
@@ -75,22 +75,22 @@ widget:
75
  | Hyperparameter | Value |
76
  |------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
77
  | memory | |
78
- | steps | [('preprocessor', ColumnTransformer(transformers=[('numerical_pipeline',<br /> Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer',<br /> SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]),<br /> ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',<br /> 'age']),<br /> ('categorical_pipeline',<br /> Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_...<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['insurance']),<br /> ('feature_creation_pipeline',<br /> Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>)),<br /> ('imputer',<br /> SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['age'])])), ('feature-selection', SelectKBest(k='all',<br /> score_func=<function mutual_info_classif at 0x0000025B81CA7920>)), ('classifier', RandomForestClassifier(n_jobs=-1, random_state=2024))] |
79
  | verbose | False |
80
- | preprocessor | ColumnTransformer(transformers=[('numerical_pipeline',<br /> Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer',<br /> SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]),<br /> ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',<br /> 'age']),<br /> ('categorical_pipeline',<br /> Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_...<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['insurance']),<br /> ('feature_creation_pipeline',<br /> Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>)),<br /> ('imputer',<br /> SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['age'])]) |
81
- | feature-selection | SelectKBest(k='all',<br /> score_func=<function mutual_info_classif at 0x0000025B81CA7920>) |
82
  | classifier | RandomForestClassifier(n_jobs=-1, random_state=2024) |
83
  | preprocessor__force_int_remainder_cols | True |
84
  | preprocessor__n_jobs | |
85
  | preprocessor__remainder | drop |
86
  | preprocessor__sparse_threshold | 0.3 |
87
  | preprocessor__transformer_weights | |
88
- | preprocessor__transformers | [('numerical_pipeline', Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer', SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]), ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']), ('categorical_pipeline', Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_category at 0x0000025B88910220>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]), ['insurance']), ('feature_creation_pipeline', Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]), ['age'])] |
89
  | preprocessor__verbose | False |
90
  | preprocessor__verbose_feature_names_out | True |
91
  | preprocessor__numerical_pipeline | Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer', SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]) |
92
- | preprocessor__categorical_pipeline | Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_category at 0x0000025B88910220>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]) |
93
- | preprocessor__feature_creation_pipeline | Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]) |
94
  | preprocessor__numerical_pipeline__memory | |
95
  | preprocessor__numerical_pipeline__steps | [('log_transformations', FunctionTransformer(func=<ufunc 'log1p'>)), ('imputer', SimpleImputer(strategy='median')), ('scaler', RobustScaler())] |
96
  | preprocessor__numerical_pipeline__verbose | False |
@@ -117,15 +117,15 @@ widget:
117
  | preprocessor__numerical_pipeline__scaler__with_centering | True |
118
  | preprocessor__numerical_pipeline__scaler__with_scaling | True |
119
  | preprocessor__categorical_pipeline__memory | |
120
- | preprocessor__categorical_pipeline__steps | [('as_categorical', FunctionTransformer(func=<function as_category at 0x0000025B88910220>)), ('imputer', SimpleImputer(strategy='most_frequent')), ('encoder', OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False))] |
121
  | preprocessor__categorical_pipeline__verbose | False |
122
- | preprocessor__categorical_pipeline__as_categorical | FunctionTransformer(func=<function as_category at 0x0000025B88910220>) |
123
  | preprocessor__categorical_pipeline__imputer | SimpleImputer(strategy='most_frequent') |
124
  | preprocessor__categorical_pipeline__encoder | OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False) |
125
  | preprocessor__categorical_pipeline__as_categorical__accept_sparse | False |
126
  | preprocessor__categorical_pipeline__as_categorical__check_inverse | True |
127
  | preprocessor__categorical_pipeline__as_categorical__feature_names_out | |
128
- | preprocessor__categorical_pipeline__as_categorical__func | <function as_category at 0x0000025B88910220> |
129
  | preprocessor__categorical_pipeline__as_categorical__inv_kw_args | |
130
  | preprocessor__categorical_pipeline__as_categorical__inverse_func | |
131
  | preprocessor__categorical_pipeline__as_categorical__kw_args | |
@@ -145,15 +145,15 @@ widget:
145
  | preprocessor__categorical_pipeline__encoder__min_frequency | |
146
  | preprocessor__categorical_pipeline__encoder__sparse_output | False |
147
  | preprocessor__feature_creation_pipeline__memory | |
148
- | preprocessor__feature_creation_pipeline__steps | [('feature_creation', FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>)), ('imputer', SimpleImputer(strategy='most_frequent')), ('encoder', OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False))] |
149
  | preprocessor__feature_creation_pipeline__verbose | False |
150
- | preprocessor__feature_creation_pipeline__feature_creation | FunctionTransformer(func=<function feature_creation at 0x0000025B889134C0>) |
151
  | preprocessor__feature_creation_pipeline__imputer | SimpleImputer(strategy='most_frequent') |
152
  | preprocessor__feature_creation_pipeline__encoder | OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False) |
153
  | preprocessor__feature_creation_pipeline__feature_creation__accept_sparse | False |
154
  | preprocessor__feature_creation_pipeline__feature_creation__check_inverse | True |
155
  | preprocessor__feature_creation_pipeline__feature_creation__feature_names_out | |
156
- | preprocessor__feature_creation_pipeline__feature_creation__func | <function feature_creation at 0x0000025B889134C0> |
157
  | preprocessor__feature_creation_pipeline__feature_creation__inv_kw_args | |
158
  | preprocessor__feature_creation_pipeline__feature_creation__inverse_func | |
159
  | preprocessor__feature_creation_pipeline__feature_creation__kw_args | |
@@ -173,7 +173,7 @@ widget:
173
  | preprocessor__feature_creation_pipeline__encoder__min_frequency | |
174
  | preprocessor__feature_creation_pipeline__encoder__sparse_output | False |
175
  | feature-selection__k | all |
176
- | feature-selection__score_func | <function mutual_info_classif at 0x0000025B81CA7920> |
177
  | classifier__bootstrap | True |
178
  | classifier__ccp_alpha | 0.0 |
179
  | classifier__class_weight | |
@@ -274,7 +274,7 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
274
  #sk-container-id-7 a.estimator_doc_link:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-3);color: var(--sklearn-color-background);text-decoration: none;
275
  }#sk-container-id-7 a.estimator_doc_link.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-3);
276
  }
277
- </style><div id="sk-container-id-7" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>Pipeline(steps=[(&#x27;preprocessor&#x27;,ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;,RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;,&#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,Funct...FunctionTransformer(func=&lt;function feature_creation at 0x0000025B889134C0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])),(&#x27;feature-selection&#x27;,SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x0000025B81CA7920&gt;)),(&#x27;classifier&#x27;,RandomForestClassifier(n_jobs=-1, random_state=2024))])</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item sk-dashed-wrapped"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-58" type="checkbox" ><label for="sk-estimator-id-58" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;&nbsp;Pipeline<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.pipeline.Pipeline.html">?<span>Documentation for Pipeline</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>Pipeline(steps=[(&#x27;preprocessor&#x27;,ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;,RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;,&#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,Funct...FunctionTransformer(func=&lt;function feature_creation at 0x0000025B889134C0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])),(&#x27;feature-selection&#x27;,SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x0000025B81CA7920&gt;)),(&#x27;classifier&#x27;,RandomForestClassifier(n_jobs=-1, random_state=2024))])</pre></div> </div></div><div class="sk-serial"><div class="sk-item sk-dashed-wrapped"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-59" type="checkbox" ><label for="sk-estimator-id-59" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;preprocessor: ColumnTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.compose.ColumnTransformer.html">?<span>Documentation for preprocessor: ColumnTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;, RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;, &#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;,&#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,FunctionTransformer(func=&lt;function as_...handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;insurance&#x27;]),(&#x27;feature_creation_pipeline&#x27;,Pipeline(steps=[(&#x27;feature_creation&#x27;,FunctionTransformer(func=&lt;function feature_creation at 0x0000025B889134C0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])</pre></div> </div></div><div class="sk-parallel"><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-60" type="checkbox" ><label for="sk-estimator-id-60" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">numerical_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;, &#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-61" type="checkbox" ><label for="sk-estimator-id-61" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-62" type="checkbox" ><label for="sk-estimator-id-62" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;median&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-63" type="checkbox" ><label for="sk-estimator-id-63" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;RobustScaler<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.RobustScaler.html">?<span>Documentation for RobustScaler</span></a></label><div class="sk-toggleable__content fitted"><pre>RobustScaler()</pre></div> </div></div></div></div></div></div></div><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-64" type="checkbox" ><label for="sk-estimator-id-64" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">categorical_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;insurance&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-65" type="checkbox" ><label for="sk-estimator-id-65" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;function as_category at 0x0000025B88910220&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-66" type="checkbox" ><label for="sk-estimator-id-66" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;most_frequent&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-67" type="checkbox" ><label for="sk-estimator-id-67" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;OneHotEncoder<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.OneHotEncoder.html">?<span>Documentation for OneHotEncoder</span></a></label><div class="sk-toggleable__content fitted"><pre>OneHotEncoder(drop=&#x27;first&#x27;, handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False)</pre></div> </div></div></div></div></div></div></div><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-68" type="checkbox" ><label for="sk-estimator-id-68" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">feature_creation_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;age&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-69" type="checkbox" ><label for="sk-estimator-id-69" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;function feature_creation at 0x0000025B889134C0&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-70" type="checkbox" ><label for="sk-estimator-id-70" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;most_frequent&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-71" type="checkbox" ><label for="sk-estimator-id-71" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;OneHotEncoder<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.OneHotEncoder.html">?<span>Documentation for OneHotEncoder</span></a></label><div class="sk-toggleable__content fitted"><pre>OneHotEncoder(drop=&#x27;first&#x27;, handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False)</pre></div> </div></div></div></div></div></div></div></div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-72" type="checkbox" ><label for="sk-estimator-id-72" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SelectKBest<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.feature_selection.SelectKBest.html">?<span>Documentation for SelectKBest</span></a></label><div class="sk-toggleable__content fitted"><pre>SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x0000025B81CA7920&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-73" type="checkbox" ><label for="sk-estimator-id-73" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;RandomForestClassifier<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.ensemble.RandomForestClassifier.html">?<span>Documentation for RandomForestClassifier</span></a></label><div class="sk-toggleable__content fitted"><pre>RandomForestClassifier(n_jobs=-1, random_state=2024)</pre></div> </div></div></div></div></div></div>
278
 
279
  ## Evaluation Results
280
 
 
75
  | Hyperparameter | Value |
76
  |------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
77
  | memory | |
78
+ | steps | [('preprocessor', ColumnTransformer(transformers=[('numerical_pipeline',<br /> Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer',<br /> SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]),<br /> ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',<br /> 'age']),<br /> ('categorical_pipeline',<br /> Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_...<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['insurance']),<br /> ('feature_creation_pipeline',<br /> Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),<br /> ('imputer',<br /> SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['age'])])), ('feature-selection', SelectKBest(k='all',<br /> score_func=<function mutual_info_classif at 0x000001470129BA60>)), ('classifier', RandomForestClassifier(n_jobs=-1, random_state=2024))] |
79
  | verbose | False |
80
+ | preprocessor | ColumnTransformer(transformers=[('numerical_pipeline',<br /> Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer',<br /> SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]),<br /> ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2',<br /> 'age']),<br /> ('categorical_pipeline',<br /> Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_...<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['insurance']),<br /> ('feature_creation_pipeline',<br /> Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),<br /> ('imputer',<br /> SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]),<br /> ['age'])]) |
81
+ | feature-selection | SelectKBest(k='all',<br /> score_func=<function mutual_info_classif at 0x000001470129BA60>) |
82
  | classifier | RandomForestClassifier(n_jobs=-1, random_state=2024) |
83
  | preprocessor__force_int_remainder_cols | True |
84
  | preprocessor__n_jobs | |
85
  | preprocessor__remainder | drop |
86
  | preprocessor__sparse_threshold | 0.3 |
87
  | preprocessor__transformer_weights | |
88
+ | preprocessor__transformers | [('numerical_pipeline', Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer', SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]), ['prg', 'pl', 'pr', 'sk', 'ts', 'm11', 'bd2', 'age']), ('categorical_pipeline', Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_category at 0x0000014701232160>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]), ['insurance']), ('feature_creation_pipeline', Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]), ['age'])] |
89
  | preprocessor__verbose | False |
90
  | preprocessor__verbose_feature_names_out | True |
91
  | preprocessor__numerical_pipeline | Pipeline(steps=[('log_transformations',<br /> FunctionTransformer(func=<ufunc 'log1p'>)),<br /> ('imputer', SimpleImputer(strategy='median')),<br /> ('scaler', RobustScaler())]) |
92
+ | preprocessor__categorical_pipeline | Pipeline(steps=[('as_categorical',<br /> FunctionTransformer(func=<function as_category at 0x0000014701232160>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]) |
93
+ | preprocessor__feature_creation_pipeline | Pipeline(steps=[('feature_creation',<br /> FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>)),<br /> ('imputer', SimpleImputer(strategy='most_frequent')),<br /> ('encoder',<br /> OneHotEncoder(drop='first',<br /> handle_unknown='infrequent_if_exist',<br /> sparse_output=False))]) |
94
  | preprocessor__numerical_pipeline__memory | |
95
  | preprocessor__numerical_pipeline__steps | [('log_transformations', FunctionTransformer(func=<ufunc 'log1p'>)), ('imputer', SimpleImputer(strategy='median')), ('scaler', RobustScaler())] |
96
  | preprocessor__numerical_pipeline__verbose | False |
 
117
  | preprocessor__numerical_pipeline__scaler__with_centering | True |
118
  | preprocessor__numerical_pipeline__scaler__with_scaling | True |
119
  | preprocessor__categorical_pipeline__memory | |
120
+ | preprocessor__categorical_pipeline__steps | [('as_categorical', FunctionTransformer(func=<function as_category at 0x0000014701232160>)), ('imputer', SimpleImputer(strategy='most_frequent')), ('encoder', OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False))] |
121
  | preprocessor__categorical_pipeline__verbose | False |
122
+ | preprocessor__categorical_pipeline__as_categorical | FunctionTransformer(func=<function as_category at 0x0000014701232160>) |
123
  | preprocessor__categorical_pipeline__imputer | SimpleImputer(strategy='most_frequent') |
124
  | preprocessor__categorical_pipeline__encoder | OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False) |
125
  | preprocessor__categorical_pipeline__as_categorical__accept_sparse | False |
126
  | preprocessor__categorical_pipeline__as_categorical__check_inverse | True |
127
  | preprocessor__categorical_pipeline__as_categorical__feature_names_out | |
128
+ | preprocessor__categorical_pipeline__as_categorical__func | <function as_category at 0x0000014701232160> |
129
  | preprocessor__categorical_pipeline__as_categorical__inv_kw_args | |
130
  | preprocessor__categorical_pipeline__as_categorical__inverse_func | |
131
  | preprocessor__categorical_pipeline__as_categorical__kw_args | |
 
145
  | preprocessor__categorical_pipeline__encoder__min_frequency | |
146
  | preprocessor__categorical_pipeline__encoder__sparse_output | False |
147
  | preprocessor__feature_creation_pipeline__memory | |
148
+ | preprocessor__feature_creation_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',<br /> sparse_output=False))] |
149
  | preprocessor__feature_creation_pipeline__verbose | False |
150
+ | preprocessor__feature_creation_pipeline__feature_creation | FunctionTransformer(func=<function feature_creation at 0x00000147012327A0>) |
151
  | preprocessor__feature_creation_pipeline__imputer | SimpleImputer(strategy='most_frequent') |
152
  | preprocessor__feature_creation_pipeline__encoder | OneHotEncoder(drop='first', handle_unknown='infrequent_if_exist',<br /> sparse_output=False) |
153
  | preprocessor__feature_creation_pipeline__feature_creation__accept_sparse | False |
154
  | preprocessor__feature_creation_pipeline__feature_creation__check_inverse | True |
155
  | preprocessor__feature_creation_pipeline__feature_creation__feature_names_out | |
156
+ | preprocessor__feature_creation_pipeline__feature_creation__func | <function feature_creation at 0x00000147012327A0> |
157
  | preprocessor__feature_creation_pipeline__feature_creation__inv_kw_args | |
158
  | preprocessor__feature_creation_pipeline__feature_creation__inverse_func | |
159
  | preprocessor__feature_creation_pipeline__feature_creation__kw_args | |
 
173
  | preprocessor__feature_creation_pipeline__encoder__min_frequency | |
174
  | preprocessor__feature_creation_pipeline__encoder__sparse_output | False |
175
  | feature-selection__k | all |
176
+ | feature-selection__score_func | <function mutual_info_classif at 0x000001470129BA60> |
177
  | classifier__bootstrap | True |
178
  | classifier__ccp_alpha | 0.0 |
179
  | classifier__class_weight | |
 
274
  #sk-container-id-7 a.estimator_doc_link:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-3);color: var(--sklearn-color-background);text-decoration: none;
275
  }#sk-container-id-7 a.estimator_doc_link.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-3);
276
  }
277
+ </style><div id="sk-container-id-7" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>Pipeline(steps=[(&#x27;preprocessor&#x27;,ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;,RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;,&#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,Funct...FunctionTransformer(func=&lt;function feature_creation at 0x00000147012327A0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])),(&#x27;feature-selection&#x27;,SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x000001470129BA60&gt;)),(&#x27;classifier&#x27;,RandomForestClassifier(n_jobs=-1, random_state=2024))])</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item sk-dashed-wrapped"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-58" type="checkbox" ><label for="sk-estimator-id-58" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;&nbsp;Pipeline<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.pipeline.Pipeline.html">?<span>Documentation for Pipeline</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>Pipeline(steps=[(&#x27;preprocessor&#x27;,ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;,RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;,&#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,Funct...FunctionTransformer(func=&lt;function feature_creation at 0x00000147012327A0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])),(&#x27;feature-selection&#x27;,SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x000001470129BA60&gt;)),(&#x27;classifier&#x27;,RandomForestClassifier(n_jobs=-1, random_state=2024))])</pre></div> </div></div><div class="sk-serial"><div class="sk-item sk-dashed-wrapped"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-59" type="checkbox" ><label for="sk-estimator-id-59" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;preprocessor: ColumnTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.compose.ColumnTransformer.html">?<span>Documentation for preprocessor: ColumnTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>ColumnTransformer(transformers=[(&#x27;numerical_pipeline&#x27;,Pipeline(steps=[(&#x27;log_transformations&#x27;,FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;median&#x27;)),(&#x27;scaler&#x27;, RobustScaler())]),[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;, &#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;,&#x27;age&#x27;]),(&#x27;categorical_pipeline&#x27;,Pipeline(steps=[(&#x27;as_categorical&#x27;,FunctionTransformer(func=&lt;function as_...handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;insurance&#x27;]),(&#x27;feature_creation_pipeline&#x27;,Pipeline(steps=[(&#x27;feature_creation&#x27;,FunctionTransformer(func=&lt;function feature_creation at 0x00000147012327A0&gt;)),(&#x27;imputer&#x27;,SimpleImputer(strategy=&#x27;most_frequent&#x27;)),(&#x27;encoder&#x27;,OneHotEncoder(drop=&#x27;first&#x27;,handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False))]),[&#x27;age&#x27;])])</pre></div> </div></div><div class="sk-parallel"><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-60" type="checkbox" ><label for="sk-estimator-id-60" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">numerical_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;prg&#x27;, &#x27;pl&#x27;, &#x27;pr&#x27;, &#x27;sk&#x27;, &#x27;ts&#x27;, &#x27;m11&#x27;, &#x27;bd2&#x27;, &#x27;age&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-61" type="checkbox" ><label for="sk-estimator-id-61" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;ufunc &#x27;log1p&#x27;&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-62" type="checkbox" ><label for="sk-estimator-id-62" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;median&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-63" type="checkbox" ><label for="sk-estimator-id-63" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;RobustScaler<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.RobustScaler.html">?<span>Documentation for RobustScaler</span></a></label><div class="sk-toggleable__content fitted"><pre>RobustScaler()</pre></div> </div></div></div></div></div></div></div><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-64" type="checkbox" ><label for="sk-estimator-id-64" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">categorical_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;insurance&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-65" type="checkbox" ><label for="sk-estimator-id-65" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;function as_category at 0x0000014701232160&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-66" type="checkbox" ><label for="sk-estimator-id-66" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;most_frequent&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-67" type="checkbox" ><label for="sk-estimator-id-67" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;OneHotEncoder<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.OneHotEncoder.html">?<span>Documentation for OneHotEncoder</span></a></label><div class="sk-toggleable__content fitted"><pre>OneHotEncoder(drop=&#x27;first&#x27;, handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False)</pre></div> </div></div></div></div></div></div></div><div class="sk-parallel-item"><div class="sk-item"><div class="sk-label-container"><div class="sk-label fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-68" type="checkbox" ><label for="sk-estimator-id-68" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">feature_creation_pipeline</label><div class="sk-toggleable__content fitted"><pre>[&#x27;age&#x27;]</pre></div> </div></div><div class="sk-serial"><div class="sk-item"><div class="sk-serial"><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-69" type="checkbox" ><label for="sk-estimator-id-69" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;FunctionTransformer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.FunctionTransformer.html">?<span>Documentation for FunctionTransformer</span></a></label><div class="sk-toggleable__content fitted"><pre>FunctionTransformer(func=&lt;function feature_creation at 0x00000147012327A0&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-70" type="checkbox" ><label for="sk-estimator-id-70" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SimpleImputer<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.impute.SimpleImputer.html">?<span>Documentation for SimpleImputer</span></a></label><div class="sk-toggleable__content fitted"><pre>SimpleImputer(strategy=&#x27;most_frequent&#x27;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-71" type="checkbox" ><label for="sk-estimator-id-71" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;OneHotEncoder<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.preprocessing.OneHotEncoder.html">?<span>Documentation for OneHotEncoder</span></a></label><div class="sk-toggleable__content fitted"><pre>OneHotEncoder(drop=&#x27;first&#x27;, handle_unknown=&#x27;infrequent_if_exist&#x27;,sparse_output=False)</pre></div> </div></div></div></div></div></div></div></div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-72" type="checkbox" ><label for="sk-estimator-id-72" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;SelectKBest<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.feature_selection.SelectKBest.html">?<span>Documentation for SelectKBest</span></a></label><div class="sk-toggleable__content fitted"><pre>SelectKBest(k=&#x27;all&#x27;,score_func=&lt;function mutual_info_classif at 0x000001470129BA60&gt;)</pre></div> </div></div><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-73" type="checkbox" ><label for="sk-estimator-id-73" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;RandomForestClassifier<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.ensemble.RandomForestClassifier.html">?<span>Documentation for RandomForestClassifier</span></a></label><div class="sk-toggleable__content fitted"><pre>RandomForestClassifier(n_jobs=-1, random_state=2024)</pre></div> </div></div></div></div></div></div>
278
 
279
  ## Evaluation Results
280
 
RandomForestClassifier.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0eb001bdaad0f4c68b7f9896903ae917d94fb73d89d642eab46ad30b0e7353c
3
- size 1320184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccdce64ac0cec745d6b3ff42c6723ce5f589565ef2fc495fc33cbea0e5f4d3c
3
+ size 1320200