Contains the operations for data mining project retraining.
Data Mining
Loading...
The Data Mining API provides resources for training, scoring, and comparing data mining models.
post
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.Perform project retrain (Deprecated)
put
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.Set the retraining state (Deprecated)
get
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.Get the currently running job (Deprecated)
get
Internal-Use OnlyReturns the champion model from the last retraining job. The response object contains the model.Get the champion model (Deprecated)
Contains the operations for managing data mining models.