noshot 0.2.1__tar.gz → 0.2.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.
- {noshot-0.2.1 → noshot-0.2.2}/PKG-INFO +2 -2
- {noshot-0.2.1 → noshot-0.2.2}/README.md +1 -1
- {noshot-0.2.1 → noshot-0.2.2}/noshot.egg-info/PKG-INFO +2 -2
- {noshot-0.2.1 → noshot-0.2.2}/setup.py +1 -1
- {noshot-0.2.1 → noshot-0.2.2}/LICENSE.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/noshot.egg-info/SOURCES.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/noshot.egg-info/dependency_links.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/noshot.egg-info/not-zip-safe +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/noshot.egg-info/top_level.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/setup.cfg +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/__init__.py +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/PCA-EDA.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/balance-scale.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/input.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/KNN.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/input.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/balance-scale.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/Linear-Regression.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships/Exploring Temporal Relationships.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/Up-Down-Sampling.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/shampoo_sales.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/Stationarity-Trend-Seasonality.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-min-temperatures.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-total-female-births.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/ACF-PACF.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/daily-min-temperatures.csv +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/TS/AllinOne.ipynb +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/main.py +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/utils/__init__.py +0 -0
- {noshot-0.2.1 → noshot-0.2.2}/src/noshot/utils/shell_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: noshot
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
|
5
5
|
Author: Tim Stan S
|
6
6
|
License: MIT
|
@@ -52,4 +52,4 @@ Dynamic: summary
|
|
52
52
|
## 📦 **Installation**
|
53
53
|
Install latest version via `pip`:
|
54
54
|
```sh
|
55
|
-
pip install noshot==0.2.
|
55
|
+
pip install noshot==0.2.0
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: noshot
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
|
5
5
|
Author: Tim Stan S
|
6
6
|
License: MIT
|
@@ -52,4 +52,4 @@ Dynamic: summary
|
|
52
52
|
## 📦 **Installation**
|
53
53
|
Install latest version via `pip`:
|
54
54
|
```sh
|
55
|
-
pip install noshot==0.2.
|
55
|
+
pip install noshot==0.2.0
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="noshot",
|
8
|
-
version="0.2.
|
8
|
+
version="0.2.2",
|
9
9
|
author="Tim Stan S",
|
10
10
|
description="Support library for Artificial Intelligence, Machine Learning and Data Science tools",
|
11
11
|
long_description=long_description,
|
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
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv
RENAMED
File without changes
|
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb
RENAMED
File without changes
|
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt
RENAMED
File without changes
|
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv
RENAMED
File without changes
|
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv
RENAMED
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb
RENAMED
File without changes
|
{noshot-0.2.1 → noshot-0.2.2}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|