Skip to content

Commit 5372219

Browse files
committed
refactor: update repository name to integratedml-custom-models
Updated all references to reflect new repository name and branding: - Repository name: integratedml-flexible-model-integration → integratedml-custom-models - Feature name: IntegratedML Flexible Model Integration → IntegratedML Custom Models - Description: Updated to emphasize custom models capability and control Changes: - README.md: Enhanced overview to position as new IntegratedML capability - .env.example: Updated header and experiment tracking project names - .github/REPOSITORY_SETUP.md: Updated social media templates, topics, URLs - docker-compose.yml: Updated header comment - Makefile: Updated header and help message - pyproject.toml: Updated description and keywords The new name better reflects the actual feature name (IntegratedML Custom Models) and is more concise and searchable.
1 parent 6dbf9fc commit 5372219

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# =============================================================================
2-
# IntegratedML Flexible Model Integration Environment Configuration
2+
# IntegratedML Custom Models Environment Configuration
33
# =============================================================================
4-
#
4+
#
55
# This file serves as a template for environment variables required by the
6-
# IntegratedML Flexible Model Integration project. Copy this file to .env and fill in
6+
# IntegratedML Custom Models project. Copy this file to .env and fill in
77
# the actual values.
88
#
99
# SECURITY NOTE: Never commit .env files with real secrets to version control.
@@ -172,11 +172,11 @@ ENABLE_PROFILING=false
172172

173173
# Optional: MLflow tracking (for experiment management)
174174
# MLFLOW_TRACKING_URI=http://localhost:5000
175-
# MLFLOW_EXPERIMENT_NAME=IntegratedML_Flexible_Model_Integration
175+
# MLFLOW_EXPERIMENT_NAME=IntegratedML_Custom_Models
176176

177177
# Optional: Weights & Biases (for experiment tracking)
178178
# WANDB_API_KEY=your-wandb-api-key
179-
# WANDB_PROJECT=integratedml-flexible-model-integration
179+
# WANDB_PROJECT=integratedml-custom-models
180180

181181
# =============================================================================
182182
# CI/CD Configuration

.github/REPOSITORY_SETUP.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Repository Setup Guide for GitHub Publication
22

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.
44

55
## 📝 Repository Description Template
66

@@ -25,7 +25,7 @@ Database-integrated ML demos: 4 enterprise examples showcasing IntegratedML plug
2525
- `intersystems-iris`
2626
- `machine-learning`
2727
- `database-ml`
28-
- `flexible-model-integration`
28+
- `custom-models`
2929
- `scikit-learn`
3030
- `python`
3131

@@ -67,7 +67,7 @@ Database-integrated ML demos: 4 enterprise examples showcasing IntegratedML plug
6767

6868
### LinkedIn Post Template
6969
```
70-
🚀 New open-source project: IntegratedML Flexible Model Integration Demo
70+
🚀 New open-source project: IntegratedML Custom Models Demo
7171
7272
✅ 4 progressive ML demos (Credit Risk → DNA Analysis)
7373
✅ 67ms average latency, 95.4% accuracy validated
@@ -78,24 +78,24 @@ Perfect for learning database-integrated ML workflows!
7878
7979
#MachineLearning #InterSystems #OpenSource #MLOps #DataScience
8080
81-
https://github.com/intersystems-community/integratedml-flexible-model-integration
81+
https://github.com/intersystems-community/integratedml-custom-models
8282
```
8383

8484
### Twitter/X Post Template
8585
```
86-
🧬 New: IntegratedML Flexible Model Integration Demo
86+
🧬 New: IntegratedML Custom Models Demo
8787
8888
4 enterprise ML examples:
8989
🏦 Credit Risk (Beginner)
90-
🚨 Fraud Detection (67ms!)
90+
🚨 Fraud Detection (67ms!)
9191
📈 Sales Forecasting
9292
🧬 DNA Analysis
9393
9494
B+ code quality, full CI/CD, <100ms predictions
9595
9696
#ML #OpenSource #DataScience
9797
98-
https://github.com/intersystems-community/integratedml-flexible-model-integration
98+
https://github.com/intersystems-community/integratedml-custom-models
9999
```
100100

101101
### Reddit Post Ideas
@@ -235,12 +235,12 @@ Enterprise-ready ML demos for IntegratedML: 4 progressive examples from credit r
235235

236236
### Topics (Comma-separated)
237237
```
238-
integratedml, intersystems-iris, machine-learning, database-ml, flexible-model-integration, scikit-learn, python, credit-risk-assessment, fraud-detection, sales-forecasting, dna-analysis, enterprise-ml, production-ml, intersystems-community, open-source, demo-project, tutorial, best-practices
238+
integratedml, intersystems-iris, machine-learning, database-ml, custom-models, scikit-learn, python, credit-risk-assessment, fraud-detection, sales-forecasting, dna-analysis, enterprise-ml, production-ml, intersystems-community, open-source, demo-project, tutorial, best-practices
239239
```
240240

241241
### Website URL
242242
```
243-
https://intersystems-community.github.io/integratedml-flexible-model-integration/
243+
https://intersystems-community.github.io/integratedml-custom-models/
244244
```
245245

246246
---

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# IntegratedML Flexible Model Integration - Development Automation
1+
# IntegratedML Custom Models - Development Automation
22
# Simplified workflow for IRIS + local development
33

44
.PHONY: help setup start stop clean install test format lint notebooks
55

66
# Default target
77
help:
8-
@echo "IntegratedML Flexible Model Integration - Available Commands:"
8+
@echo "IntegratedML Custom Models - Available Commands:"
99
@echo ""
1010
@echo "Setup & Environment:"
1111
@echo " setup - Complete project setup (dependencies + IRIS)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## Overview
2727

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.
28+
**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.
2929

3030
```sql
3131
-- Train your custom Python model with a single SQL command

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IntegratedML Flexible Model Integration - Simplified Docker Setup
1+
# IntegratedML Custom Models - Simplified Docker Setup
22
# IRIS database only - users run notebooks in VS Code locally
33

44
version: '3.8'

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "integratedml-demos"
77
version = "1.0.0"
8-
description = "Comprehensive demo portfolio showcasing IntegratedML's flexible model integration capability"
8+
description = "Comprehensive demo portfolio showcasing IntegratedML Custom Models capability"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
authors = [
1212
{name = "InterSystems Corporation", email = "support@intersystems.com"},
1313
]
1414
keywords = [
15-
"integratedml",
16-
"machine learning",
17-
"database",
18-
"sql",
15+
"integratedml",
16+
"machine learning",
17+
"database",
18+
"sql",
1919
"scikit-learn",
2020
"ensemble models",
21-
"flexible model integration",
21+
"custom models",
2222
"intersystems"
2323
]
2424
classifiers = [

0 commit comments

Comments
 (0)