ddsimca 1.0.0__tar.gz → 1.0.2__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.
- {ddsimca-1.0.0 → ddsimca-1.0.2}/PKG-INFO +3 -3
- {ddsimca-1.0.0 → ddsimca-1.0.2}/README.md +2 -2
- {ddsimca-1.0.0 → ddsimca-1.0.2}/pyproject.toml +1 -1
- {ddsimca-1.0.0 → ddsimca-1.0.2}/.gitignore +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/LICENSE +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/ddsimca/__init__.py +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/ddsimca/ddsimca.py +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/All_Test.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/New_Susp.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/NonTarget_Non_Or.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/Oregano.zip +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/Target_Greece.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/Target_Test.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/Target_Train.csv +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/demo.ipynb +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/demo/demo.md +0 -0
- {ddsimca-1.0.0 → ddsimca-1.0.2}/tests/test_ddsimca.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ddsimca
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: Implementation of Data Driven SIMCA one class classification method
|
|
5
5
|
Project-URL: Homepage, https://github.com/svkucheryavski/ddsimca
|
|
6
6
|
Project-URL: Documentation, https://github.com/svkucheryavski/ddsimca
|
|
@@ -47,13 +47,13 @@ It requires `numpy`, `scipy`, `pandas`, `prcv` and `matplotlib`, which will be
|
|
|
47
47
|
|
|
48
48
|
## Getting started
|
|
49
49
|
|
|
50
|
-
Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/Oregano.zip) to the archive.
|
|
50
|
+
Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/ddsimca/Oregano.zip) to the archive.
|
|
51
51
|
|
|
52
52
|
Simply download the dataset and unzip it to your working directory, where you have the notebook or Markdown document, and follow the guidelines. The dataset can be downloaded from GitHub as well.
|
|
53
53
|
|
|
54
54
|
## Releases
|
|
55
55
|
|
|
56
|
-
**1.0.
|
|
56
|
+
**1.0.2** (1/1/2026)
|
|
57
57
|
* initial release
|
|
58
58
|
|
|
59
59
|
|
|
@@ -14,13 +14,13 @@ It requires `numpy`, `scipy`, `pandas`, `prcv` and `matplotlib`, which will be
|
|
|
14
14
|
|
|
15
15
|
## Getting started
|
|
16
16
|
|
|
17
|
-
Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/Oregano.zip) to the archive.
|
|
17
|
+
Use Jupyter notebook [demo.ipynb](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.ipynb) or Markdown document [demo.md](https://github.com/svkucheryavski/ddsimca-py/blob/main/demo/demo.md) in order to get started. To run the examples from this notebook you need to download zip file with datasets (it is also used for illustration of the method in the paper). Here is [direct link](https://mda.tools/ddsimca/Oregano.zip) to the archive.
|
|
18
18
|
|
|
19
19
|
Simply download the dataset and unzip it to your working directory, where you have the notebook or Markdown document, and follow the guidelines. The dataset can be downloaded from GitHub as well.
|
|
20
20
|
|
|
21
21
|
## Releases
|
|
22
22
|
|
|
23
|
-
**1.0.
|
|
23
|
+
**1.0.2** (1/1/2026)
|
|
24
24
|
* initial release
|
|
25
25
|
|
|
26
26
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|