Skip to Main Content
InterSystems Ideas

Have an idea, suggestion, or something that doesn’t work as expected in InterSystems products or services? Share it here on the InterSystems Ideas Portal.

The Ideas Portal is where community members can propose improvements, report bugs, and help influence the product roadmap across InterSystems products and the overall developer experience. 22% of submitted ideas are implemented by InterSystems or members of the Developer Community.

💡 Ideas and bugs are both welcome, no matter how big or small. You can submit feature requests, usability improvements, workflow suggestions, and bug reports. Whether you’re an experienced expert or just getting started, your fresh perspective is valuable.

🛠️ About bugs and fixes. If you have access to InterSystems WRC, please submit bugs there for immediate action. Bug reports submitted through the Ideas Portal are reviewed and tracked, but do not guarantee immediate resolution.

Start by sharing what could be better - the community and our teams will help take it from there.

Status Community Opportunity
Created by Guest
Created on Oct 12, 2021

Real-Time IntegratedML Utility

Currently, there is no simple way to run IntegratedML predictive models on real-time data as it is ingested into IRIS. The best method we’ve found for performing these real-time predictions is by creating a custom business process that includes a SQL action to run a Predict statement. Ideally, a user would not be required to know the IntegratedML SQL syntax and would be able to use predictions in a variety of places (i.e. Business Rules, Data Transformations, etc.). We are interested in finding a way to seamlessly integrate the IntegratedML prediction capabilities into all the components of the interoperability framework. One idea could be to create a utility function that allows a user to choose a model and property to predict from dropdown lists. This utility should also allow the user to define where/if they want the result of the prediction to be stored, whether in the target message of a data transformation, an existing database table, or somewhere else.

  • ADMIN RESPONSE
    Feb 13, 2025

    Thank you for submitting the idea. The status has been changed to "Community Opportunity".

    Stay tuned!

  • Benjamin De Boe
    Feb 13, 2025

    No specific capabilities are planned for this, currently, but it wouldn't be hard using existing catalog functions to implement a generic BO (using ObjectScript or Python) that exposes available IntegratedML or PMML models available in the IRIS instance.