noshot 0.1.3__tar.gz → 0.1.5__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 (221) hide show
  1. {noshot-0.1.3 → noshot-0.1.5}/PKG-INFO +3 -3
  2. {noshot-0.1.3 → noshot-0.1.5}/README.md +2 -2
  3. {noshot-0.1.3 → noshot-0.1.5}/noshot.egg-info/PKG-INFO +3 -3
  4. {noshot-0.1.3 → noshot-0.1.5}/setup.py +1 -1
  5. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/main.py +2 -2
  6. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/utils/shell_utils.py +16 -12
  7. {noshot-0.1.3 → noshot-0.1.5}/LICENSE.txt +0 -0
  8. {noshot-0.1.3 → noshot-0.1.5}/noshot.egg-info/SOURCES.txt +0 -0
  9. {noshot-0.1.3 → noshot-0.1.5}/noshot.egg-info/dependency_links.txt +0 -0
  10. {noshot-0.1.3 → noshot-0.1.5}/noshot.egg-info/not-zip-safe +0 -0
  11. {noshot-0.1.3 → noshot-0.1.5}/noshot.egg-info/top_level.txt +0 -0
  12. {noshot-0.1.3 → noshot-0.1.5}/setup.cfg +0 -0
  13. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/__init__.py +0 -0
  14. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(A) Breadth First Search.ipynb +0 -0
  15. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(B) Depth First Search.ipynb +0 -0
  16. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(C) Uniform Cost Search.ipynb +0 -0
  17. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(D) Depth Limites Search.ipynb +0 -0
  18. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/1. Implement Basic Search Strategies/(E) Iterative Deepening DFS.ipynb +0 -0
  19. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/2_ANOVA.csv +0 -0
  20. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA (Repeated Measure).ipynb +0 -0
  21. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/One Way ANOVA.ipynb +0 -0
  22. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Sample 1 Way ANOVA Test.ipynb +0 -0
  23. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/Two Way ANOVA.ipynb +0 -0
  24. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/reaction_time.csv +0 -0
  25. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sample_data.csv +0 -0
  26. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/10. ANOVA/sleep_deprivation.csv +0 -0
  27. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/3_Linear.csv +0 -0
  28. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression LAB.ipynb +0 -0
  29. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression New- sklearn.ipynb +0 -0
  30. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/Linear Regression.ipynb +0 -0
  31. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/11. Linear Regression/house_rate.csv +0 -0
  32. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression New- sklearn.ipynb +0 -0
  33. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/Logistic Regression.ipynb +0 -0
  34. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/default.csv +0 -0
  35. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/12. Logistic Regression/hours_scores_records.csv +0 -0
  36. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(A) Astar.ipynb +0 -0
  37. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(B) IDAstar.ipynb +0 -0
  38. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/2. Implement A Star And MA Star/(C) SMAstar.ipynb +0 -0
  39. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/3. Genetic Algorithm/Genetic.ipynb +0 -0
  40. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Simulated Annealing.ipynb +0 -0
  41. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/4. Simulated Annealing/Sudoku Simulated Annealing.ipynb +0 -0
  42. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/5. Alpha Beta Pruning/AlphaBetaPruning.ipynb +0 -0
  43. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(A) CSP House Allocation.ipynb +0 -0
  44. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/6. Consraint Satisfaction Problems (CSP)/(B) CSP Map Coloring.ipynb +0 -0
  45. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/Random Sampling.ipynb +0 -0
  46. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/7. Random Sampling/height_weight_bmi.csv +0 -0
  47. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test Hash Function.ipynb +0 -0
  48. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/Z Test.ipynb +0 -0
  49. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/8. Z Test/height_weight_bmi.csv +0 -0
  50. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/1_heart.csv +0 -0
  51. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/Independent T Test.ipynb +0 -0
  52. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/Paired T Test.ipynb +0 -0
  53. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test Hash Function.ipynb +0 -0
  54. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/T Test.ipynb +0 -0
  55. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/height_weight_bmi.csv +0 -0
  56. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/9. T Test/iq_test.csv +0 -0
  57. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/AIDS/Others (AllinOne)/All In One.ipynb +0 -0
  58. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/chat.java +0 -0
  59. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/output.png +0 -0
  60. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/1. Chat Application/procedure.png +0 -0
  61. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/LAN.tcl +0 -0
  62. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/analysis.awk +0 -0
  63. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/output.png +0 -0
  64. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/10. Ethernet LAN IEEE 802.3/procedure.png +0 -0
  65. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/complexdcf.tcl +0 -0
  66. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/output.png +0 -0
  67. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/11. Wireless LAN IEEE 802.11/procedure.png +0 -0
  68. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/file_to_send.txt +0 -0
  69. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/filetransfer.java +0 -0
  70. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/output.png +0 -0
  71. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/2. File Transfer/procedure.png +0 -0
  72. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Client.class +0 -0
  73. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerImpl.class +0 -0
  74. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/MyServerIntf.class +0 -0
  75. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/Server.class +0 -0
  76. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/output.png +0 -0
  77. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/procedure.png +0 -0
  78. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/3. RMI (Remote Method Invocation)/rmi.java +0 -0
  79. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/output.png +0 -0
  80. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/procedure.png +0 -0
  81. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.awk +0 -0
  82. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/4. Wired Network/wired.tcl +0 -0
  83. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/output.png +0 -0
  84. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/procedure.png +0 -0
  85. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.awk +0 -0
  86. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/5. Wireless Network/wireless.tcl +0 -0
  87. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/analysis.awk +0 -0
  88. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/output.png +0 -0
  89. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/sack.tcl +0 -0
  90. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Sack And Vegas/vegas.tcl +0 -0
  91. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/analysis.awk +0 -0
  92. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/output.png +0 -0
  93. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/reno.tcl +0 -0
  94. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Congestion Control/Tahoe And Reno/tahoe.tcl +0 -0
  95. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/analysis.awk +0 -0
  96. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/flow.tcl +0 -0
  97. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/TCP Flow Control/output.png +0 -0
  98. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/6. TCP Flow And Congestion Control/procedure.png +0 -0
  99. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/DV.tcl +0 -0
  100. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/LS.tcl +0 -0
  101. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/analysis.awk +0 -0
  102. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/output.png +0 -0
  103. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/7. Link State And Distance Vector Routing/procedure.png +0 -0
  104. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/analysis.awk +0 -0
  105. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/broadcast.tcl +0 -0
  106. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/multicast.tcl +0 -0
  107. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/output.png +0 -0
  108. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/8. Multicast And Broadcast Routing/procedure.png +0 -0
  109. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/DHCP.java +0 -0
  110. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/output.png +0 -0
  111. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/CN/9. DHCP/procedure.png +0 -0
  112. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/1-Prereqs.py +0 -0
  113. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/2-Chi2test.py +0 -0
  114. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/2-T-test.py +0 -0
  115. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/3-WSD-nb.py +0 -0
  116. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/4-Hindle-Rooth.py +0 -0
  117. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/5-HMM-Trellis.py +0 -0
  118. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/6-HMM-Viterbi.py +0 -0
  119. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/7-PCFG-parsetree.py +0 -0
  120. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Chi2test.ipynb +0 -0
  121. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Hindle-Rooth.ipynb +0 -0
  122. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 10 - Text generator using LSTM.ipynb +0 -0
  123. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Lab 11 NMT.ipynb +0 -0
  124. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/PCFG.ipynb +0 -0
  125. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Prereqs.ipynb +0 -0
  126. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/T test.ipynb +0 -0
  127. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/TFIDF BOW.ipynb +0 -0
  128. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Trellis.ipynb +0 -0
  129. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/WSD.ipynb +0 -0
  130. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 1/Word2Vec.ipynb +0 -0
  131. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/tokenizer.ipynb +0 -0
  132. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab01(tokenizer)/training_tokenizer.txt +0 -0
  133. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/exp0.ipynb +0 -0
  134. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/lab2.ipynb +0 -0
  135. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/test.txt +0 -0
  136. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab02(stemming)/tokenizing.ipynb +0 -0
  137. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/collocation.ipynb +0 -0
  138. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/lab3.ipynb +0 -0
  139. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab03(parse-tree)/nlp.txt +0 -0
  140. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/Lab4-NLP-Exp-2.ipynb +0 -0
  141. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab04(collocation)/collocation.ipynb +0 -0
  142. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/NLP-Lab-5-Exp3.ipynb +0 -0
  143. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab05(WSD)/word-sense-disambiguation.ipynb +0 -0
  144. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab06(additional-exercise)/lab6.ipynb +0 -0
  145. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP Exp 4.ipynb +0 -0
  146. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab07(HMM,Viterbi)/NLP_Exp_5.ipynb +0 -0
  147. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab08(PCFG)/PCFG.ipynb +0 -0
  148. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/Lab 9 - MLP classifier.ipynb +0 -0
  149. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/MLP-alternative-code.ipynb +0 -0
  150. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab09-Hindle-rooth&MLP/hindle-rooth-algorithm.ipynb +0 -0
  151. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab10(LSTM)/Lab_10_Text_generator_using_LSTM.ipynb +0 -0
  152. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Machine-translation.ipynb +0 -0
  153. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/Viterbi-PCFG.ipynb +0 -0
  154. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/corpora_tools.py +0 -0
  155. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/data_utils.py +0 -0
  156. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab11(Viterbi-PCFG,Machine-translation)/train_translator.py +0 -0
  157. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 2/Lab12(Information-Extraction)/Information_Extraction.ipynb +0 -0
  158. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Backtrack-without-Verbitri.ipynb +0 -0
  159. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Backward-Procedure.ipynb +0 -0
  160. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Bag_of.ipynb +0 -0
  161. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/CYK-algorithm.ipynb +0 -0
  162. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Forward-Procedure.ipynb +0 -0
  163. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/LSTM.ipynb +0 -0
  164. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 10 - Text generator using LSTM.ipynb +0 -0
  165. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/Lab 11 NMT.ipynb +0 -0
  166. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-4.ipynb +0 -0
  167. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/NLP-LAB-5.ipynb +0 -0
  168. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/abc.txt +0 -0
  169. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-1-nltk.ipynb +0 -0
  170. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/ex-2-nlp.ipynb +0 -0
  171. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/exp8&9.ipynb +0 -0
  172. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/hind.ipynb +0 -0
  173. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/lab66.ipynb +0 -0
  174. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/leb_3.ipynb +0 -0
  175. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/naive_bayes_classifier.pkl +0 -0
  176. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_1.ipynb +0 -0
  177. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlp_leb_2.ipynb +0 -0
  178. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nlplab-9.ipynb +0 -0
  179. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/nltk-ex-4.ipynb +0 -0
  180. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text1.txt +0 -0
  181. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text2.txt +0 -0
  182. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/text3.txt +0 -0
  183. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/translation-rnn.ipynb +0 -0
  184. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 3/word2vector.ipynb +0 -0
  185. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Backward Procedure Algorithm.ipynb +0 -0
  186. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Chi Square Collocation.ipynb +0 -0
  187. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Collocation (T test).ipynb +0 -0
  188. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Experiment 1.ipynb +0 -0
  189. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Forward Procedure Algorithm.ipynb +0 -0
  190. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Hindle Rooth.ipynb +0 -0
  191. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/MachineTranslation.ipynb +0 -0
  192. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using MLPClassifier.ipynb +0 -0
  193. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Multi Layer Perceptron using Tensorflow.ipynb +0 -0
  194. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/PCFG Inside Probability.ipynb +0 -0
  195. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Text Generation using LSTM.ipynb +0 -0
  196. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Viterbi.ipynb +0 -0
  197. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 4/Word Sense Disambiguation.ipynb +0 -0
  198. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/10.Text Generation using LSTM.ipynb +0 -0
  199. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/11.Machine Translation.ipynb +0 -0
  200. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/2.T and Chi2 Test.ipynb +0 -0
  201. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/3.Word Sense Diambiguation.ipynb +0 -0
  202. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/4.Hinddle and Rooth.ipynb +0 -0
  203. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/5.Forward and Backward.ipynb +0 -0
  204. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/6.Viterbi.ipynb +0 -0
  205. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG Parse Tree.ipynb +0 -0
  206. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/7.PCFG using cyk.ipynb +0 -0
  207. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/8.Bag of words and TF-IDF.ipynb +0 -0
  208. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/9.Word2Vector.ipynb +0 -0
  209. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/NLP ALL In One.ipynb +0 -0
  210. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/sample1.txt +0 -0
  211. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/sample2.txt +0 -0
  212. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 5/word2vec_model.bin +0 -0
  213. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/1. Tokenize, Tagging, NER, Parse Tree.ipynb +0 -0
  214. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/2. T Test and Chi2 Test.ipynb +0 -0
  215. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/3. Naive Bayes WSD.ipynb +0 -0
  216. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/4. Hinddle and Rooth.ipynb +0 -0
  217. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/5 and 6 FWD, BWD, Viterbi.ipynb +0 -0
  218. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/7. PCFG using CYK.ipynb +0 -0
  219. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/NLP/NLP 6/8. BOW and TF-IDF.ipynb +0 -0
  220. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/data/ML TS XAI/Ubuntu CN Lab.iso +0 -0
  221. {noshot-0.1.3 → noshot-0.1.5}/src/noshot/utils/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: noshot
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
5
  Author: Tim Stan S
6
6
  License: MIT
@@ -32,7 +32,7 @@ Dynamic: summary
32
32
  ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
33
33
  [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
34
34
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
35
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pypi.org/project/noshot)
35
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
36
36
  ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
37
37
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
38
38
 
@@ -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.3
55
+ pip install noshot==0.1.5
@@ -7,7 +7,7 @@
7
7
  ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
8
8
  [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
9
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
10
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pypi.org/project/noshot)
10
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
11
11
  ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
12
12
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
13
13
 
@@ -27,4 +27,4 @@
27
27
  ## 📦 **Installation**
28
28
  Install latest version via `pip`:
29
29
  ```sh
30
- pip install noshot==0.1.3
30
+ pip install noshot==0.1.5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: noshot
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Support library for Artificial Intelligence, Machine Learning and Data Science tools
5
5
  Author: Tim Stan S
6
6
  License: MIT
@@ -32,7 +32,7 @@ Dynamic: summary
32
32
  ![Static Badge](https://img.shields.io/badge/OneShotCoding-NoShot-blue?logoColor=yell)
33
33
  [![PyPI - Version](https://img.shields.io/pypi/v/noshot)](https://pypi.org/project/noshot)
34
34
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/suganthangnanavelan/one-shot-coding/blob/main/LICENSE.txt)
35
- [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pypi.org/project/noshot)
35
+ [![Pepy Total Downloads](https://img.shields.io/pepy/dt/noshot)](https://pepy.tech/projects/noshot)
36
36
  ![Python Versions](https://img.shields.io/pypi/pyversions/noshot.svg?logo=python&color=yellow)
37
37
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/suganthangnanavelan/one-shot-coding/test.yml)
38
38
 
@@ -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.3
55
+ pip install noshot==0.1.5
@@ -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.3",
8
+ version="0.1.5",
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,
@@ -9,8 +9,8 @@ def get(name = None, open = False):
9
9
  try:
10
10
  if name is not None:
11
11
  name = str(name)
12
- if name in ['-1'] : get_folder("ML TS XAI", loc = True)
13
- elif name in ['0'] : remove_folder()
12
+ if name in ['-1'] : get_folder("ML TS XAI", loc = True)
13
+ elif name in ['0'] : remove_folder("ML TS XAI")
14
14
  else:
15
15
  for k, v in available.items():
16
16
  sep = " : " if v else ""
@@ -3,8 +3,8 @@ import shutil
3
3
  import subprocess
4
4
  import pathlib
5
5
 
6
- def get_folder(folder_path = "ML TS XAI", loc = False):
7
- src = os.path.realpath(os.path.join("./src/noshot/data", folder_path))
6
+ def get_folder(folder_path, loc = False):
7
+ src = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data", pathlib.Path(folder_path))
8
8
  try:
9
9
  dest = os.path.join(os.getcwd(), pathlib.Path(folder_path))
10
10
  shutil.copytree(src, dest, symlinks=False, copy_function = shutil.copy2,
@@ -18,12 +18,13 @@ def get_folder(folder_path = "ML TS XAI", loc = False):
18
18
  ignore_dangling_symlinks=False, dirs_exist_ok=True)
19
19
  except Exception as error:
20
20
  print(error)
21
+ return
21
22
  finally:
22
23
  if loc:
23
24
  print("Path:",dest)
24
25
 
25
26
  def get_file(file_path, loc = False, open = False):
26
- src = os.path.realpath(os.path.join("./src/noshot/data", file_path))
27
+ src = os.path.join(os.path.dirname(os.path.dirname(__file__)), "data", pathlib.Path(file_path))
27
28
  try:
28
29
  dest = os.path.join(os.getcwd(), pathlib.Path(file_path).name)
29
30
  shutil.copy(src, dest)
@@ -39,15 +40,18 @@ def get_file(file_path, loc = False, open = False):
39
40
  if loc:
40
41
  print("Path:",dest)
41
42
 
42
- def remove_folder(folder_path = "ML TS XAI"):
43
+ def remove_folder(folder_path):
43
44
  try:
44
- shutil.rmtree(os.path.join(os.path.expanduser('~'), "Downloads", pathlib.Path(folder_path)),
45
- ignore_errors = True)
46
- shutil.rmtree(os.path.join(os.getcwd(), pathlib.Path(folder_path)))
47
- print("Folder removed successfully")
48
- return True
49
- except WindowsError as error:
50
- print("Folder not found")
51
- return False
45
+ src1 = os.path.join(os.getcwd(), pathlib.Path(folder_path))
46
+ src2 = os.path.join(os.path.expanduser('~'), "Downloads", pathlib.Path(folder_path))
47
+ if os.path.exists(src1) or os.path.exists(src2):
48
+ shutil.rmtree(src1, ignore_errors = True)
49
+ shutil.rmtree(src2, ignore_errors = True)
50
+ if os.path.exists(src1) or os.path.exists(src2):
51
+ print("Deletion Impossible [File Not Closed - Shutdown File Kernel]\nGo to Home page -> Running Tab -> Click Shut Down All")
52
+ else:
53
+ print(f"Folder({pathlib.Path(folder_path)}) Removed Successfully")
54
+ else:
55
+ print(f"Folder({pathlib.Path(folder_path)}) Not Found [Repeated Iteration | Probably Removed Manually]")
52
56
  except Exception as error:
53
57
  print(error)
File without changes
File without changes
File without changes