Skip to main content

Lift Chair Tool Icon Strumento Grafico di accuratezza

Esempio di uno strumento

ID Record dispone dell'opzione Esempio di uno strumento. Visita Esempi di flussi di lavoro per scoprire come accedere a questo e a molti altri esempi direttamente in Alteryx Designer.

Lo strumento Grafico di accuratezza produce un grafico della risposta catturata cumulativa e un grafico del tasso di risposta incrementale, utilizzati per valutare visivamente l'accuratezza comparativa di modelli di classificazione binaria (sì/no) diversi quando si effettuano predizioni per una valutazione delle implicazioni economiche previste.

Both of these charts are based on aggregating data into 10 groups (deciles) that are ordered based on the predicted probability of a favorable response for each model, and then comparing this response to what would be expected if the selection of prospects was done randomly. In the case of the cumulative response chart, the chart examines what percentage of the total response that would be obtained if all customers in an organization's database were contacted is obtained by contacting the best 10 percent, 20 percent, and so on based on model predictions. The x (horizontal) axis of the chart is the percentage of the database contacted, while the y (vertical) axis is the percentage of the total response captured by going up to that "best" decile of the database based on the model.

For example, the best 20 percent of prospects based on the model may represent 50 percent of the favorable response that would be obtained if all prospects were contacted. The incremental response rate chart gives the favorable response rate for each of the model-based ordered decile groups in the database. In addition, the tool produces a gains table and measures of the area under the curve and the Gini coefficient to provide overall comparative metrics of the performance of different models when the cumulative captured response chart option is selected, and a table of response rates at different deciles for each model when the incremental response rate option is selected.

Questo strumento utilizza lo strumento R. Vai a OpzioniScarica strumenti predittivi e accedi al portale Download e licenze Alteryx per installare R e i pacchetti utilizzati dallo strumento R. Consulta la sezione Download e utilizzo degli strumenti predittivi.

Collegamento degli input

The tool requires...

Configura lo strumento

Configuration Tab

  • Lift chart type: Select the Total cumulative response chart or the Incremental response rate chart.

  • True response rate (should be between 0 and 1): Often the database used to construct a predictive model has been "oversampled" to increase the percentage of observations that have one of the two target response categories. By specifying the true (original) response rate of the target variable, the lift chart constructed will account for the oversampling of one level of the target. In assenza di sovracampionamento, il valore di questa opzione deve corrispondere al tasso di risposta del database utilizzato per sviluppare il modello.

  • Target level (the label for the desired response of the target variable): This option allows for the creation of a lift chart that is consistent with the decision context, and allows for error checking to ensure that the chart created is relevant.

  • L'opzione Nome campione consente di posizionare un'etichetta sul grafico creato che indica quale campione all'interno del flusso dati è stato utilizzato per creare il grafico o consente di fornire altre informazioni che potrebbero essere rilevanti per il grafico.

  • Infine, imposta il numero di record da leggere contemporaneamente per limitare la quantità di record estratti contemporaneamente dal flusso dati.

Scheda Opzioni grafiche

  • Plot size: Configure the plot size in either Inches or Centimeters.

  • Risoluzione grafico: seleziona la risoluzione del grafico in punti per pollice: 1x (96 dpi); 2x (192 dpi) o 3x (288 dpi).

    • La risoluzione inferiore crea un file più piccolo ed è ideale per la visualizzazione su un monitor.

    • Una risoluzione più alta crea un file più grande con una migliore qualità di stampa.

  • Base font size (points): Configure the font size.

Visualizzazione dell'output

The output for the tool is an Alteryx Report field that consists of an R-Graph and a Lift/Gains table. These elements can be used to assist in the creation of custom reports.