Gaio DataOS
English
English
  • Welcome to the Gaio Platform documentation!
  • Documentação
    • General information
      • Functioning Structure
      • Login
      • Home page
    • Applications
    • Studio
      • Suit
      • Data Sources
      • Tasks
        • ETL
          • Builder
          • SQL
          • SQL External
          • Insert Table
          • Insert Row
          • Update
          • Delete
          • Create Table
          • Quick Table
          • pivot table
          • Unpivot Table
          • Run Process
          • Rest
          • Parameters to Table
          • Table to Parameters
          • Users
          • CSV Web
          • Google Planilhas
        • Analytics
          • Sample
          • AutoML
          • Scoring
          • Cluster
          • Main Components
          • Association Rules
          • Time Series
          • Python
        • Delivery
          • Report
          • Power Search
          • Content
          • Form
          • Exportar Output
          • Banner
          • Export CSV
          • Map
          • Insights
          • API
          • SMS
          • Whatsapp
          • Email
          • Network
      • Parameters
      • Forms
      • Files
      • Action Buttons
      • Top Menu
        • SQL
        • Edit Bucket Tables
        • Executions in Progress
        • Map Editor
        • Schedule
        • Models
        • Cognitive
        • Error log
        • Edit Dashboard
        • Chat - GPS
        • General Menu
    • Administration
      • Permissions
      • Users
      • Data Sources
      • Repositories
        • Creation
        • Data Management
      • Sharing
      • Schedules
      • Logs
    • Keyboard Shortcuts
  • IntegraƧƵes
    • LDAP
  • HUB
    • Exemplos
      • Tarefa ConteĆŗdo
        • Manual Form
  • FAQ
  • GestĆ£o de Servidor
    • Gaio startup
  • What's New!
    • Release Notes
      • 2022
  • Import
    • Editor de Mapas
    • ParĆ¢metros
    • FormulĆ”rios
    • Processos
    • Editar Dashboard
    • Administração
      • UsuĆ”rios
        • PermissƵes
      • Fontes de Dados
      • Repositórios
        • Criação
        • GestĆ£o de Dados
      • Compartilhamento
      • Agendamento
      • Log
    • Consulta
Powered by GitBook
On this page
  • 1. Configuration
  • 2. Results
  1. Documentação
  2. Studio
  3. Tasks
  4. Analytics

Scoring

PreviousAutoMLNextCluster

Last updated 1 year ago

This task is task dependent AutoML. To use it, you must have previously created at least one model using AutoML.

Its usefulness is to apply the model to a new set of data. As an example, a company needs to charge its customers. To do this, she built a predictive model (AutoML) using her billing history, as she knows who paid and who didn't pay.

Now the company received a portfolio of customers at the beginning of the month to charge and wants to apply the model it had created to know who will pay and who will not pay. In addition to having this marking, she also wants to know the probability (0 to 1 or 0% to 100%) for each customer.

1. Configuration

  1. Set the task name

  2. Define the name of the result table with the classifications

  3. Choose the model that should be applied to the data

2. Results

The result of executing the Scoring task will be a table, containing all the original columns of the table used, including the new scoring results columns. Below is an example for the case where the response variable is categorical and has two values ( no and yes ).

  1. Forecast with two possible values for each customer.

  2. Probability of no.

  3. Probability of yes.

  4. From that point on, all columns from the source table are repeated and are available for any analysis in the Gaio process.

The steps are very simple and objective. Click on the table that has all the customers to rate and from the , choose the Scoring task .

The table that contains the customer portfolio for billing must have exactly the same columns as those in the table used to create the model with AutoML. The only column it will not have is the response variable, which in practice is what we want to know now (which customer will pay or not). Therefore, in , it is important to only use variables that we will have later to apply Scoring . If the columns do not match, an error will be returned .

Tasks menu
AutoML