📄️ Querying Models
Models accept two forms of queries: individual queries and Batch Queries. Both are accessed from the "Model Actions" menu on the "Your Models" screen or executed via an API call (see simMachines API Manual for further information on making API calls).
📄️ Query
You can query a new object by entering its values into the available fields, or select an existing object by selecting the folder containing the desired data in the "Choose your folder" dropdown and clicking the "Fill Query Fields" button next to the object.
📄️ Batch Query
Batch Querying allows you to run many queries at once. Batch Query accepts CSV files as input and returns a CSV file with the results for each object on the inputted data. The inputted file must have an identical format (header and columns) to the data the model was trained on.
📄️ Cluster Batch Query
In addition to batch queries for classification models, you can also batch query a cluster model. Instead of producing predictions like simClassify/simClassify+, simCluster/simCluster+ produce cluster membership results. Cluster centroids will not be updated by the query, but the query results will indicate in which cluster the query objects would be.