You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/REPOSITORY_SETUP.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Repository Setup Guide for GitHub Publication
2
2
3
-
This guide provides templates and recommendations for optimizing the IntegratedML Flexible Model Integration repository for maximum discoverability and community engagement.
3
+
This guide provides templates and recommendations for optimizing the IntegratedML Custom Models repository for maximum discoverability and community engagement.
-**GitHub Issues** (if enabled): Technical bugs and feature requests
28
+
29
+
**Response time**: 1-2 business days during EAP
30
+
31
+
For questions or support, see [EAP FAQ](docs/EAP_FAQ.md) or email thomas.dyar@intersystems.com.
32
+
33
+
---
8
34
9
35
## Table of Contents
10
36
@@ -25,7 +51,7 @@
25
51
26
52
## Overview
27
53
28
-
IntegratedML Custom Models allows you to deploy custom Python models directly within SQL queries. This feature enables in-database machine learning without data movement, making it easier to integrate ML models into existing database workflows.
54
+
**IntegratedML Custom Models** extends InterSystems IRIS IntegratedML with a powerful new capability: deploy your own Python models directly within SQL queries. While IntegratedML has provided automated ML for years, this feature gives data scientists full control—custom preprocessing, any scikit-learn compatible model, and third-party libraries like Prophet or LightGBM—all executing in-database without data movement.
29
55
30
56
```sql
31
57
-- Train your custom Python model with a single SQL command
@@ -127,13 +153,22 @@ make demo-dna
127
153
128
154
This project's documentation is organized into three main areas:
129
155
156
+
### 🔶 EAP Documentation (Start Here!)
157
+
Essential guides for Early Access Program participants:
158
+
-**[EAP Guide](docs/EAP_GUIDE.md)** - Program overview, timeline, feedback channels
0 commit comments