noshot 0.1.8__py3-none-any.whl → 0.1.9__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.
- noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/Handling TS Data.ipynb +784 -0
- noshot/data/ML TS XAI/TS/1. EDA - Handling Time Series Data/raw_sales.csv +29581 -0
- noshot/data/ML TS XAI/TS/2. Feature Engineering/Feature Engineering-.ipynb +1445 -0
- noshot/data/ML TS XAI/TS/3. Temporal Relationships/Exploring Temporal Relationships.ipynb +603 -0
- noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/Up-Down-Sampling.ipynb +721 -0
- noshot/data/ML TS XAI/TS/4. Up-Down-Sampling and Interploation/shampoo_sales.csv +37 -0
- noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/Stationarity-Trend-Seasonality.ipynb +392 -0
- noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-min-temperatures.csv +3651 -0
- noshot/data/ML TS XAI/TS/5. Stationarity - Trend - Seasonality/daily-total-female-births.csv +366 -0
- noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/ACF-PACF.ipynb +175 -0
- noshot/data/ML TS XAI/TS/6. Autocorrelation - Partial Autocorrelation/daily-min-temperatures.csv +3651 -0
- {noshot-0.1.8.dist-info → noshot-0.1.9.dist-info}/METADATA +2 -2
- {noshot-0.1.8.dist-info → noshot-0.1.9.dist-info}/RECORD +16 -5
- {noshot-0.1.8.dist-info → noshot-0.1.9.dist-info}/LICENSE.txt +0 -0
- {noshot-0.1.8.dist-info → noshot-0.1.9.dist-info}/WHEEL +0 -0
- {noshot-0.1.8.dist-info → noshot-0.1.9.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,37 @@
|
|
1
|
+
Month,Sales
|
2
|
+
01-01,266
|
3
|
+
01-02,145.9
|
4
|
+
01-03,183.1
|
5
|
+
01-04,119.3
|
6
|
+
01-05,180.3
|
7
|
+
01-06,168.5
|
8
|
+
01-07,231.8
|
9
|
+
01-08,224.5
|
10
|
+
01-09,192.8
|
11
|
+
1-10,122.9
|
12
|
+
1-11,336.5
|
13
|
+
1-12,185.9
|
14
|
+
02-01,194.3
|
15
|
+
02-02,149.5
|
16
|
+
02-03,210.1
|
17
|
+
02-04,273.3
|
18
|
+
02-05,191.4
|
19
|
+
02-06,287
|
20
|
+
02-07,226
|
21
|
+
02-08,303.6
|
22
|
+
02-09,289.9
|
23
|
+
2-10,421.6
|
24
|
+
2-11,264.5
|
25
|
+
2-12,342.3
|
26
|
+
03-01,339.7
|
27
|
+
03-02,440.4
|
28
|
+
03-03,315.9
|
29
|
+
03-04,439.3
|
30
|
+
03-05,401.3
|
31
|
+
03-06,437.4
|
32
|
+
03-07,575.5
|
33
|
+
03-08,407.6
|
34
|
+
03-09,682
|
35
|
+
3-10,475.3
|
36
|
+
3-11,581.3
|
37
|
+
3-12,646.9
|