noshot 0.3.9__tar.gz → 0.4.0__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 (76) hide show
  1. {noshot-0.3.9 → noshot-0.4.0}/PKG-INFO +1 -1
  2. {noshot-0.3.9 → noshot-0.4.0}/noshot.egg-info/PKG-INFO +1 -1
  3. noshot-0.4.0/noshot.egg-info/SOURCES.txt +51 -0
  4. {noshot-0.3.9 → noshot-0.4.0}/setup.py +1 -1
  5. noshot-0.4.0/src/noshot/data/ML TS XAI/CIA-1-Delhi Boy.ipynb +535 -0
  6. noshot-0.4.0/src/noshot/data/ML TS XAI/Football Player/4.ipynb +395 -0
  7. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/AllinOne.ipynb +1 -0
  8. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Heart-Disease-UCI-0.ipynb +886 -0
  9. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Housing-0.ipynb +292 -0
  10. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Lab Code Ex 1-4.ipynb +1 -0
  11. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/data/Housing.csv +546 -0
  12. noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/data/heart_disease_uci.csv +921 -0
  13. noshot-0.3.9/noshot.egg-info/SOURCES.txt +0 -65
  14. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data.ipynb +0 -247
  15. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/2. Feature Engineering.ipynb +0 -183
  16. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships.ipynb +0 -172
  17. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interpolation.ipynb +0 -146
  18. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality.ipynb +0 -173
  19. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation.ipynb +0 -77
  20. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/AllinOne.ipynb +0 -1416
  21. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/daily-min-temperatures.csv +0 -3651
  22. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/daily-total-female-births.csv +0 -366
  23. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/raw_sales.csv +0 -29581
  24. noshot-0.3.9/src/noshot/data/ML TS XAI/TS/data/shampoo_sales.csv +0 -37
  25. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/1 - AirPassengers.ipynb +0 -198
  26. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/AirPassengers.csv +0 -145
  27. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/2 - daily-total-female-births.ipynb +0 -209
  28. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/daily-total-female-births.csv +0 -366
  29. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/3 - Bill Charge.ipynb +0 -169
  30. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/bill charge.csv +0 -21
  31. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/4 - daily-min-temperatures.ipynb +0 -181
  32. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/daily-min-temperatures.csv +0 -3651
  33. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/5 - Shampoo sales.ipynb +0 -213
  34. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/shampoo_sales.csv +0 -37
  35. noshot-0.3.9/src/noshot/data/ML TS XAI/TS Lab CIA/Questions TMS 27 Feb 25.pdf +0 -0
  36. {noshot-0.3.9 → noshot-0.4.0}/LICENSE.txt +0 -0
  37. {noshot-0.3.9 → noshot-0.4.0}/README.md +0 -0
  38. {noshot-0.3.9 → noshot-0.4.0}/noshot.egg-info/dependency_links.txt +0 -0
  39. {noshot-0.3.9 → noshot-0.4.0}/noshot.egg-info/not-zip-safe +0 -0
  40. {noshot-0.3.9 → noshot-0.4.0}/noshot.egg-info/top_level.txt +0 -0
  41. {noshot-0.3.9 → noshot-0.4.0}/setup.cfg +0 -0
  42. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/__init__.py +0 -0
  43. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/1. PCA - EDA.ipynb +0 -0
  44. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/2. KNN Classifier.ipynb +0 -0
  45. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis.ipynb +0 -0
  46. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/4. Linear Regression.ipynb +0 -0
  47. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/5. Logistic Regression.ipynb +0 -0
  48. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier.ipynb +0 -0
  49. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/data/balance-scale.csv +0 -0
  50. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/data/balance-scale.txt +0 -0
  51. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/data/machine-data.csv +0 -0
  52. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML/data/wine-dataset.csv +0 -0
  53. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/Bank.ipynb +0 -0
  54. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/LR.ipynb +0 -0
  55. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/ObesityDataSet_raw_and_data_sinthetic.csv +0 -0
  56. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/Q4 LR.csv +0 -0
  57. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/Q7 BANK DETAILS.csv +0 -0
  58. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/airfoil.ipynb +0 -0
  59. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/airfoil_self_noise.dat +0 -0
  60. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/obesity.ipynb +0 -0
  61. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/data/ML TS XAI/ML Additional/voronoicode.ipynb +0 -0
  62. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/1/1.ipynb +0 -0
  63. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/1/Question.txt +0 -0
  64. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/1/airfoil_self_noise.dat +0 -0
  65. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/2/2.ipynb +0 -0
  66. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/2/Question.txt +0 -0
  67. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/2/pop_failures.dat +0 -0
  68. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/3/3.ipynb +0 -0
  69. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/3/Qu.txt +0 -0
  70. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/3/go_track_tracks.csv +0 -0
  71. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/4/4.ipynb +0 -0
  72. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/4/Wilt.csv +0 -0
  73. {noshot-0.3.9/src/noshot/data/ML TS XAI/ML Lab CIA → noshot-0.4.0/src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class}/4/qu.txt +0 -0
  74. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/main.py +0 -0
  75. {noshot-0.3.9 → noshot-0.4.0}/src/noshot/utils/__init__.py +0 -0
  76. {noshot-0.3.9 → noshot-0.4.0}/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.3.9
3
+ Version: 0.4.0
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.3.9
3
+ Version: 0.4.0
4
4
  Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
5
  Author: Tim Stan S
6
6
  License: MIT
@@ -0,0 +1,51 @@
1
+ LICENSE.txt
2
+ README.md
3
+ setup.py
4
+ noshot.egg-info/PKG-INFO
5
+ noshot.egg-info/SOURCES.txt
6
+ noshot.egg-info/dependency_links.txt
7
+ noshot.egg-info/not-zip-safe
8
+ noshot.egg-info/top_level.txt
9
+ src/noshot/__init__.py
10
+ src/noshot/main.py
11
+ src/noshot/data/ML TS XAI/CIA-1-Delhi Boy.ipynb
12
+ src/noshot/data/ML TS XAI/Football Player/4.ipynb
13
+ src/noshot/data/ML TS XAI/ML/1. PCA - EDA.ipynb
14
+ src/noshot/data/ML TS XAI/ML/2. KNN Classifier.ipynb
15
+ src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis.ipynb
16
+ src/noshot/data/ML TS XAI/ML/4. Linear Regression.ipynb
17
+ src/noshot/data/ML TS XAI/ML/5. Logistic Regression.ipynb
18
+ src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier.ipynb
19
+ src/noshot/data/ML TS XAI/ML Additional/Bank.ipynb
20
+ src/noshot/data/ML TS XAI/ML Additional/LR.ipynb
21
+ src/noshot/data/ML TS XAI/ML Additional/ObesityDataSet_raw_and_data_sinthetic.csv
22
+ src/noshot/data/ML TS XAI/ML Additional/Q4 LR.csv
23
+ src/noshot/data/ML TS XAI/ML Additional/Q7 BANK DETAILS.csv
24
+ src/noshot/data/ML TS XAI/ML Additional/airfoil.ipynb
25
+ src/noshot/data/ML TS XAI/ML Additional/airfoil_self_noise.dat
26
+ src/noshot/data/ML TS XAI/ML Additional/obesity.ipynb
27
+ src/noshot/data/ML TS XAI/ML Additional/voronoicode.ipynb
28
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/1/1.ipynb
29
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/1/Question.txt
30
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/1/airfoil_self_noise.dat
31
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/2/2.ipynb
32
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/2/Question.txt
33
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/2/pop_failures.dat
34
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/3/3.ipynb
35
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/3/Qu.txt
36
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/3/go_track_tracks.csv
37
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/4/4.ipynb
38
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/4/Wilt.csv
39
+ src/noshot/data/ML TS XAI/ML Lab CIA - Healthy Class/4/qu.txt
40
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/AllinOne.ipynb
41
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Heart-Disease-UCI-0.ipynb
42
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Housing-0.ipynb
43
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/Lab Code Ex 1-4.ipynb
44
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/data/Housing.csv
45
+ src/noshot/data/ML TS XAI/ML Lab CIA - Our Class/data/heart_disease_uci.csv
46
+ src/noshot/data/ML TS XAI/ML/data/balance-scale.csv
47
+ src/noshot/data/ML TS XAI/ML/data/balance-scale.txt
48
+ src/noshot/data/ML TS XAI/ML/data/machine-data.csv
49
+ src/noshot/data/ML TS XAI/ML/data/wine-dataset.csv
50
+ src/noshot/utils/__init__.py
51
+ 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.3.9",
8
+ version="0.4.0",
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,