> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/machine-learning/prediction_binary.md).

# Prediction - Binary Classification

## How to Access This Feature

### From + (plus) Button

From a step that create a model, you can access it from 'Add' (Plus) button. ![](/files/-M4oNFLZkYsJAgUfQMBT)

## How to Use?

![](/files/-M4oNFLaQ90hX5pedN5U)

* Data - You can choose
  * Training - Get predicted values by training data.
  * Test - Get predicted values by test data.
  * Data Frame - Get predicted values by other data frame.
* Threshold Value to Decide Predicted Label - You can choose how to decide threshold for predicted label.
  * Use Optimized Value - This searches threshold to optimize the chosen metric. It can be
  * F Score
  * Accuracy
  * Precision
  * Recall
  * Specificity
* Enter Manually
  * Set threshold value manually.
