Home Applications iris-mll-fordummies

iris-mll-fordummies

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
201
Views
0
IPM installs
0
0
Details
Releases (2)
Reviews (1)
Issues
Articles (4)
Samples how to use MLL in Intersystems IRIS - for dummies

What's new in this version

Added configuration AutoML in iris-community docker
Examples of serial models

Example of Machine Learning Usage

Download the code from GitHub

To download the code from GitHub, follow these steps:

  1. Clone the repository from GitHub:
    git clone https://github.com/KurroLopez/iris-mll-fordummies
    
  2. Navigate to the project directory:
    cd iris-mll-fordummies
    
  3. Build and start the Docker containers:
    docker-compose build --no-cache
    docker-compose up -d
    

Open the IRIS terminal

To open the IRIS terminal and initialize the example classes, follow these steps:

  1. Open your web browser and navigate to https://localhost:52773/terminal/.
  2. Log in with your credentials.
  3. In the terminal, initialize the example classes with the following command:
    do ##class(St.MLL.FullProcess).Process()
    
Last checked by moderator
27 Jan, 2026Works
Made with
Version
1.1.001 Jun, 2025
Ideas to the app
Category
Developer Environment
Works with
InterSystems IRIS
First published
21 Apr, 2025
Last edited
30 Sep, 2025