noshot 0.3.6__py3-none-any.whl → 0.3.7__py3-none-any.whl

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 (38) hide show
  1. noshot/data/ML TS XAI/ML Lab CIA/1/1.ipynb +133 -0
  2. noshot/data/ML TS XAI/ML Lab CIA/2/2.ipynb +139 -0
  3. noshot/data/ML TS XAI/ML Lab CIA/3/3.ipynb +130 -0
  4. noshot/data/ML TS XAI/ML Lab CIA/4/4.ipynb +141 -0
  5. noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/1 - AirPassengers.ipynb +198 -0
  6. noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/2 - daily-total-female-births.ipynb +209 -0
  7. noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/3 - Bill Charge.ipynb +169 -0
  8. noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/4 - daily-min-temperatures.ipynb +181 -0
  9. noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/5 - Shampoo sales.ipynb +213 -0
  10. {noshot-0.3.6.dist-info → noshot-0.3.7.dist-info}/METADATA +1 -1
  11. noshot-0.3.7.dist-info/RECORD +53 -0
  12. noshot/data/ML TS XAI/ML Lab CIA - Healthy directly upload file/1/1.ipynb +0 -255
  13. noshot/data/ML TS XAI/ML Lab CIA - Healthy directly upload file/2/2.ipynb +0 -399
  14. noshot/data/ML TS XAI/ML Lab CIA - Healthy directly upload file/3/3.ipynb +0 -276
  15. noshot/data/ML TS XAI/ML Lab CIA - Healthy directly upload file/4/4.ipynb +0 -265
  16. noshot/data/ML TS XAI/TSLabCIA-Question order may be different/1 - AirPassengers/1 - AirPassengers.ipynb +0 -563
  17. noshot/data/ML TS XAI/TSLabCIA-Question order may be different/2 - Daily-total-female-births/2 - daily-total-female-births.ipynb +0 -688
  18. noshot/data/ML TS XAI/TSLabCIA-Question order may be different/3 - Bill Charge/3 - Bill Charge.ipynb +0 -819
  19. noshot/data/ML TS XAI/TSLabCIA-Question order may be different/4 - Daily min temperatures/4 - daily-min-temperatures.ipynb +0 -573
  20. noshot/data/ML TS XAI/TSLabCIA-Question order may be different/5 - shampoo sales/5 - Shampoo sales.ipynb +0 -421
  21. noshot-0.3.6.dist-info/RECORD +0 -53
  22. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/1/Question.txt +0 -0
  23. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/1/airfoil_self_noise.dat +0 -0
  24. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/2/Question.txt +0 -0
  25. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/2/pop_failures.dat +0 -0
  26. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/3/Qu.txt +0 -0
  27. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/3/go_track_tracks.csv +0 -0
  28. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/4/Wilt.csv +0 -0
  29. /noshot/data/ML TS XAI/{ML Lab CIA - Healthy directly upload file → ML Lab CIA}/4/qu.txt +0 -0
  30. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/1 - AirPassengers/AirPassengers.csv +0 -0
  31. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/2 - Daily-total-female-births/daily-total-female-births.csv +0 -0
  32. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/3 - Bill Charge/bill charge.csv +0 -0
  33. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/4 - Daily min temperatures/daily-min-temperatures.csv +0 -0
  34. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/5 - shampoo sales/shampoo_sales.csv +0 -0
  35. /noshot/data/ML TS XAI/{TSLabCIA-Question order may be different → TS Lab CIA}/Questions TMS 27 Feb 25.pdf +0 -0
  36. {noshot-0.3.6.dist-info → noshot-0.3.7.dist-info}/LICENSE.txt +0 -0
  37. {noshot-0.3.6.dist-info → noshot-0.3.7.dist-info}/WHEEL +0 -0
  38. {noshot-0.3.6.dist-info → noshot-0.3.7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,181 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "2c567c90-c151-45bc-ad51-a03c9f6c5a0c",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "import pandas as pd\n",
11
+ "import numpy as np\n",
12
+ "import matplotlib.pyplot as plt\n",
13
+ "import seaborn as sns\n",
14
+ "from statsmodels.tsa.stattools import adfuller, kpss\n",
15
+ "from statsmodels.graphics.tsaplots import plot_acf, plot_pacf"
16
+ ]
17
+ },
18
+ {
19
+ "cell_type": "code",
20
+ "execution_count": null,
21
+ "id": "4a535f5e-3527-499c-b532-9bed43f58ef3",
22
+ "metadata": {},
23
+ "outputs": [],
24
+ "source": [
25
+ "import warnings\n",
26
+ "warnings.filterwarnings('ignore')"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "code",
31
+ "execution_count": null,
32
+ "id": "8f787d89-dc3e-437f-ad0e-8cbae432cd18",
33
+ "metadata": {},
34
+ "outputs": [],
35
+ "source": [
36
+ "file_path = \"daily-min-temperatures.csv\"\n",
37
+ "temp_data = pd.read_csv(file_path)\n",
38
+ "\n",
39
+ "temp_data['Date'] = pd.to_datetime(temp_data['Date'])\n",
40
+ "temp_data.set_index('Date', inplace=True)\n",
41
+ "temp_data.head()"
42
+ ]
43
+ },
44
+ {
45
+ "cell_type": "code",
46
+ "execution_count": null,
47
+ "id": "eaf1a6f5-c399-41c5-9a35-66893c12ae5d",
48
+ "metadata": {},
49
+ "outputs": [],
50
+ "source": [
51
+ "print(temp_data.info())\n",
52
+ "print(temp_data.describe())\n",
53
+ "\n",
54
+ "temp_data['Year'] = temp_data.index.year\n",
55
+ "temp_data['Month'] = temp_data.index.month\n",
56
+ "temp_data['Day'] = temp_data.index.dayofyear\n",
57
+ "\n",
58
+ "temp_data['Temp_Lag_1'] = temp_data['Temp'].shift(1)\n",
59
+ "temp_data['Temp_Lag_7'] = temp_data['Temp'].shift(7)\n",
60
+ "temp_data.head()"
61
+ ]
62
+ },
63
+ {
64
+ "cell_type": "code",
65
+ "execution_count": null,
66
+ "id": "666c1147-bc0a-435e-b35c-325b16292a00",
67
+ "metadata": {},
68
+ "outputs": [],
69
+ "source": [
70
+ "plt.figure(figsize=(8, 5))\n",
71
+ "sns.histplot(temp_data['Temp'], bins=20, kde=True, edgecolor='black')\n",
72
+ "plt.title(\"Histogram of Daily Minimum Temperatures\")\n",
73
+ "plt.show()"
74
+ ]
75
+ },
76
+ {
77
+ "cell_type": "code",
78
+ "execution_count": null,
79
+ "id": "b1ab5241-0a0a-4d56-9366-9bae7b537b21",
80
+ "metadata": {},
81
+ "outputs": [],
82
+ "source": [
83
+ "sns.kdeplot(temp_data['Temp'], fill=True)\n",
84
+ "plt.title(\"Density Plot of Daily Minimum Temperatures\")\n",
85
+ "plt.show()"
86
+ ]
87
+ },
88
+ {
89
+ "cell_type": "code",
90
+ "execution_count": null,
91
+ "id": "103a7d8d-0576-4923-a842-6e3f2a59cf24",
92
+ "metadata": {},
93
+ "outputs": [],
94
+ "source": [
95
+ "sns.pairplot(temp_data[['Temp', 'Temp_Lag_1', 'Temp_Lag_7']])\n",
96
+ "plt.show()"
97
+ ]
98
+ },
99
+ {
100
+ "cell_type": "code",
101
+ "execution_count": null,
102
+ "id": "d3befd1c-6221-4664-9ee3-123f765e9180",
103
+ "metadata": {},
104
+ "outputs": [],
105
+ "source": [
106
+ "plot_acf(temp_data['Temp'].dropna())\n",
107
+ "plt.show()"
108
+ ]
109
+ },
110
+ {
111
+ "cell_type": "code",
112
+ "execution_count": null,
113
+ "id": "82cd23c3-6bac-470e-8c84-78faa2db4eec",
114
+ "metadata": {},
115
+ "outputs": [],
116
+ "source": [
117
+ "plot_pacf(temp_data['Temp'].dropna())\n",
118
+ "plt.show()"
119
+ ]
120
+ },
121
+ {
122
+ "cell_type": "code",
123
+ "execution_count": null,
124
+ "id": "09a30d1c-79b4-4b24-8fbe-785ea2bbd2c4",
125
+ "metadata": {},
126
+ "outputs": [],
127
+ "source": [
128
+ "temp_data['Rolling_Mean_7'] = temp_data['Temp'].rolling(window=7).mean()\n",
129
+ "temp_data['Expanding_Mean'] = temp_data['Temp'].expanding().mean()\n",
130
+ "temp_data.head()"
131
+ ]
132
+ },
133
+ {
134
+ "cell_type": "code",
135
+ "execution_count": null,
136
+ "id": "4400f982-a7b1-4cd6-8601-17737c701bb9",
137
+ "metadata": {},
138
+ "outputs": [],
139
+ "source": [
140
+ "def adf_test(series):\n",
141
+ " result = adfuller(series.dropna())\n",
142
+ " print(\"ADF Statistic:\", result[0])\n",
143
+ " print(\"p-value:\", result[1])\n",
144
+ " print(\"Stationary\" if result[1] < 0.05 else \"Non-Stationary\")\n",
145
+ "\n",
146
+ "print(\"\\nADF Test Results:\")\n",
147
+ "adf_test(temp_data['Temp'])\n",
148
+ "\n",
149
+ "def kpss_test(series):\n",
150
+ " result = kpss(series.dropna(), regression='c')\n",
151
+ " print(\"KPSS Statistic:\", result[0])\n",
152
+ " print(\"p-value:\", result[1])\n",
153
+ " print(\"Stationary\" if result[1] > 0.05 else \"Non-Stationary\")\n",
154
+ "\n",
155
+ "print(\"\\nKPSS Test Results:\")\n",
156
+ "kpss_test(temp_data['Temp'])"
157
+ ]
158
+ }
159
+ ],
160
+ "metadata": {
161
+ "kernelspec": {
162
+ "display_name": "Python 3 (ipykernel)",
163
+ "language": "python",
164
+ "name": "python3"
165
+ },
166
+ "language_info": {
167
+ "codemirror_mode": {
168
+ "name": "ipython",
169
+ "version": 3
170
+ },
171
+ "file_extension": ".py",
172
+ "mimetype": "text/x-python",
173
+ "name": "python",
174
+ "nbconvert_exporter": "python",
175
+ "pygments_lexer": "ipython3",
176
+ "version": "3.12.4"
177
+ }
178
+ },
179
+ "nbformat": 4,
180
+ "nbformat_minor": 5
181
+ }
@@ -0,0 +1,213 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "8c277840-b16a-423e-9f4f-f3b803c2c2ee",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": [
10
+ "import pandas as pd\n",
11
+ "import numpy as np\n",
12
+ "import matplotlib.pyplot as plt\n",
13
+ "import seaborn as sns\n",
14
+ "from statsmodels.tsa.stattools import adfuller, kpss\n",
15
+ "from statsmodels.graphics.tsaplots import plot_acf, plot_pacf"
16
+ ]
17
+ },
18
+ {
19
+ "cell_type": "code",
20
+ "execution_count": null,
21
+ "id": "9eb2b98c-9f4b-4f11-8773-ab7288365a2c",
22
+ "metadata": {},
23
+ "outputs": [],
24
+ "source": [
25
+ "import warnings\n",
26
+ "warnings.filterwarnings('ignore')"
27
+ ]
28
+ },
29
+ {
30
+ "cell_type": "code",
31
+ "execution_count": null,
32
+ "id": "6a81c3aa-f769-4e32-b02c-1e4976f7f1a4",
33
+ "metadata": {},
34
+ "outputs": [],
35
+ "source": [
36
+ "file_path = \"shampoo_sales.csv\"\n",
37
+ "shampoo_data = pd.read_csv(file_path)\n",
38
+ "\n",
39
+ "shampoo_data['Date'] = pd.to_datetime(shampoo_data['Month'], format=\"%m-%y\")\n",
40
+ "shampoo_data.set_index('Date', inplace=True)\n",
41
+ "shampoo_data.drop(columns=['Month'], inplace=True)\n",
42
+ "shampoo_data.head()"
43
+ ]
44
+ },
45
+ {
46
+ "cell_type": "code",
47
+ "execution_count": null,
48
+ "id": "448b1106-37c9-43b8-9b79-fd370c2046c6",
49
+ "metadata": {},
50
+ "outputs": [],
51
+ "source": [
52
+ "print(shampoo_data.info())\n",
53
+ "print(shampoo_data.describe())"
54
+ ]
55
+ },
56
+ {
57
+ "cell_type": "code",
58
+ "execution_count": null,
59
+ "id": "a63051e2-dc07-433c-a473-d6529d40b374",
60
+ "metadata": {},
61
+ "outputs": [],
62
+ "source": [
63
+ "plt.figure(figsize=(10, 5))\n",
64
+ "plt.plot(shampoo_data['Sales'], marker='o', linestyle='-')\n",
65
+ "plt.title(\"Shampoo Sales Over Time\")\n",
66
+ "plt.show()"
67
+ ]
68
+ },
69
+ {
70
+ "cell_type": "code",
71
+ "execution_count": null,
72
+ "id": "49fb7080-639b-4bba-a96f-0afe16fae498",
73
+ "metadata": {},
74
+ "outputs": [],
75
+ "source": [
76
+ "plt.scatter(shampoo_data.index, shampoo_data['Sales'])\n",
77
+ "plt.title(\"Scatter Plot of Shampoo Sales\")\n",
78
+ "plt.show()"
79
+ ]
80
+ },
81
+ {
82
+ "cell_type": "code",
83
+ "execution_count": null,
84
+ "id": "90c8cac6-eb8b-4352-a644-0511715e3a38",
85
+ "metadata": {},
86
+ "outputs": [],
87
+ "source": [
88
+ "plot_acf(shampoo_data['Sales'])\n",
89
+ "plt.show()\n",
90
+ "\n",
91
+ "plot_pacf(shampoo_data['Sales'])\n",
92
+ "plt.show()"
93
+ ]
94
+ },
95
+ {
96
+ "cell_type": "code",
97
+ "execution_count": null,
98
+ "id": "4e996648-7825-45cb-812a-628c53a16c4a",
99
+ "metadata": {},
100
+ "outputs": [],
101
+ "source": [
102
+ "plt.figure(figsize=(8, 5))\n",
103
+ "sns.histplot(shampoo_data['Sales'], bins=20, kde=True, edgecolor='black')\n",
104
+ "plt.title(\"Histogram of Shampoo Sales\")\n",
105
+ "plt.show()"
106
+ ]
107
+ },
108
+ {
109
+ "cell_type": "code",
110
+ "execution_count": null,
111
+ "id": "17b1e87a-bd61-4a01-851d-41527be0b032",
112
+ "metadata": {},
113
+ "outputs": [],
114
+ "source": [
115
+ "sns.kdeplot(shampoo_data['Sales'], fill=True)\n",
116
+ "plt.title(\"Density Plot of Shampoo Sales\")\n",
117
+ "plt.show()"
118
+ ]
119
+ },
120
+ {
121
+ "cell_type": "code",
122
+ "execution_count": null,
123
+ "id": "10c9d944-fe80-43a0-9300-4cb8ea57d5d3",
124
+ "metadata": {},
125
+ "outputs": [],
126
+ "source": [
127
+ "plt.figure(figsize=(8, 6))\n",
128
+ "sns.heatmap(shampoo_data.corr(), annot=True, cmap='coolwarm')\n",
129
+ "plt.title(\"Correlation Heatmap\")\n",
130
+ "plt.show()"
131
+ ]
132
+ },
133
+ {
134
+ "cell_type": "code",
135
+ "execution_count": null,
136
+ "id": "c77ab9ee-e024-4f5b-b7bf-db2332496f83",
137
+ "metadata": {},
138
+ "outputs": [],
139
+ "source": [
140
+ "upsampled = shampoo_data.resample('D').interpolate(method='linear')\n",
141
+ "\n",
142
+ "plt.figure(figsize=(12, 5))\n",
143
+ "plt.plot(upsampled['Sales'], label='Linear Interpolation', color='blue')\n",
144
+ "plt.title(\"Upsampled Data (Daily)\")\n",
145
+ "plt.legend()\n",
146
+ "plt.show()"
147
+ ]
148
+ },
149
+ {
150
+ "cell_type": "code",
151
+ "execution_count": null,
152
+ "id": "65cbf554-b568-4841-8572-5454723505a2",
153
+ "metadata": {},
154
+ "outputs": [],
155
+ "source": [
156
+ "upsampled_quadratic = shampoo_data.resample('D').interpolate(method='quadratic')\n",
157
+ "\n",
158
+ "plt.figure(figsize=(12, 5))\n",
159
+ "plt.plot(upsampled_quadratic['Sales'], label='Quadratic Interpolation', color='red')\n",
160
+ "plt.title(\"Upsampled Data (Quadratic)\")\n",
161
+ "plt.legend()\n",
162
+ "plt.show()"
163
+ ]
164
+ },
165
+ {
166
+ "cell_type": "code",
167
+ "execution_count": null,
168
+ "id": "0cb91482-23cb-45f1-8dc9-bf6def1f1383",
169
+ "metadata": {},
170
+ "outputs": [],
171
+ "source": [
172
+ "def adf_test(series):\n",
173
+ " result = adfuller(series.dropna())\n",
174
+ " print(\"ADF Statistic:\", result[0])\n",
175
+ " print(\"p-value:\", result[1])\n",
176
+ " print(\"Stationary\" if result[1] < 0.05 else \"Non-Stationary\")\n",
177
+ "\n",
178
+ "print(\"\\nADF Test Results:\")\n",
179
+ "adf_test(shampoo_data['Sales'])\n",
180
+ "\n",
181
+ "def kpss_test(series):\n",
182
+ " result = kpss(series.dropna(), regression='c')\n",
183
+ " print(\"KPSS Statistic:\", result[0])\n",
184
+ " print(\"p-value:\", result[1])\n",
185
+ " print(\"Stationary\" if result[1] > 0.05 else \"Non-Stationary\")\n",
186
+ "\n",
187
+ "print(\"\\nKPSS Test Results:\")\n",
188
+ "kpss_test(shampoo_data['Sales'])"
189
+ ]
190
+ }
191
+ ],
192
+ "metadata": {
193
+ "kernelspec": {
194
+ "display_name": "Python 3 (ipykernel)",
195
+ "language": "python",
196
+ "name": "python3"
197
+ },
198
+ "language_info": {
199
+ "codemirror_mode": {
200
+ "name": "ipython",
201
+ "version": 3
202
+ },
203
+ "file_extension": ".py",
204
+ "mimetype": "text/x-python",
205
+ "name": "python",
206
+ "nbconvert_exporter": "python",
207
+ "pygments_lexer": "ipython3",
208
+ "version": "3.12.4"
209
+ }
210
+ },
211
+ "nbformat": 4,
212
+ "nbformat_minor": 5
213
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: noshot
3
- Version: 0.3.6
3
+ Version: 0.3.7
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,53 @@
1
+ noshot/__init__.py,sha256=000R40tii8lDFU8C1fBaD3SOnxD0PWRNWZU-km49YrU,21
2
+ noshot/main.py,sha256=6gU5gZ5csHxJQ7H-YyWVkW51hJIZdV9cqsPBDTjFo9s,645
3
+ noshot/data/ML TS XAI/ML/1. PCA - EDA.ipynb,sha256=YHOR8PEU-UZDbOnYfY8RXWlKWPmAylk8JjyCNXGJDWs,4951
4
+ noshot/data/ML TS XAI/ML/2. KNN Classifier.ipynb,sha256=Z-s44hC240B3ZQL4LHVhh6kdec8zbc9WXntA6rmu2gc,7705
5
+ noshot/data/ML TS XAI/ML/3. Linear Discriminant Analysis.ipynb,sha256=S7lovIZpIxK2rSUa201DQwnbBfVFN99R0v03nFq1amI,2218
6
+ noshot/data/ML TS XAI/ML/4. Linear Regression.ipynb,sha256=F3DQAZf_2omM8fBeWfkadzdbvrzh6dlRoeG6vqbqJgg,3152
7
+ noshot/data/ML TS XAI/ML/5. Logistic Regression.ipynb,sha256=QUJd2YY0dR8QncLM2_IgfGOJRJnIH1rBIV9XD8kY2ZY,3766
8
+ noshot/data/ML TS XAI/ML/6. Bayesian Classifier.ipynb,sha256=O1FCVYpuPBNe33vO2eRmKghvnehMe_rIup1djnzrDJY,2003
9
+ noshot/data/ML TS XAI/ML/data/balance-scale.csv,sha256=TIXuC522eeShSGKEzpVdslBH-7pj-iElyk1J0LQfp3k,6315
10
+ noshot/data/ML TS XAI/ML/data/balance-scale.txt,sha256=_QWQ4ru9MWCeh_4x372ev6Ipg5oOeUcGFH_2Jp0QA9E,6249
11
+ noshot/data/ML TS XAI/ML/data/machine-data.csv,sha256=poHH1NKX94SE7hyRTX7Gug4fWdAHRY4SnUNwYg_B1TQ,8746
12
+ noshot/data/ML TS XAI/ML/data/wine-dataset.csv,sha256=zYAVj609HiA9YdrkIkJiCwLdX5GOY3tfCDgeOefPUgQ,12261
13
+ noshot/data/ML TS XAI/ML Lab CIA/1/1.ipynb,sha256=RwpYKNBXvwkAuT8f5mvs56Qg8oml847e1Lz4Rn3B9Co,3995
14
+ noshot/data/ML TS XAI/ML Lab CIA/1/Question.txt,sha256=cxrnnGmeKfFzUdYcD2H1iNBqBArJwuvkxBryrx45pcg,389
15
+ noshot/data/ML TS XAI/ML Lab CIA/1/airfoil_self_noise.dat,sha256=EO4G5s-yfa5rRCE9Qh0hcBL7H5tpdZLnOk5AFrUtQl8,58481
16
+ noshot/data/ML TS XAI/ML Lab CIA/2/2.ipynb,sha256=g7sW7wS4UZDI7q3S4HbzRWKoEDloVTCrT3lNvFbzQmo,3705
17
+ noshot/data/ML TS XAI/ML Lab CIA/2/Question.txt,sha256=b-lOzBMSgYIF1NaFpHqKGaKBgg6InJ2X1BzDfrqvtiI,517
18
+ noshot/data/ML TS XAI/ML Lab CIA/2/pop_failures.dat,sha256=Pf4s5kiObecb2vJmWTjKoXfZP_zlkbhG5nl-vhymW2I,65536
19
+ noshot/data/ML TS XAI/ML Lab CIA/3/3.ipynb,sha256=ZOUhF1XGZLmBTKMfO6S1vQ6P-tUamWex0tKznA4gGSk,3780
20
+ noshot/data/ML TS XAI/ML Lab CIA/3/Qu.txt,sha256=gvt2BGN7SWAXxHlbxjUOHk-VV6CY5lCeXLL3gl7cQvA,44
21
+ noshot/data/ML TS XAI/ML Lab CIA/3/go_track_tracks.csv,sha256=xDfqYnGJFmNBRZicq8D98WC2o34qiR5buhPBMShxSC0,10979
22
+ noshot/data/ML TS XAI/ML Lab CIA/4/4.ipynb,sha256=vxXJL4AFS8yeSSFtlgcWiiuE2Yk4qez58QDcPR7CAzw,3956
23
+ noshot/data/ML TS XAI/ML Lab CIA/4/Wilt.csv,sha256=2Ew_JR5_DOLq5DtuAVZCmJiVK54uccMdT90yAW_9XWk,244730
24
+ noshot/data/ML TS XAI/ML Lab CIA/4/qu.txt,sha256=sM9c0pox6ooOXkyqFFZq_8QCYekl6CwU14ZPVocVeNk,53
25
+ noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data.ipynb,sha256=TSBMPI4qdxsp4TV8FXxlutybmft76PP5AnnAEVBmX14,5483
26
+ noshot/data/ML TS XAI/TS/2. Feature Engineering.ipynb,sha256=HdDfhPowxFujZweySJRuP-Et_y_2TvZP-PZLevgXUKY,4231
27
+ noshot/data/ML TS XAI/TS/3. Temporal Relationships.ipynb,sha256=Fi1Aq6BhqlqY8XcHwvRdOwTTNQ5QvIS7yr41sTMkW3A,3705
28
+ noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interpolation.ipynb,sha256=7-_k3WNgab0sIAX4vC2Ot_jbJwcLBszh4hw_F66PSms,3194
29
+ noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality.ipynb,sha256=I3vHyu1oxp95TiroeLUrTeKR7am5G7CEPVjp3CZ4V4U,4612
30
+ noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation.ipynb,sha256=tRSrqFrJpXQHRo4nyXCz-UZbNmhJc47F4b8pGRWEMRk,1901
31
+ noshot/data/ML TS XAI/TS/AllinOne.ipynb,sha256=egNDVfK-aObDRs_qyWLWjdQKQhccijA3_cirYbinJeg,35686
32
+ noshot/data/ML TS XAI/TS/data/daily-min-temperatures.csv,sha256=F4yFcHwUgxnEyjUGnQRMeZ_yLo1xt6LAiSIhZ1bRiWE,64271
33
+ noshot/data/ML TS XAI/TS/data/daily-total-female-births.csv,sha256=nvfDjkWMQydf_0NJKSLwCZgI1y9oVtrDY9kAwEM1RQQ,5855
34
+ noshot/data/ML TS XAI/TS/data/raw_sales.csv,sha256=prmIL2Za6SSvtNySuENVeeWm96ErETBE2yKdzUTsAIQ,1150525
35
+ noshot/data/ML TS XAI/TS/data/shampoo_sales.csv,sha256=3cnpMyQZjuLerDQ6seFWybW79od4Xx0J1jYJYOjBrm0,426
36
+ noshot/data/ML TS XAI/TS Lab CIA/Questions TMS 27 Feb 25.pdf,sha256=B_z0vtszHqZ8yK4r7M7qL-BdryhR3hqs978QrzUMCeQ,156479
37
+ noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/1 - AirPassengers.ipynb,sha256=fx-bnmM--DGpl_wDxmpP0Vk7aqYKpGRCM6JFSlhljw0,5114
38
+ noshot/data/ML TS XAI/TS Lab CIA/1 - AirPassengers/AirPassengers.csv,sha256=X4sxa4RUXZz7BWEimN-EFc5MREIccBLRCUZVZLB-vAY,1746
39
+ noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/2 - daily-total-female-births.ipynb,sha256=DqOIH5u7ZE1-ZBa8PB3NmfTefT5UaP3xcUSetpKA32s,5376
40
+ noshot/data/ML TS XAI/TS Lab CIA/2 - Daily-total-female-births/daily-total-female-births.csv,sha256=nvfDjkWMQydf_0NJKSLwCZgI1y9oVtrDY9kAwEM1RQQ,5855
41
+ noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/3 - Bill Charge.ipynb,sha256=oXbFNROkV0zqpdKHuocFj6fVdyNDzURuA4VqpifGGoU,4265
42
+ noshot/data/ML TS XAI/TS Lab CIA/3 - Bill Charge/bill charge.csv,sha256=tLP-OanWaF3ddiGFYyFjzcK1cXYpPvSmitbyOOe0Okk,471
43
+ noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/4 - daily-min-temperatures.ipynb,sha256=cUhKSNijW8nbwCAFKf65Q4HrJYFxQ7r6PbZ_rCqeGt8,4681
44
+ noshot/data/ML TS XAI/TS Lab CIA/4 - Daily min temperatures/daily-min-temperatures.csv,sha256=F4yFcHwUgxnEyjUGnQRMeZ_yLo1xt6LAiSIhZ1bRiWE,64271
45
+ noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/5 - Shampoo sales.ipynb,sha256=jPltozGU6R3driZcLthAPjgkuJWIBX6kWsrnsxc09Ec,5590
46
+ noshot/data/ML TS XAI/TS Lab CIA/5 - shampoo sales/shampoo_sales.csv,sha256=c3ry-Yy1m-MoLGWopaD9jfVX9UZ2JRBBJA2DtwWi_fg,484
47
+ noshot/utils/__init__.py,sha256=NovRMat6RWu1WNI1_OH_Xo6Uvaq8D91no-ZhLcuVwHs,108
48
+ noshot/utils/shell_utils.py,sha256=WzVq5EZEgiJFysbDYn9QPRYSE555Ew20HZbb3RDymkE,2555
49
+ noshot-0.3.7.dist-info/LICENSE.txt,sha256=MLVZLpViyRWQLkQCesNwRqdfGzt-aunQSFiP5b_5Qn4,1066
50
+ noshot-0.3.7.dist-info/METADATA,sha256=WfcYt-ieg7-k3E9OLzzwSXIPZwC30GFjZg4DeCDhvRo,2391
51
+ noshot-0.3.7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
52
+ noshot-0.3.7.dist-info/top_level.txt,sha256=UL-c0HffdRwohz-y9icY_rnY48pQDdxGcBsgyCKh2Q8,7
53
+ noshot-0.3.7.dist-info/RECORD,,