rubiML

rubiML


rubiML is used to build, train, test, tune and publish AI-ML Models easily and instantly. rubiML offers interactive data exploration. This makes it easy to design and optimize AI-ML models which boosts analytical productivity without any knowledge of coding.

In rubiML, predictive modelling is performed using ML (supervised or non-supervised). Operations like regression, classification, and clustering are done in rubiML.

rubiML can be used to build a Machine Learning model in a workbook. Here you can build, train, and test your models. Refer to Working with rubistudio.

rubiML can be used to run a prebuilt model in a workflow. You can publish your trained models in rubiflow and reuse these published models in real-life scenarios. Refer to Working with rubiflow.

    • Related Articles

    • rubiscape Concepts

      Code Fusion Code fusion in rubiscape gives an ingenious option to the users to build their models in programming languages such as JAVA, R, or Python and integrate them into rubiscape. Code fusion makes the rubiscape platform more customizable and ...
    • rubiscape Platform Architecture

      The three phases of data analysis are input, insight, and impact. These are explained below. Input: Inputs are nothing but different sources of data. These include various location data, transactional databases, social media data, mobile application ...
    • Rubiscape Spring '22

      New Features Platform & Studio Rubiscape Persistent variables in workflow and workbook - The user can declare a variable to be remembered between function calls Separate Service for Visualization - Provide separate service for Visualization which ...
    • Machine Learning Concepts

      Advanced Entity Extraction Advanced entity extraction, also known as entity recognition, is used to extract vital information for natural language processing (NLP). It is widely used for finding, storing and sorting textual content into default ...
    • Statistical Concepts

      Accuracy Accuracy (of classification) of a predictive model is the ratio of the total number of correct predictions made by the model to the total predictions made. Thus, Accuracy = (TP + TN) / (TP + TN + FP + FN) Where, TP, TN, FP, and FN indicate ...