Skip to content

Commit

Permalink
Deploy preview for PR 276 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Oct 17, 2024
1 parent 72337df commit 8f25902
Show file tree
Hide file tree
Showing 111 changed files with 4,295 additions and 4,293 deletions.
2 changes: 1 addition & 1 deletion pr-preview/pr-276/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: b8cc9f9a7a49cac039167958d5de865e
config: c5f8380f2f14c067f96d64b284e7fed2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file modified pr-preview/pr-276/.doctrees/environment.pickle
Binary file not shown.
Binary file modified pr-preview/pr-276/.doctrees/selected_deeper_topics/CBPM.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified pr-preview/pr-276/.doctrees/whats_new.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ Set the logging level to info to see extra information
/home/runner/work/julearn/julearn/julearn/utils/logging.py:66: UserWarning: The '__version__' attribute is deprecated and will be removed in MarkupSafe 3.1. Use feature detection, or `importlib.metadata.version("markupsafe")`, instead.
vstring = str(getattr(module, "__version__", None))
2024-10-17 13:53:25,244 - julearn - INFO - ===== Lib Versions =====
2024-10-17 13:53:25,244 - julearn - INFO - numpy: 1.26.4
2024-10-17 13:53:25,244 - julearn - INFO - scipy: 1.14.1
2024-10-17 13:53:25,244 - julearn - INFO - sklearn: 1.5.2
2024-10-17 13:53:25,244 - julearn - INFO - pandas: 2.2.3
2024-10-17 13:53:25,244 - julearn - INFO - julearn: 0.3.4.dev37
2024-10-17 13:53:25,244 - julearn - INFO - ========================
2024-10-17 14:01:40,171 - julearn - INFO - ===== Lib Versions =====
2024-10-17 14:01:40,171 - julearn - INFO - numpy: 1.26.4
2024-10-17 14:01:40,171 - julearn - INFO - scipy: 1.14.1
2024-10-17 14:01:40,171 - julearn - INFO - sklearn: 1.5.2
2024-10-17 14:01:40,171 - julearn - INFO - pandas: 2.2.3
2024-10-17 14:01:40,171 - julearn - INFO - julearn: 0.3.4.dev43
2024-10-17 14:01:40,171 - julearn - INFO - ========================
Expand Down Expand Up @@ -153,39 +153,39 @@ vector machine classifier.

.. code-block:: none
2024-10-17 13:53:25,247 - julearn - INFO - ==== Input Data ====
2024-10-17 13:53:25,247 - julearn - INFO - Using dataframe as input
2024-10-17 13:53:25,247 - julearn - INFO - Features: ['sepal_length', 'sepal_width', 'petal_length']
2024-10-17 13:53:25,248 - julearn - INFO - Target: species
2024-10-17 13:53:25,248 - julearn - INFO - Expanded features: ['sepal_length', 'sepal_width', 'petal_length']
2024-10-17 13:53:25,248 - julearn - INFO - X_types:{}
2024-10-17 13:53:25,248 - julearn - WARNING - The following columns are not defined in X_types: ['sepal_length', 'sepal_width', 'petal_length']. They will be treated as continuous.
2024-10-17 14:01:40,174 - julearn - INFO - ==== Input Data ====
2024-10-17 14:01:40,174 - julearn - INFO - Using dataframe as input
2024-10-17 14:01:40,174 - julearn - INFO - Features: ['sepal_length', 'sepal_width', 'petal_length']
2024-10-17 14:01:40,175 - julearn - INFO - Target: species
2024-10-17 14:01:40,175 - julearn - INFO - Expanded features: ['sepal_length', 'sepal_width', 'petal_length']
2024-10-17 14:01:40,175 - julearn - INFO - X_types:{}
2024-10-17 14:01:40,175 - julearn - WARNING - The following columns are not defined in X_types: ['sepal_length', 'sepal_width', 'petal_length']. They will be treated as continuous.
/home/runner/work/julearn/julearn/julearn/prepare.py:509: RuntimeWarning: The following columns are not defined in X_types: ['sepal_length', 'sepal_width', 'petal_length']. They will be treated as continuous.
warn_with_log(
2024-10-17 13:53:25,248 - julearn - INFO - ====================
2024-10-17 13:53:25,249 - julearn - INFO -
2024-10-17 13:53:25,249 - julearn - INFO - Adding step zscore that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 13:53:25,249 - julearn - INFO - Step added
2024-10-17 13:53:25,249 - julearn - INFO - Adding step svm that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 13:53:25,249 - julearn - INFO - Step added
2024-10-17 13:53:25,249 - julearn - INFO - = Model Parameters =
2024-10-17 13:53:25,249 - julearn - INFO - ====================
2024-10-17 13:53:25,250 - julearn - INFO -
2024-10-17 13:53:25,250 - julearn - INFO - = Data Information =
2024-10-17 13:53:25,250 - julearn - INFO - Problem type: classification
2024-10-17 13:53:25,250 - julearn - INFO - Number of samples: 120
2024-10-17 13:53:25,250 - julearn - INFO - Number of features: 3
2024-10-17 13:53:25,250 - julearn - INFO - ====================
2024-10-17 13:53:25,250 - julearn - INFO -
2024-10-17 13:53:25,250 - julearn - INFO - Number of classes: 3
2024-10-17 13:53:25,250 - julearn - INFO - Target type: object
2024-10-17 13:53:25,250 - julearn - INFO - Class distributions: species
2024-10-17 14:01:40,175 - julearn - INFO - ====================
2024-10-17 14:01:40,175 - julearn - INFO -
2024-10-17 14:01:40,176 - julearn - INFO - Adding step zscore that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 14:01:40,176 - julearn - INFO - Step added
2024-10-17 14:01:40,176 - julearn - INFO - Adding step svm that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 14:01:40,176 - julearn - INFO - Step added
2024-10-17 14:01:40,176 - julearn - INFO - = Model Parameters =
2024-10-17 14:01:40,176 - julearn - INFO - ====================
2024-10-17 14:01:40,176 - julearn - INFO -
2024-10-17 14:01:40,177 - julearn - INFO - = Data Information =
2024-10-17 14:01:40,177 - julearn - INFO - Problem type: classification
2024-10-17 14:01:40,177 - julearn - INFO - Number of samples: 120
2024-10-17 14:01:40,177 - julearn - INFO - Number of features: 3
2024-10-17 14:01:40,177 - julearn - INFO - ====================
2024-10-17 14:01:40,177 - julearn - INFO -
2024-10-17 14:01:40,177 - julearn - INFO - Number of classes: 3
2024-10-17 14:01:40,177 - julearn - INFO - Target type: object
2024-10-17 14:01:40,177 - julearn - INFO - Class distributions: species
versicolor 40
virginica 40
setosa 40
Name: count, dtype: int64
2024-10-17 13:53:25,251 - julearn - INFO - Using outer CV scheme RepeatedKFold(n_repeats=5, n_splits=5, random_state=200) (incl. final model)
2024-10-17 13:53:25,251 - julearn - INFO - Multi-class classification problem detected #classes = 3.
2024-10-17 14:01:40,178 - julearn - INFO - Using outer CV scheme RepeatedKFold(n_repeats=5, n_splits=5, random_state=200) (incl. final model)
2024-10-17 14:01:40,178 - julearn - INFO - Multi-class classification problem detected #classes = 3.
Expand Down Expand Up @@ -240,8 +240,8 @@ The scores dataframe has all the values for each CV split.
<tbody>
<tr>
<th>0</th>
<td>0.004849</td>
<td>0.002696</td>
<td>0.004489</td>
<td>0.002588</td>
<td>0.916667</td>
<td>96</td>
<td>24</td>
Expand All @@ -251,8 +251,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>1</th>
<td>0.004468</td>
<td>0.002540</td>
<td>0.004421</td>
<td>0.002629</td>
<td>0.833333</td>
<td>96</td>
<td>24</td>
Expand All @@ -262,8 +262,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>2</th>
<td>0.004422</td>
<td>0.002557</td>
<td>0.004480</td>
<td>0.002599</td>
<td>0.958333</td>
<td>96</td>
<td>24</td>
Expand All @@ -273,8 +273,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>3</th>
<td>0.004423</td>
<td>0.002543</td>
<td>0.004435</td>
<td>0.002597</td>
<td>0.916667</td>
<td>96</td>
<td>24</td>
Expand All @@ -284,8 +284,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>4</th>
<td>0.004364</td>
<td>0.002551</td>
<td>0.004440</td>
<td>0.002539</td>
<td>0.833333</td>
<td>96</td>
<td>24</td>
Expand Down Expand Up @@ -538,7 +538,7 @@ the heatmap with annotations.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.534 seconds)
**Total running time of the script:** (0 minutes 0.529 seconds)


.. _sphx_glr_download_auto_examples_00_starting_plot_cm_acc_multiclass.py:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ Set the logging level to info to see extra information.
/home/runner/work/julearn/julearn/julearn/utils/logging.py:66: UserWarning: The '__version__' attribute is deprecated and will be removed in MarkupSafe 3.1. Use feature detection, or `importlib.metadata.version("markupsafe")`, instead.
vstring = str(getattr(module, "__version__", None))
2024-10-17 13:53:26,944 - julearn - INFO - ===== Lib Versions =====
2024-10-17 13:53:26,944 - julearn - INFO - numpy: 1.26.4
2024-10-17 13:53:26,944 - julearn - INFO - scipy: 1.14.1
2024-10-17 13:53:26,945 - julearn - INFO - sklearn: 1.5.2
2024-10-17 13:53:26,945 - julearn - INFO - pandas: 2.2.3
2024-10-17 13:53:26,945 - julearn - INFO - julearn: 0.3.4.dev37
2024-10-17 13:53:26,945 - julearn - INFO - ========================
2024-10-17 14:01:41,842 - julearn - INFO - ===== Lib Versions =====
2024-10-17 14:01:41,842 - julearn - INFO - numpy: 1.26.4
2024-10-17 14:01:41,842 - julearn - INFO - scipy: 1.14.1
2024-10-17 14:01:41,842 - julearn - INFO - sklearn: 1.5.2
2024-10-17 14:01:41,842 - julearn - INFO - pandas: 2.2.3
2024-10-17 14:01:41,842 - julearn - INFO - julearn: 0.3.4.dev43
2024-10-17 14:01:41,842 - julearn - INFO - ========================
Expand Down Expand Up @@ -248,32 +248,32 @@ for scoring.

.. code-block:: none
2024-10-17 13:53:27,143 - julearn - INFO - ==== Input Data ====
2024-10-17 13:53:27,143 - julearn - INFO - Using dataframe as input
2024-10-17 13:53:27,143 - julearn - INFO - Features: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']
2024-10-17 13:53:27,143 - julearn - INFO - Target: target
2024-10-17 13:53:27,143 - julearn - INFO - Expanded features: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']
2024-10-17 13:53:27,143 - julearn - INFO - X_types:{}
2024-10-17 13:53:27,144 - julearn - WARNING - The following columns are not defined in X_types: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']. They will be treated as continuous.
2024-10-17 14:01:42,039 - julearn - INFO - ==== Input Data ====
2024-10-17 14:01:42,039 - julearn - INFO - Using dataframe as input
2024-10-17 14:01:42,039 - julearn - INFO - Features: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']
2024-10-17 14:01:42,039 - julearn - INFO - Target: target
2024-10-17 14:01:42,039 - julearn - INFO - Expanded features: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']
2024-10-17 14:01:42,039 - julearn - INFO - X_types:{}
2024-10-17 14:01:42,039 - julearn - WARNING - The following columns are not defined in X_types: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']. They will be treated as continuous.
/home/runner/work/julearn/julearn/julearn/prepare.py:509: RuntimeWarning: The following columns are not defined in X_types: ['age', 'sex', 'bmi', 'bp', 's1', 's2', 's3', 's4', 's5', 's6']. They will be treated as continuous.
warn_with_log(
2024-10-17 13:53:27,144 - julearn - INFO - ====================
2024-10-17 13:53:27,144 - julearn - INFO -
2024-10-17 13:53:27,144 - julearn - INFO - Adding step zscore that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 13:53:27,145 - julearn - INFO - Step added
2024-10-17 13:53:27,145 - julearn - INFO - Adding step ridge that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 13:53:27,145 - julearn - INFO - Step added
2024-10-17 13:53:27,145 - julearn - INFO - = Model Parameters =
2024-10-17 13:53:27,145 - julearn - INFO - ====================
2024-10-17 13:53:27,145 - julearn - INFO -
2024-10-17 13:53:27,145 - julearn - INFO - = Data Information =
2024-10-17 13:53:27,145 - julearn - INFO - Problem type: regression
2024-10-17 13:53:27,146 - julearn - INFO - Number of samples: 309
2024-10-17 13:53:27,146 - julearn - INFO - Number of features: 10
2024-10-17 13:53:27,146 - julearn - INFO - ====================
2024-10-17 13:53:27,146 - julearn - INFO -
2024-10-17 13:53:27,146 - julearn - INFO - Target type: float64
2024-10-17 13:53:27,146 - julearn - INFO - Using outer CV scheme KFold(n_splits=5, random_state=None, shuffle=False) (incl. final model)
2024-10-17 14:01:42,040 - julearn - INFO - ====================
2024-10-17 14:01:42,040 - julearn - INFO -
2024-10-17 14:01:42,040 - julearn - INFO - Adding step zscore that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 14:01:42,040 - julearn - INFO - Step added
2024-10-17 14:01:42,040 - julearn - INFO - Adding step ridge that applies to ColumnTypes<types={'continuous'}; pattern=(?:__:type:__continuous)>
2024-10-17 14:01:42,040 - julearn - INFO - Step added
2024-10-17 14:01:42,041 - julearn - INFO - = Model Parameters =
2024-10-17 14:01:42,041 - julearn - INFO - ====================
2024-10-17 14:01:42,041 - julearn - INFO -
2024-10-17 14:01:42,041 - julearn - INFO - = Data Information =
2024-10-17 14:01:42,041 - julearn - INFO - Problem type: regression
2024-10-17 14:01:42,041 - julearn - INFO - Number of samples: 309
2024-10-17 14:01:42,041 - julearn - INFO - Number of features: 10
2024-10-17 14:01:42,041 - julearn - INFO - ====================
2024-10-17 14:01:42,041 - julearn - INFO -
2024-10-17 14:01:42,041 - julearn - INFO - Target type: float64
2024-10-17 14:01:42,041 - julearn - INFO - Using outer CV scheme KFold(n_splits=5, random_state=None, shuffle=False) (incl. final model)
Expand Down Expand Up @@ -328,8 +328,8 @@ The scores dataframe has all the values for each CV split.
<tbody>
<tr>
<th>0</th>
<td>0.005148</td>
<td>0.002323</td>
<td>0.004470</td>
<td>0.002319</td>
<td>-48.783874</td>
<td>247</td>
<td>62</td>
Expand All @@ -339,8 +339,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>1</th>
<td>0.004456</td>
<td>0.002264</td>
<td>0.004408</td>
<td>0.002301</td>
<td>-47.573568</td>
<td>247</td>
<td>62</td>
Expand All @@ -350,8 +350,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>2</th>
<td>0.004519</td>
<td>0.002297</td>
<td>0.004419</td>
<td>0.002285</td>
<td>-37.617474</td>
<td>247</td>
<td>62</td>
Expand All @@ -361,8 +361,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>3</th>
<td>0.004482</td>
<td>0.002329</td>
<td>0.004452</td>
<td>0.002309</td>
<td>-47.686852</td>
<td>247</td>
<td>62</td>
Expand All @@ -372,8 +372,8 @@ The scores dataframe has all the values for each CV split.
</tr>
<tr>
<th>4</th>
<td>0.004398</td>
<td>0.002251</td>
<td>0.004408</td>
<td>0.002306</td>
<td>-45.558655</td>
<td>248</td>
<td>61</td>
Expand Down Expand Up @@ -604,7 +604,7 @@ of true values vs predicted values.
.. rst-class:: sphx-glr-timing

**Total running time of the script:** (0 minutes 0.669 seconds)
**Total running time of the script:** (0 minutes 0.663 seconds)


.. _sphx_glr_download_auto_examples_00_starting_plot_example_regression.py:
Expand Down
Loading

0 comments on commit 8f25902

Please sign in to comment.