noshot 0.1.7__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 (248) hide show
  1. {noshot-0.1.7 → noshot-0.1.9}/PKG-INFO +2 -2
  2. {noshot-0.1.7 → noshot-0.1.9}/README.md +1 -1
  3. {noshot-0.1.7 → noshot-0.1.9}/noshot.egg-info/PKG-INFO +2 -2
  4. noshot-0.1.9/noshot.egg-info/SOURCES.txt +38 -0
  5. {noshot-0.1.7 → noshot-0.1.9}/setup.py +1 -1
  6. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/PCA-EDA.ipynb +207 -0
  7. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/balance-scale.csv +626 -0
  8. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/1. PCA - EDA/input.txt +625 -0
  9. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/KNN.ipynb +287 -0
  10. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv +626 -0
  11. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/2. KNN Classifier/input.txt +625 -0
  12. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb +83 -0
  13. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/balance-scale.csv +626 -0
  14. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt +625 -0
  15. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/4. Linear Regression/Linear-Regression.ipynb +117 -0
  16. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv +210 -0
  17. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb +137 -0
  18. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv +179 -0
  19. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb +129 -0
  20. noshot-0.1.9/src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/wine-dataset.csv +179 -0
  21. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb +784 -0
  22. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv +29581 -0
  23. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb +1445 -0
  24. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/3. Temporal Relationships/Exploring Temporal Relationships.ipynb +603 -0
  25. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/Up-Down-Sampling.ipynb +721 -0
  26. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/shampoo_sales.csv +37 -0
  27. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/Stationarity-Trend-Seasonality.ipynb +392 -0
  28. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-min-temperatures.csv +3651 -0
  29. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-total-female-births.csv +366 -0
  30. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/ACF-PACF.ipynb +175 -0
  31. noshot-0.1.9/src/noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/daily-min-temperatures.csv +3651 -0
  32. noshot-0.1.7/noshot.egg-info/SOURCES.txt +0 -219
  33. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(A) Breadth First Search.ipynb +0 -112
  34. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(B) Depth First Search.ipynb +0 -111
  35. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(C) Uniform Cost Search.ipynb +0 -134
  36. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(D) Depth Limites Search.ipynb +0 -115
  37. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(E) Iterative Deepening DFS.ipynb +0 -123
  38. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/2_ANOVA.csv +0 -769
  39. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA (Repeated Measure).ipynb +0 -126
  40. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA.ipynb +0 -134
  41. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Sample 1 Way ANOVA Test.ipynb +0 -119
  42. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Two Way ANOVA.ipynb +0 -138
  43. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/reaction_time.csv +0 -5
  44. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sample_data.csv +0 -16
  45. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sleep_deprivation.csv +0 -4
  46. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/3_Linear.csv +0 -4802
  47. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression LAB.ipynb +0 -113
  48. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression New- sklearn.ipynb +0 -118
  49. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression.ipynb +0 -148
  50. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/house_rate.csv +0 -22
  51. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression New- sklearn.ipynb +0 -128
  52. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression.ipynb +0 -145
  53. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/default.csv +0 -1001
  54. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/hours_scores_records.csv +0 -101
  55. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(A) Astar.ipynb +0 -256
  56. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(B) IDAstar.ipynb +0 -157
  57. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(C) SMAstar.ipynb +0 -178
  58. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/3. Genetic Algorithm/Genetic.ipynb +0 -95
  59. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Simulated Annealing.ipynb +0 -74
  60. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Sudoku Simulated Annealing.ipynb +0 -103
  61. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/5. Alpha Beta Pruning/AlphaBetaPruning.ipynb +0 -182
  62. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(A) CSP House Allocation.ipynb +0 -120
  63. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(B) CSP Map Coloring.ipynb +0 -125
  64. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/Random Sampling.ipynb +0 -73
  65. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/height_weight_bmi.csv +0 -8389
  66. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test Hash Function.ipynb +0 -141
  67. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test.ipynb +0 -151
  68. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/8. Z Test/height_weight_bmi.csv +0 -8389
  69. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/1_heart.csv +0 -304
  70. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/Independent T Test.ipynb +0 -119
  71. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/Paired T Test.ipynb +0 -118
  72. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test Hash Function.ipynb +0 -142
  73. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test.ipynb +0 -158
  74. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/height_weight_bmi.csv +0 -8389
  75. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/9. T Test/iq_test.csv +0 -0
  76. noshot-0.1.7/src/noshot/data/ML TS XAI/AIDS/Others (AllinOne)/All In One.ipynb +0 -4581
  77. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/1. Chat Application/chat.java +0 -81
  78. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/1. Chat Application/output.png +0 -0
  79. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/1. Chat Application/procedure.png +0 -0
  80. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/LAN.tcl +0 -65
  81. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/analysis.awk +0 -44
  82. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/output.png +0 -0
  83. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/procedure.png +0 -0
  84. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/complexdcf.tcl +0 -229
  85. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/output.png +0 -0
  86. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/procedure.png +0 -0
  87. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/2. File Transfer/file_to_send.txt +0 -2
  88. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/2. File Transfer/filetransfer.java +0 -119
  89. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/2. File Transfer/output.png +0 -0
  90. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/2. File Transfer/procedure.png +0 -0
  91. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Client.class +0 -0
  92. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerImpl.class +0 -0
  93. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerIntf.class +0 -0
  94. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Server.class +0 -0
  95. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/output.png +0 -0
  96. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/procedure.png +0 -0
  97. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/rmi.java +0 -56
  98. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/4. Wired Network/output.png +0 -0
  99. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/4. Wired Network/procedure.png +0 -0
  100. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.awk +0 -25
  101. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.tcl +0 -81
  102. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/5. Wireless Network/output.png +0 -0
  103. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/5. Wireless Network/procedure.png +0 -0
  104. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.awk +0 -27
  105. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.tcl +0 -153
  106. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/analysis.awk +0 -27
  107. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/output.png +0 -0
  108. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/sack.tcl +0 -86
  109. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/vegas.tcl +0 -86
  110. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/analysis.awk +0 -28
  111. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/output.png +0 -0
  112. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/reno.tcl +0 -78
  113. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/tahoe.tcl +0 -79
  114. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/analysis.awk +0 -27
  115. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/flow.tcl +0 -163
  116. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/output.png +0 -0
  117. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/procedure.png +0 -0
  118. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/DV.tcl +0 -111
  119. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/LS.tcl +0 -106
  120. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/analysis.awk +0 -36
  121. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/output.png +0 -0
  122. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/procedure.png +0 -0
  123. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/analysis.awk +0 -20
  124. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/broadcast.tcl +0 -76
  125. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/multicast.tcl +0 -103
  126. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/output.png +0 -0
  127. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/procedure.png +0 -0
  128. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/9. DHCP/DHCP.java +0 -125
  129. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/9. DHCP/output.png +0 -0
  130. noshot-0.1.7/src/noshot/data/ML TS XAI/CN/9. DHCP/procedure.png +0 -0
  131. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/1-Prereqs.py +0 -18
  132. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/2-Chi2test.py +0 -83
  133. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/2-T-test.py +0 -79
  134. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/3-WSD-nb.py +0 -53
  135. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/4-Hindle-Rooth.py +0 -53
  136. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/5-HMM-Trellis.py +0 -82
  137. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/6-HMM-Viterbi.py +0 -16
  138. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/7-PCFG-parsetree.py +0 -15
  139. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Chi2test.ipynb +0 -285
  140. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Hindle-Rooth.ipynb +0 -179
  141. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 10 - Text generator using LSTM.ipynb +0 -1461
  142. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 11 NMT.ipynb +0 -2307
  143. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/PCFG.ipynb +0 -134
  144. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Prereqs.ipynb +0 -131
  145. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/T test.ipynb +0 -252
  146. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/TFIDF BOW.ipynb +0 -171
  147. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Trellis.ipynb +0 -244
  148. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/WSD.ipynb +0 -645
  149. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 1/Word2Vec.ipynb +0 -93
  150. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/tokenizer.ipynb +0 -370
  151. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/training_tokenizer.txt +0 -6
  152. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/exp0.ipynb +0 -274
  153. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/lab2.ipynb +0 -905
  154. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/test.txt +0 -1
  155. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/tokenizing.ipynb +0 -272
  156. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/collocation.ipynb +0 -332
  157. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/lab3.ipynb +0 -549
  158. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/nlp.txt +0 -1
  159. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/Lab4-NLP-Exp-2.ipynb +0 -817
  160. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/collocation.ipynb +0 -332
  161. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/NLP-Lab-5-Exp3.ipynb +0 -231
  162. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/word-sense-disambiguation.ipynb +0 -507
  163. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab06(additional-exercise)/lab6.ipynb +0 -134
  164. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP Exp 4.ipynb +0 -255
  165. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP_Exp_5.ipynb +0 -159
  166. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab08(PCFG)/PCFG.ipynb +0 -282
  167. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/Lab 9 - MLP classifier.ipynb +0 -670
  168. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/MLP-alternative-code.ipynb +0 -613
  169. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/hindle-rooth-algorithm.ipynb +0 -74
  170. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab10(LSTM)/Lab_10_Text_generator_using_LSTM.ipynb +0 -480
  171. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Machine-translation.ipynb +0 -445
  172. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Viterbi-PCFG.ipynb +0 -105
  173. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/corpora_tools.py +0 -87
  174. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/data_utils.py +0 -11
  175. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/train_translator.py +0 -83
  176. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab12(Information-Extraction)/Information_Extraction.ipynb +0 -201
  177. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Backtrack-without-Verbitri.ipynb +0 -185
  178. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Backward-Procedure.ipynb +0 -597
  179. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Bag_of.ipynb +0 -1422
  180. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/CYK-algorithm.ipynb +0 -1067
  181. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Forward-Procedure.ipynb +0 -477
  182. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/LSTM.ipynb +0 -1290
  183. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 10 - Text generator using LSTM.ipynb +0 -1461
  184. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 11 NMT.ipynb +0 -2307
  185. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-4.ipynb +0 -216
  186. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-5.ipynb +0 -216
  187. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/abc.txt +0 -6
  188. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-1-nltk.ipynb +0 -711
  189. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-2-nlp.ipynb +0 -267
  190. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/exp8&9.ipynb +0 -305
  191. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/hind.ipynb +0 -287
  192. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/lab66.ipynb +0 -752
  193. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/leb_3.ipynb +0 -612
  194. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/naive_bayes_classifier.pkl +0 -0
  195. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_1.ipynb +0 -3008
  196. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_2.ipynb +0 -3095
  197. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/nlplab-9.ipynb +0 -295
  198. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/nltk-ex-4.ipynb +0 -506
  199. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/text1.txt +0 -48
  200. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/text2.txt +0 -8
  201. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/text3.txt +0 -48
  202. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/translation-rnn.ipynb +0 -812
  203. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 3/word2vector.ipynb +0 -173
  204. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Backward Procedure Algorithm.ipynb +0 -179
  205. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Chi Square Collocation.ipynb +0 -208
  206. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Collocation (T test).ipynb +0 -188
  207. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Experiment 1.ipynb +0 -437
  208. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Forward Procedure Algorithm.ipynb +0 -132
  209. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Hindle Rooth.ipynb +0 -414
  210. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/MachineTranslation.ipynb +0 -368
  211. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using MLPClassifier.ipynb +0 -86
  212. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using Tensorflow.ipynb +0 -112
  213. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/PCFG Inside Probability.ipynb +0 -451
  214. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Text Generation using LSTM.ipynb +0 -297
  215. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Viterbi.ipynb +0 -310
  216. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 4/Word Sense Disambiguation.ipynb +0 -335
  217. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/10.Text Generation using LSTM.ipynb +0 -316
  218. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/11.Machine Translation.ipynb +0 -868
  219. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/2.T and Chi2 Test.ipynb +0 -204
  220. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/3.Word Sense Diambiguation.ipynb +0 -234
  221. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/4.Hinddle and Rooth.ipynb +0 -128
  222. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/5.Forward and Backward.ipynb +0 -149
  223. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/6.Viterbi.ipynb +0 -111
  224. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG Parse Tree.ipynb +0 -134
  225. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG using cyk.ipynb +0 -101
  226. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/8.Bag of words and TF-IDF.ipynb +0 -310
  227. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/9.Word2Vector.ipynb +0 -78
  228. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/NLP ALL In One.ipynb +0 -2619
  229. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/sample1.txt +0 -15
  230. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/sample2.txt +0 -4
  231. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 5/word2vec_model.bin +0 -0
  232. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/1. Tokenize, Tagging, NER, Parse Tree.ipynb +0 -312
  233. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/2. T Test and Chi2 Test.ipynb +0 -185
  234. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/3. Naive Bayes WSD.ipynb +0 -199
  235. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/4. Hinddle and Rooth.ipynb +0 -151
  236. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/5 and 6 FWD, BWD, Viterbi.ipynb +0 -164
  237. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/7. PCFG using CYK.ipynb +0 -383
  238. noshot-0.1.7/src/noshot/data/ML TS XAI/NLP/NLP 6/8. BOW and TF-IDF.ipynb +0 -252
  239. noshot-0.1.7/src/noshot/data/ML TS XAI/Ubuntu CN Lab.iso +0 -0
  240. {noshot-0.1.7 → noshot-0.1.9}/LICENSE.txt +0 -0
  241. {noshot-0.1.7 → noshot-0.1.9}/noshot.egg-info/dependency_links.txt +0 -0
  242. {noshot-0.1.7 → noshot-0.1.9}/noshot.egg-info/not-zip-safe +0 -0
  243. {noshot-0.1.7 → noshot-0.1.9}/noshot.egg-info/top_level.txt +0 -0
  244. {noshot-0.1.7 → noshot-0.1.9}/setup.cfg +0 -0
  245. {noshot-0.1.7 → noshot-0.1.9}/src/noshot/__init__.py +0 -0
  246. {noshot-0.1.7 → noshot-0.1.9}/src/noshot/main.py +0 -0
  247. {noshot-0.1.7 → noshot-0.1.9}/src/noshot/utils/__init__.py +0 -0
  248. {noshot-0.1.7 → 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.7
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.7
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.7
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.7
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.7
55
+ pip install noshot==0.1.9
@@ -0,0 +1,38 @@
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/ML/1. PCA - EDA/PCA-EDA.ipynb
12
+ src/noshot/data/ML TS XAI/ML/1. PCA - EDA/balance-scale.csv
13
+ src/noshot/data/ML TS XAI/ML/1. PCA - EDA/input.txt
14
+ src/noshot/data/ML TS XAI/ML/2. KNN Classifier/KNN.ipynb
15
+ src/noshot/data/ML TS XAI/ML/2. KNN Classifier/balance-scale.csv
16
+ src/noshot/data/ML TS XAI/ML/2. KNN Classifier/input.txt
17
+ src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/LDA.ipynb
18
+ src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/balance-scale.csv
19
+ src/noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis/input.txt
20
+ src/noshot/data/ML TS XAI/ML/4. Linear Regression/Linear-Regression.ipynb
21
+ src/noshot/data/ML TS XAI/ML/4. Linear Regression/machine-data.csv
22
+ src/noshot/data/ML TS XAI/ML/5. Logistic Regression/Logistic-Regression.ipynb
23
+ src/noshot/data/ML TS XAI/ML/5. Logistic Regression/wine-dataset.csv
24
+ src/noshot/data/ML TS XAI/ML/6. Bayesian Classifier/Bayesian.ipynb
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
37
+ src/noshot/utils/__init__.py
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.7",
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,
@@ -0,0 +1,207 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "id": "8c414eda",
6
+ "metadata": {},
7
+ "source": [
8
+ "# Machine learnings Laboratory First Lab Basic EDA and Principle components analysis"
9
+ ]
10
+ },
11
+ {
12
+ "cell_type": "code",
13
+ "execution_count": null,
14
+ "id": "1919dce4",
15
+ "metadata": {},
16
+ "outputs": [],
17
+ "source": [
18
+ "import pandas as pd\n",
19
+ "import numpy as np\n",
20
+ "import matplotlib.pyplot as plt\n",
21
+ "from sklearn.preprocessing import StandardScaler\n",
22
+ "from sklearn.decomposition import PCA\n",
23
+ "import warnings\n",
24
+ "warnings.filterwarnings('ignore')"
25
+ ]
26
+ },
27
+ {
28
+ "cell_type": "code",
29
+ "execution_count": null,
30
+ "id": "459c19c9",
31
+ "metadata": {},
32
+ "outputs": [],
33
+ "source": [
34
+ "df = pd.read_table('input.txt', delimiter = ',', names = ['class name', 'left-weight', 'left-distance', 'right-weight', 'right-distance'])\n",
35
+ "#df = pd.read_csv('balance-scale.csv')\n",
36
+ "df.head()"
37
+ ]
38
+ },
39
+ {
40
+ "cell_type": "code",
41
+ "execution_count": null,
42
+ "id": "4a1f3399",
43
+ "metadata": {},
44
+ "outputs": [],
45
+ "source": [
46
+ "print(\"Shape\\t Size\")\n",
47
+ "print(df.shape, df.size)\n",
48
+ "df.dtypes"
49
+ ]
50
+ },
51
+ {
52
+ "cell_type": "code",
53
+ "execution_count": null,
54
+ "id": "ceb17e01",
55
+ "metadata": {},
56
+ "outputs": [],
57
+ "source": [
58
+ "df.describe()"
59
+ ]
60
+ },
61
+ {
62
+ "cell_type": "code",
63
+ "execution_count": null,
64
+ "id": "c3950e04",
65
+ "metadata": {},
66
+ "outputs": [],
67
+ "source": [
68
+ "df.info()"
69
+ ]
70
+ },
71
+ {
72
+ "cell_type": "code",
73
+ "execution_count": null,
74
+ "id": "e242d2e1",
75
+ "metadata": {},
76
+ "outputs": [],
77
+ "source": [
78
+ "plt.hist(df['class name'], color = 'green', label = 'Frequency Distribution')\n",
79
+ "plt.legend()\n",
80
+ "plt.title(\"Class Wise Count ['L', 'B', 'R']\")\n",
81
+ "plt.show()"
82
+ ]
83
+ },
84
+ {
85
+ "cell_type": "code",
86
+ "execution_count": null,
87
+ "id": "37654636",
88
+ "metadata": {},
89
+ "outputs": [],
90
+ "source": [
91
+ "fig, axs = plt.subplots(2,2)\n",
92
+ "axs[0][0].hist(df['left-weight'], color = 'orange', label = 'Left-Weight')\n",
93
+ "axs[0][1].hist(df['left-distance'], color = 'red', label = 'Lefft-distance')\n",
94
+ "axs[1][0].hist(df['right-weight'], color = 'green',label = 'right-weight')\n",
95
+ "axs[1][1].hist(df['right-distance'], color = 'indigo', label = 'right-distance')\n",
96
+ "fig.legend(loc = 'upper left')\n",
97
+ "fig.suptitle(\"Histogram For Features\")"
98
+ ]
99
+ },
100
+ {
101
+ "cell_type": "markdown",
102
+ "id": "3b033918",
103
+ "metadata": {},
104
+ "source": [
105
+ "# PCA"
106
+ ]
107
+ },
108
+ {
109
+ "cell_type": "code",
110
+ "execution_count": null,
111
+ "id": "b9d4bb7e",
112
+ "metadata": {},
113
+ "outputs": [],
114
+ "source": [
115
+ "feature = ['left-weight','left-distance','right-weight','right-distance']\n",
116
+ "x = df.loc[:, feature]\n",
117
+ "y = df.loc[:, 'class name']"
118
+ ]
119
+ },
120
+ {
121
+ "cell_type": "code",
122
+ "execution_count": null,
123
+ "id": "de2b55cc",
124
+ "metadata": {},
125
+ "outputs": [],
126
+ "source": [
127
+ "x = StandardScaler().fit_transform(x)\n",
128
+ "pca = PCA(n_components = 2)\n",
129
+ "pct = pca.fit_transform(x)"
130
+ ]
131
+ },
132
+ {
133
+ "cell_type": "code",
134
+ "execution_count": null,
135
+ "id": "06bf0d31",
136
+ "metadata": {},
137
+ "outputs": [],
138
+ "source": [
139
+ "principal_df = pd.DataFrame(pct,columns=['pc1','pc2'])\n",
140
+ "print(\"principal-df:\\n\",principal_df)"
141
+ ]
142
+ },
143
+ {
144
+ "cell_type": "code",
145
+ "execution_count": null,
146
+ "id": "7dab85de",
147
+ "metadata": {},
148
+ "outputs": [],
149
+ "source": [
150
+ "finaldf= pd.concat([principal_df,df[['class name']]],axis=1)\n",
151
+ "print(\"finaldf:\\n\",finaldf)"
152
+ ]
153
+ },
154
+ {
155
+ "cell_type": "code",
156
+ "execution_count": null,
157
+ "id": "026ab3b1",
158
+ "metadata": {},
159
+ "outputs": [],
160
+ "source": [
161
+ "finaldf.head()"
162
+ ]
163
+ },
164
+ {
165
+ "cell_type": "code",
166
+ "execution_count": null,
167
+ "id": "53d0455b",
168
+ "metadata": {},
169
+ "outputs": [],
170
+ "source": [
171
+ "fig = plt.figure(figsize = (8, 8))\n",
172
+ "ax = fig.add_subplot(1, 1, 1)\n",
173
+ "ax.set_xlabel('Principal Component 1', fontsize = 15)\n",
174
+ "ax.set_ylabel('Principal Component 2', fontsize = 15)\n",
175
+ "ax.set_title('2 component PCA', fontsize = 20)\n",
176
+ "targets = ['L','B','R']\n",
177
+ "colors = ['r', 'g','b']\n",
178
+ "for target, color in zip(targets, colors):\n",
179
+ " indicesToKeep = finaldf['class name'] == target\n",
180
+ " ax.scatter(finaldf.loc[indicesToKeep, 'pc1'], finaldf.loc[indicesToKeep, 'pc2'], c = color, s = 50)\n",
181
+ "ax.legend(targets)\n",
182
+ "ax.grid()"
183
+ ]
184
+ }
185
+ ],
186
+ "metadata": {
187
+ "kernelspec": {
188
+ "display_name": "Python 3 (ipykernel)",
189
+ "language": "python",
190
+ "name": "python3"
191
+ },
192
+ "language_info": {
193
+ "codemirror_mode": {
194
+ "name": "ipython",
195
+ "version": 3
196
+ },
197
+ "file_extension": ".py",
198
+ "mimetype": "text/x-python",
199
+ "name": "python",
200
+ "nbconvert_exporter": "python",
201
+ "pygments_lexer": "ipython3",
202
+ "version": "3.12.4"
203
+ }
204
+ },
205
+ "nbformat": 4,
206
+ "nbformat_minor": 5
207
+ }