py2ls 0.2.4.9__py3-none-any.whl → 0.2.4.9.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
py2ls/ips.py
CHANGED
@@ -6646,8 +6646,8 @@ def df_reducer(
|
|
6646
6646
|
if method == "pca":
|
6647
6647
|
reduced_df = pca_df
|
6648
6648
|
colname_met = "PC_"
|
6649
|
-
xlabel = f"PC_1 ({pca_df[
|
6650
|
-
ylabel = f"PC_2 ({pca_df[
|
6649
|
+
xlabel = f"PC_1 ({pca_df['Explained Variance PC_1'].tolist()[0]})"
|
6650
|
+
ylabel = f"PC_2 ({pca_df['Explained Variance PC_2'].tolist()[0]})"
|
6651
6651
|
elif method == "umap":
|
6652
6652
|
reduced_df = umap_df
|
6653
6653
|
colname_met = "UMAP_"
|
@@ -214,7 +214,7 @@ py2ls/export_requirements.py,sha256=x2WgUF0jYKz9GfA1MVKN-MdsM-oQ8yUeC6Ua8oCymio,
|
|
214
214
|
py2ls/fetch_update.py,sha256=9LXj661GpCEFII2wx_99aINYctDiHni6DOruDs_fdt8,4752
|
215
215
|
py2ls/freqanalysis.py,sha256=F4218VSPbgL5tnngh6xNCYuNnfR-F_QjECUUxrPYZss,32594
|
216
216
|
py2ls/ich2ls.py,sha256=3E9R8oVpyYZXH5PiIQgT3CN5NxLe4Dwtm2LwaeacE6I,21381
|
217
|
-
py2ls/ips.py,sha256=
|
217
|
+
py2ls/ips.py,sha256=XBoA7YuqLVvU7DSGxVN7VMmr-aqjvlGCrLibZxzhp9E,265181
|
218
218
|
py2ls/ml2ls.py,sha256=EN-ufKgFs6NWPJVyh3mu9VmRyRK4vgi6rzufDd7B2pA,106633
|
219
219
|
py2ls/mol.py,sha256=AZnHzarIk_MjueKdChqn1V6e4tUle3X1NnHSFA6n3Nw,10645
|
220
220
|
py2ls/netfinder.py,sha256=RJFr80tGEJiuwEx99IBOhI5-ZuXnPdWnGUYpF7XCEwI,56426
|
@@ -225,6 +225,6 @@ py2ls/sleep_events_detectors.py,sha256=bQA3HJqv5qnYKJJEIhCyhlDtkXQfIzqksnD0YRXso
|
|
225
225
|
py2ls/stats.py,sha256=DMoJd8Z5YV9T1wB-4P52F5K5scfVK55DT8UP4Twcebo,38627
|
226
226
|
py2ls/translator.py,sha256=zBeq4pYZeroqw3DT-5g7uHfVqKd-EQptT6LJ-Adi8JY,34244
|
227
227
|
py2ls/wb_detector.py,sha256=7y6TmBUj9exCZeIgBAJ_9hwuhkDh1x_-yg4dvNY1_GQ,6284
|
228
|
-
py2ls-0.2.4.9.dist-info/METADATA,sha256=
|
229
|
-
py2ls-0.2.4.9.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
230
|
-
py2ls-0.2.4.9.dist-info/RECORD,,
|
228
|
+
py2ls-0.2.4.9.0.dist-info/METADATA,sha256=kMWNoEUjjiAC5A8ejHh3OhoWZdsPNZEyvMEN-cPWjv8,20040
|
229
|
+
py2ls-0.2.4.9.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
230
|
+
py2ls-0.2.4.9.0.dist-info/RECORD,,
|
File without changes
|