Data Mining

The Data Mining API provides resources for training, scoring, and comparing data mining models.

Retraining

Contains the operations for data mining project retraining.
head
Headers for Perform project retrain (Deprecated)
Internal-Use OnlyReturns headers for perform project retrain request./projects/{projectId}/retrainJobs
post
Perform project retrain (Deprecated)
Internal-Use OnlyPerforms project retrain by passing a data table to use for retraining. If action=batch is set in the request, this API call performs all the operations required to retrain the project including running the pipelines. If not, retraining is initiated but the pipelines are not run. The response object contains the job created for performing retraining./projects/{projectId}/retrainJobs
put
Set the retraining state (Deprecated)
Internal-Use OnlySets the retraining state for the project. The retraining state can be set as needed or completed. The response object contains the job created for performing the batch retraining./projects/{projectId}/retrainJobs
head
Get headers for the current job request (Deprecated)
Internal-Use OnlyGet headers for the current job request/projects/{projectId}/retrainJobs/@currentJob
get
Get the currently running job (Deprecated)
Internal-Use OnlyReturns the currently running job. The response object contains the representation of the job that is currently running. This endpoint has been deprecated and replaced by the GET /dataMiningProjectResources/projects/{projectId}/retrainJobs/@currentJob endpoint./projects/{projectId}/retrainJobs/@currentJob
head
Get the headers for champion model (Deprecated)
Internal-Use OnlyReturns the headers for champion model from the last retraining job./projects/{projectId}/retrainJobs/@lastJob/champion
get
Get the champion model (Deprecated)
Internal-Use OnlyReturns the champion model from the last retraining job. The response object contains the model./projects/{projectId}/retrainJobs/@lastJob/champion