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