noshot 0.2.0__tar.gz → 0.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.
Files changed (41) hide show
  1. {noshot-0.2.0 → noshot-0.2.1}/PKG-INFO +2 -2
  2. {noshot-0.2.0 → noshot-0.2.1}/README.md +1 -1
  3. {noshot-0.2.0 → noshot-0.2.1}/noshot.egg-info/PKG-INFO +2 -2
  4. {noshot-0.2.0 → noshot-0.2.1}/noshot.egg-info/SOURCES.txt +1 -0
  5. {noshot-0.2.0 → noshot-0.2.1}/setup.py +1 -1
  6. noshot-0.2.1/src/noshot/data/ML TS XAI/TS/AllinOne.ipynb +12676 -0
  7. {noshot-0.2.0 → noshot-0.2.1}/LICENSE.txt +0 -0
  8. {noshot-0.2.0 → noshot-0.2.1}/noshot.egg-info/dependency_links.txt +0 -0
  9. {noshot-0.2.0 → noshot-0.2.1}/noshot.egg-info/not-zip-safe +0 -0
  10. {noshot-0.2.0 → noshot-0.2.1}/noshot.egg-info/top_level.txt +0 -0
  11. {noshot-0.2.0 → noshot-0.2.1}/setup.cfg +0 -0
  12. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/__init__.py +0 -0
  13. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/PCA-EDA.ipynb +0 -0
  14. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/balance-scale.csv +0 -0
  15. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/input.txt +0 -0
  16. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/KNN.ipynb +0 -0
  17. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv +0 -0
  18. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/input.txt +0 -0
  19. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb +0 -0
  20. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/balance-scale.csv +0 -0
  21. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt +0 -0
  22. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/Linear-Regression.ipynb +0 -0
  23. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv +0 -0
  24. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb +0 -0
  25. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv +0 -0
  26. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb +0 -0
  27. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv +0 -0
  28. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb +0 -0
  29. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv +0 -0
  30. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb +0 -0
  31. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships/Exploring Temporal Relationships.ipynb +0 -0
  32. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/Up-Down-Sampling.ipynb +0 -0
  33. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/shampoo_sales.csv +0 -0
  34. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/Stationarity-Trend-Seasonality.ipynb +0 -0
  35. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-min-temperatures.csv +0 -0
  36. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-total-female-births.csv +0 -0
  37. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/ACF-PACF.ipynb +0 -0
  38. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/daily-min-temperatures.csv +0 -0
  39. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/main.py +0 -0
  40. {noshot-0.2.0 → noshot-0.2.1}/src/noshot/utils/__init__.py +0 -0
  41. {noshot-0.2.0 → noshot-0.2.1}/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.0
3
+ Version: 0.2.1
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.0
55
+ pip install noshot==0.2.1
@@ -27,4 +27,4 @@
27
27
  ## 📦 **Installation**
28
28
  Install latest version via `pip`:
29
29
  ```sh
30
- pip install noshot==0.2.0
30
+ pip install noshot==0.2.1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: noshot
3
- Version: 0.2.0
3
+ Version: 0.2.1
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.0
55
+ pip install noshot==0.2.1
@@ -23,6 +23,7 @@ src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb
23
23
  src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv
24
24
  src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb
25
25
  src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv
26
+ src/noshot/data/ML TS XAI/TS/AllinOne.ipynb
26
27
  src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb
27
28
  src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv
28
29
  src/noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb
@@ -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.0",
8
+ version="0.2.1",
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,