Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# WebhookPredictiveAnalytics
|
9 |
+
|
10 |
+
tags: webhook, predictive modeling, forecasting
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:** The 'WebhookPredictiveAnalytics' dataset comprises records of various webhook interactions that could be utilized for predictive modeling and forecasting future webhook traffic patterns. Each record includes the timestamp, the source of the webhook, the destination, the payload type, and a label that indicates the nature of the webhook interaction (e.g., 'API_CALL', 'Customer_Interaction', 'System_Notification').
|
15 |
+
|
16 |
+
|
17 |
+
**CSV Content Preview:**
|
18 |
+
|
19 |
+
```csv
|
20 |
+
|
21 |
+
Timestamp,Source,Destination,Payload_Type,Label
|
22 |
+
|
23 |
+
2023-04-01T12:34:56Z,https://example.com/api/data,https://analytics.com,JSON,API_CALL
|
24 |
+
|
25 |
+
2023-04-01T12:45:23Z,https://shop.example.com/callback,https://store.example.com,XML,Customer_Interaction
|
26 |
+
|
27 |
+
2023-04-01T13:02:10Z,https://support.example.com/notify,https://service.example.com,JSON,System_Notification
|
28 |
+
|
29 |
+
2023-04-01T13:15:42Z,https://inventory.example.com/update,https://dashboard.example.com,XML,API_CALL
|
30 |
+
|
31 |
+
2023-04-01T13:27:59Z,https://user.example.com/alert,https://notification.example.com,JSON,Customer_Interaction
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
**Source of the data:**
|
36 |
+
|
37 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'URL WEBHOOK':
|
38 |
+
|
39 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=URL+WEBHOOK&dataset=WebhookPredictiveAnalytics&tags=webhook,+predictive+modeling,+forecasting
|
40 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
41 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|