ThreeWToolkit 3.2.0__tar.gz → 3.2.1__tar.gz
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.
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/PKG-INFO +4 -4
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/pyproject.toml +1 -1
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/README.md +3 -3
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/PKG-INFO +4 -4
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/LICENSE.md +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/README.md +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/setup.cfg +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/assessment/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/assessment/assessment_visualizations.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/assessment/model_assess.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_consensus.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_distances.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_divisive.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_hierarchical.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_normalization.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_quality.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_resampling.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_utils.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/constants.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_assessment.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_assessment_visualization.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_clustering.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_dataset.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_feature_extractor.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_instantiable.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_models.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_pipeline.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_prediction_strategies.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_preprocessing.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_trainer.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_transform.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_visualizer.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/dataset_outputs.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/enums.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/clustering_plots.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/correlation_heatmap.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_fft.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_multiple_series.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_series.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_utils.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plots.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/seasonal_decomposition.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/three_w_chart.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/wavelet_spectrogram.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/csv_data_loader.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/parquet_dataset.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/subset_dataset.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/transform_dataset.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/transformed_dataset.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/adapters.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/exponential_statistics.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/statistical.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/wavelet.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/windowing.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/logging_config.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/metrics/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/metrics/_classification.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/metrics/_regression.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/models/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/models/mlp.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/models/sklearn_models.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/models/torch_models.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/pipeline.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/adapters.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/clean_signals.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/fill_labels.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/impute_missing.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/normalize.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/remap.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/rename_column.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/reports/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/reports/report_generation.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/trainer/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/trainer/sklearn_trainer.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/trainer/torch_trainer.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/__init__.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/data_splitter.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/data_utils.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/downloader.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/general_utils.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/model_recorder.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/template_manager.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/utils/trainer_logger.py +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/SOURCES.txt +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/dependency_links.txt +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/requires.txt +0 -0
- {threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ThreeWToolkit
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1
|
|
4
4
|
Summary: A modular and open-source AI toolkit for time-series processing, aimed at fault detection and classification in oil well operation
|
|
5
5
|
Author-email: Ricardo Emanuel Vaz Vargas <ricardo.vargas@petrobras.com.br>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -127,7 +127,7 @@ To better understand how the system is organized, we can divide all classes into
|
|
|
127
127
|
## 📊 3W Dataset <a id="dataset"></a>
|
|
128
128
|
The **3W dataset** serves as a **reference dataset** for this project and is hosted on [Figshare](https://figshare.com/projects/3W_Dataset/251195). However, the toolkit is not limited to the 3W dataset and can be adapted for other datasets as well.
|
|
129
129
|
|
|
130
|
-
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](
|
|
130
|
+
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](https://github.com/petrobras/3W/blob/main/3W_DATASET_STRUCTURE.md) file.
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
## ⚙️ Installation & Setup <a id="installation"></a>
|
|
@@ -170,11 +170,11 @@ conda activate 3W
|
|
|
170
170
|
## 🪐 Jupyter Notebooks & Examples <a id="notebooks"></a>
|
|
171
171
|
A curated set of ready-to-use jupyter notebooks that demonstrate how to use the toolkit to common fault detection tasks using the 3W dataset. These examples accelerate onboarding and reproducibility.
|
|
172
172
|
|
|
173
|
-
The set of notebooks can be found in the [notebooks folder](
|
|
173
|
+
The set of notebooks can be found in the [notebooks folder](https://github.com/petrobras/3W/tree/main/toolkit/demos)
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
## 🤝 Contributing <a id="contributing"></a>
|
|
177
177
|
|
|
178
|
-
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](
|
|
178
|
+
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](https://github.com/petrobras/3W/blob/main/CONTRIBUTING.md).
|
|
179
179
|
|
|
180
180
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "ThreeWToolkit"
|
|
3
|
-
version = "3.2.
|
|
3
|
+
version = "3.2.1"
|
|
4
4
|
description = "A modular and open-source AI toolkit for time-series processing, aimed at fault detection and classification in oil well operation"
|
|
5
5
|
readme = { file = "toolkit/ThreeWToolkit/README.md", content-type = "text/markdown" }
|
|
6
6
|
license = { text = "Apache-2.0" }
|
|
@@ -63,7 +63,7 @@ To better understand how the system is organized, we can divide all classes into
|
|
|
63
63
|
## 📊 3W Dataset <a id="dataset"></a>
|
|
64
64
|
The **3W dataset** serves as a **reference dataset** for this project and is hosted on [Figshare](https://figshare.com/projects/3W_Dataset/251195). However, the toolkit is not limited to the 3W dataset and can be adapted for other datasets as well.
|
|
65
65
|
|
|
66
|
-
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](
|
|
66
|
+
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](https://github.com/petrobras/3W/blob/main/3W_DATASET_STRUCTURE.md) file.
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
## ⚙️ Installation & Setup <a id="installation"></a>
|
|
@@ -106,11 +106,11 @@ conda activate 3W
|
|
|
106
106
|
## 🪐 Jupyter Notebooks & Examples <a id="notebooks"></a>
|
|
107
107
|
A curated set of ready-to-use jupyter notebooks that demonstrate how to use the toolkit to common fault detection tasks using the 3W dataset. These examples accelerate onboarding and reproducibility.
|
|
108
108
|
|
|
109
|
-
The set of notebooks can be found in the [notebooks folder](
|
|
109
|
+
The set of notebooks can be found in the [notebooks folder](https://github.com/petrobras/3W/tree/main/toolkit/demos)
|
|
110
110
|
|
|
111
111
|
|
|
112
112
|
## 🤝 Contributing <a id="contributing"></a>
|
|
113
113
|
|
|
114
|
-
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](
|
|
114
|
+
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](https://github.com/petrobras/3W/blob/main/CONTRIBUTING.md).
|
|
115
115
|
|
|
116
116
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ThreeWToolkit
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.1
|
|
4
4
|
Summary: A modular and open-source AI toolkit for time-series processing, aimed at fault detection and classification in oil well operation
|
|
5
5
|
Author-email: Ricardo Emanuel Vaz Vargas <ricardo.vargas@petrobras.com.br>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -127,7 +127,7 @@ To better understand how the system is organized, we can divide all classes into
|
|
|
127
127
|
## 📊 3W Dataset <a id="dataset"></a>
|
|
128
128
|
The **3W dataset** serves as a **reference dataset** for this project and is hosted on [Figshare](https://figshare.com/projects/3W_Dataset/251195). However, the toolkit is not limited to the 3W dataset and can be adapted for other datasets as well.
|
|
129
129
|
|
|
130
|
-
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](
|
|
130
|
+
Further details on the 3W dataset’s structure, preprocessing, and usage are available in the [3W_DATASET_STRUCTURE.md](https://github.com/petrobras/3W/blob/main/3W_DATASET_STRUCTURE.md) file.
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
## ⚙️ Installation & Setup <a id="installation"></a>
|
|
@@ -170,11 +170,11 @@ conda activate 3W
|
|
|
170
170
|
## 🪐 Jupyter Notebooks & Examples <a id="notebooks"></a>
|
|
171
171
|
A curated set of ready-to-use jupyter notebooks that demonstrate how to use the toolkit to common fault detection tasks using the 3W dataset. These examples accelerate onboarding and reproducibility.
|
|
172
172
|
|
|
173
|
-
The set of notebooks can be found in the [notebooks folder](
|
|
173
|
+
The set of notebooks can be found in the [notebooks folder](https://github.com/petrobras/3W/tree/main/toolkit/demos)
|
|
174
174
|
|
|
175
175
|
|
|
176
176
|
## 🤝 Contributing <a id="contributing"></a>
|
|
177
177
|
|
|
178
|
-
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](
|
|
178
|
+
We welcome contributions to help us improve and expand the functionality of the 3W toolkit. To ensure a smooth collaboration process, please follow our contrubuting guidelines [here](https://github.com/petrobras/3W/blob/main/CONTRIBUTING.md).
|
|
179
179
|
|
|
180
180
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/assessment/model_assess.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_hierarchical.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/clustering/_normalization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_feature_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_prediction_strategies.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/core/base_preprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_fft.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_series.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plot_utils.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/data_visualization/plots.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/csv_data_loader.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/parquet_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/transform_dataset.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/dataset/transformed_dataset.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/__init__.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/adapters.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/statistical.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/wavelet.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/feature_extraction/windowing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/metrics/_classification.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/clean_signals.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/fill_labels.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/impute_missing.py
RENAMED
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/normalize.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/preprocessing/rename_column.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/reports/report_generation.py
RENAMED
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit/trainer/sklearn_trainer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{threewtoolkit-3.2.0 → threewtoolkit-3.2.1}/toolkit/ThreeWToolkit.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|