noshot 0.2.2__tar.gz → 0.2.4__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.2 → noshot-0.2.4}/PKG-INFO +1 -1
  2. {noshot-0.2.2 → noshot-0.2.4}/noshot.egg-info/PKG-INFO +1 -1
  3. {noshot-0.2.2 → noshot-0.2.4}/setup.py +1 -1
  4. {noshot-0.2.2 → noshot-0.2.4}/LICENSE.txt +0 -0
  5. {noshot-0.2.2 → noshot-0.2.4}/README.md +0 -0
  6. {noshot-0.2.2 → noshot-0.2.4}/noshot.egg-info/SOURCES.txt +0 -0
  7. {noshot-0.2.2 → noshot-0.2.4}/noshot.egg-info/dependency_links.txt +0 -0
  8. {noshot-0.2.2 → noshot-0.2.4}/noshot.egg-info/not-zip-safe +0 -0
  9. {noshot-0.2.2 → noshot-0.2.4}/noshot.egg-info/top_level.txt +0 -0
  10. {noshot-0.2.2 → noshot-0.2.4}/setup.cfg +0 -0
  11. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/__init__.py +0 -0
  12. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/PCA-EDA.ipynb +0 -0
  13. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/balance-scale.csv +0 -0
  14. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/input.txt +0 -0
  15. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/KNN.ipynb +0 -0
  16. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv +0 -0
  17. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/input.txt +0 -0
  18. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb +0 -0
  19. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/balance-scale.csv +0 -0
  20. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt +0 -0
  21. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/Linear-Regression.ipynb +0 -0
  22. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv +0 -0
  23. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb +0 -0
  24. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv +0 -0
  25. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb +0 -0
  26. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv +0 -0
  27. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb +0 -0
  28. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv +0 -0
  29. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb +0 -0
  30. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships/Exploring Temporal Relationships.ipynb +0 -0
  31. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/Up-Down-Sampling.ipynb +0 -0
  32. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/shampoo_sales.csv +0 -0
  33. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/Stationarity-Trend-Seasonality.ipynb +0 -0
  34. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-min-temperatures.csv +0 -0
  35. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-total-female-births.csv +0 -0
  36. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/ACF-PACF.ipynb +0 -0
  37. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/daily-min-temperatures.csv +0 -0
  38. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/data/ML TS XAI/TS/AllinOne.ipynb +0 -0
  39. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/main.py +0 -0
  40. {noshot-0.2.2 → noshot-0.2.4}/src/noshot/utils/__init__.py +0 -0
  41. {noshot-0.2.2 → noshot-0.2.4}/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.2
3
+ Version: 0.2.4
4
4
  Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
5
  Author: Tim Stan S
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: noshot
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
5
  Author: Tim Stan S
6
6
  License: MIT
@@ -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.2",
8
+ version="0.2.4",
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