Skip to content

Commit 7a4c48f

Browse files
committed
Complete branding update: Replace 'pluggable models' with 'flexible model integration'
- Updated framework name throughout repository - Changed all GitHub URLs from pluggable_iml to integratedml-flexible-model-integration - Updated badges, documentation, and configuration files - Replaced text references in README, CONTRIBUTING, setup.py, and docs/ - Updated Docker configuration and environment files - Modified shared modules and demo files - Ensures consistent branding across entire repository
1 parent 92b5786 commit 7a4c48f

31 files changed

+97
-97
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# =============================================================================
2-
# IntegratedML Pluggable Models Environment Configuration
2+
# IntegratedML Flexible Model Integration Environment Configuration
33
# =============================================================================
44
#
55
# This file serves as a template for environment variables required by the
6-
# IntegratedML Pluggable Models project. Copy this file to .env and fill in
6+
# IntegratedML Flexible Model Integration 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_Pluggable_Models
175+
# MLFLOW_EXPERIMENT_NAME=IntegratedML_Flexible_Model_Integration
176176

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

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

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report a bug to help us improve IntegratedML pluggable models
3+
about: Report a bug to help us improve IntegratedML flexible model integration
44
title: '[BUG] '
55
labels: 'bug'
66
assignees: ''

.github/ISSUE_TEMPLATE/demo_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Demo/Example Request
3-
about: Request a new demo or example for IntegratedML pluggable models
3+
about: Request a new demo or example for IntegratedML flexible model integration
44
title: '[DEMO] '
55
labels: 'demo', 'enhancement'
66
assignees: ''

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature Request
3-
about: Suggest an idea for IntegratedML pluggable models framework
3+
about: Suggest an idea for IntegratedML flexible model integration framework
44
title: '[FEATURE] '
55
labels: 'enhancement'
66
assignees: ''

.github/REPOSITORY_SETUP.md

Lines changed: 8 additions & 8 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 Pluggable Models repository for maximum discoverability and community engagement.
3+
This guide provides templates and recommendations for optimizing the IntegratedML Flexible Model Integration 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-
- `pluggable-models`
28+
- `flexible-model-integration`
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 Pluggable Models Demo
70+
🚀 New open-source project: IntegratedML Flexible Model Integration Demo
7171
7272
✅ 4 progressive ML demos (Credit Risk → DNA Analysis)
7373
✅ 67ms average latency, 95.4% accuracy validated
@@ -78,12 +78,12 @@ Perfect for learning database-integrated ML workflows!
7878
7979
#MachineLearning #InterSystems #OpenSource #MLOps #DataScience
8080
81-
https://github.com/intersystems-community/pluggable_iml
81+
https://github.com/intersystems-community/integratedml-flexible-model-integration
8282
```
8383

8484
### Twitter/X Post Template
8585
```
86-
🧬 New: IntegratedML Pluggable Models Demo
86+
🧬 New: IntegratedML Flexible Model Integration Demo
8787
8888
4 enterprise ML examples:
8989
🏦 Credit Risk (Beginner)
@@ -95,7 +95,7 @@ B+ code quality, full CI/CD, <100ms predictions
9595
9696
#ML #OpenSource #DataScience
9797
98-
https://github.com/intersystems-community/pluggable_iml
98+
https://github.com/intersystems-community/integratedml-flexible-model-integration
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, pluggable-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
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
239239
```
240240

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

246246
---

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pull Request - IntegratedML Pluggable Models Framework
1+
# Pull Request - IntegratedML Flexible Model Integration Framework
22

33
## 📋 PR Summary
44
**Brief description of the changes in this pull request**
@@ -174,6 +174,6 @@ Technical approach taken:
174174
3. _______________
175175

176176
---
177-
**Thank you for contributing to the IntegratedML Pluggable Models Framework! 🎉**
177+
**Thank you for contributing to the IntegratedML Flexible Model Integration Framework! 🎉**
178178

179179
Your contribution helps advance database-integrated machine learning for the InterSystems community.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI - IntegratedML Pluggable Models Framework
1+
name: CI - IntegratedML Flexible Model Integration Framework
22

33
on:
44
push:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666

6767
## Release Notes
6868

69-
This initial release represents a complete, production-ready demonstration portfolio for IntegratedML's pluggable models capability. All three demos are fully functional, thoroughly documented, and ready for immediate use in both educational and production environments.
69+
This initial release represents a complete, production-ready demonstration portfolio for IntegratedML's flexible model integration capability. All three demos are fully functional, thoroughly documented, and ready for immediate use in both educational and production environments.
7070

7171
### Key Highlights
7272
- **Enterprise Ready**: Professional-grade code quality suitable for production evaluation

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Our Pledge
44

5-
We as members, contributors, and leaders pledge to make participation in the **IntegratedML Pluggable Models Framework** community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
5+
We as members, contributors, and leaders pledge to make participation in the **IntegratedML Flexible Model Integration Framework** community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
66

77
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community focused on advancing database-integrated machine learning with **InterSystems IRIS** and **IntegratedML**.
88

@@ -165,7 +165,7 @@ We recognize that a strong code of conduct enhances:
165165
* **Learning**: Inclusive environments accelerate knowledge sharing
166166
* **Impact**: Respectful collaboration maximizes community benefit
167167

168-
Thank you for helping make the IntegratedML Pluggable Models Framework a welcoming, professional, and innovative community! 🚀
168+
Thank you for helping make the IntegratedML Flexible Model Integration Framework a welcoming, professional, and innovative community! 🚀
169169

170170
---
171171

CONTRIBUTING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Contributing to IntegratedML Pluggable Models Demo
1+
# Contributing to IntegratedML Flexible Model Integration Demo
22

3-
Thank you for your interest in contributing to the IntegratedML Pluggable Models Demo project! This is a community-driven project hosted in the **intersystems-community** organization, and we welcome contributors of all skill levels.
3+
Thank you for your interest in contributing to the IntegratedML Flexible Model Integration Demo project! This is a community-driven project hosted in the **intersystems-community** organization, and we welcome contributors of all skill levels.
44

5-
[![Contributors](https://img.shields.io/github/contributors/intersystems-community/pluggable_iml.svg)](https://github.com/intersystems-community/pluggable_iml/graphs/contributors)
6-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/intersystems-community/pluggable_iml/pulls)
7-
[![Good First Issues](https://img.shields.io/github/issues/intersystems-community/pluggable_iml/good%20first%20issue.svg)](https://github.com/intersystems-community/pluggable_iml/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
5+
[![Contributors](https://img.shields.io/github/contributors/intersystems-community/integratedml-flexible-model-integration.svg)](https://github.com/intersystems-community/integratedml-flexible-model-integration/graphs/contributors)
6+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/intersystems-community/integratedml-flexible-model-integration/pulls)
7+
[![Good First Issues](https://img.shields.io/github/issues/intersystems-community/integratedml-flexible-model-integration/good%20first%20issue.svg)](https://github.com/intersystems-community/integratedml-flexible-model-integration/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
88

99
## 🎯 Project Overview
1010

11-
This project demonstrates IntegratedML's pluggable models capability through four progressive demos:
11+
This project demonstrates IntegratedML's flexible model integration capability through four progressive demos:
1212
1. **Credit Risk Assessment** (Beginner) - Custom feature engineering
1313
2. **Fraud Detection Ensemble** (Intermediate) - Real-time multi-model orchestration
1414
3. **Sales Forecasting** (Advanced) - Third-party library integration
@@ -26,8 +26,8 @@ This project demonstrates IntegratedML's pluggable models capability through fou
2626

2727
1. **Fork and Clone the Repository**
2828
```bash
29-
git clone https://github.com/your-username/pluggable_iml.git
30-
cd pluggable_iml
29+
git clone https://github.com/your-username/integratedml-flexible-model-integration.git
30+
cd integratedml-flexible-model-integration
3131
```
3232

3333
2. **Create a Virtual Environment**
@@ -73,7 +73,7 @@ mypy shared/ demos/
7373
### Project Structure
7474

7575
```
76-
pluggable_iml/
76+
integratedml-flexible-model-integration/
7777
├── demos/ # Individual demo implementations
7878
│ ├── credit_risk/ # Demo 1: Credit Risk Assessment
7979
│ ├── fraud_detection/ # Demo 2: Fraud Detection Ensemble
@@ -118,7 +118,7 @@ pluggable_iml/
118118

119119
We've created detailed issue templates to help you report issues effectively:
120120

121-
**[🐛 Report a Bug](https://github.com/intersystems-community/pluggable_iml/issues/new?template=bug_report.md)**
121+
**[🐛 Report a Bug](https://github.com/intersystems-community/integratedml-flexible-model-integration/issues/new?template=bug_report.md)**
122122

123123
Our bug report template includes sections for:
124124
- **Environment details** (Python version, OS, package versions)
@@ -129,7 +129,7 @@ Our bug report template includes sections for:
129129

130130
### ✨ Feature Requests
131131

132-
**[✨ Request a Feature](https://github.com/intersystems-community/pluggable_iml/issues/new?template=feature_request.md)**
132+
**[✨ Request a Feature](https://github.com/intersystems-community/integratedml-flexible-model-integration/issues/new?template=feature_request.md)**
133133

134134
Our feature request template covers:
135135
- **Clear description** and motivation
@@ -140,7 +140,7 @@ Our feature request template covers:
140140

141141
### 📘 Documentation Improvements
142142

143-
**[📘 Improve Documentation](https://github.com/intersystems-community/pluggable_iml/issues/new?template=documentation_improvement.md)**
143+
**[📘 Improve Documentation](https://github.com/intersystems-community/integratedml-flexible-model-integration/issues/new?template=documentation_improvement.md)**
144144

145145
Help us improve our docs by suggesting:
146146
- **Content improvements** and clarifications
@@ -150,7 +150,7 @@ Help us improve our docs by suggesting:
150150

151151
### 🎯 Demo Requests
152152

153-
**[🎯 Request a Demo](https://github.com/intersystems-community/pluggable_iml/issues/new?template=demo_request.md)**
153+
**[🎯 Request a Demo](https://github.com/intersystems-community/integratedml-flexible-model-integration/issues/new?template=demo_request.md)**
154154

155155
Suggest new demo scenarios:
156156
- **Industry domain** and use case
@@ -367,7 +367,7 @@ If you need help:
367367

368368
## 🙏 Thank You
369369

370-
Thank you for contributing to IntegratedML Pluggable Models Demo! Your contributions help make machine learning more accessible and demonstrate the power of database-integrated ML workflows.
370+
Thank you for contributing to IntegratedML Flexible Model Integration Demo! Your contributions help make machine learning more accessible and demonstrate the power of database-integrated ML workflows.
371371

372372
---
373373

0 commit comments

Comments
 (0)