Class/Object

io.github.timsetsfire.datarobot

PrimeModel

Related Docs: object PrimeModel | package datarobot

Permalink

class PrimeModel extends Model

Linear Supertypes
Model, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimeModel
  2. Model
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrimeModel(featurelistId: String, processes: Array[String], featurelistName: String, projectId: String, samplePct: Option[Double], trainingDuration: Option[String], trainingRowCount: Option[Int], trainingStartDate: Option[String], trainingEndDate: Option[String], modelCategory: String, isFrozen: Boolean = false, metrics: Map[String, Metric], modelType: String, blueprintId: String, monotonicIncreasingFeaturelistId: Option[String] = None, monotonicDecreasingFeaturelistId: Option[String] = None, supportsMonotonicConstraints: Option[Boolean] = None, id: String, isStarred: Boolean = false, predictionThreshold: Option[Double], predictionThresholdReadOnly: Option[Boolean], parentModelId: String, rulesetId: Int, ruleCount: Int, score: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def advancedTuning(description: String)(implicit client: DataRobotClient): AdvancedTuningSession

    Permalink
    Definition Classes
    Model
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val blueprintId: String

    Permalink

    the blueprint used to construct the model - note this is not an ObjectId

    the blueprint used to construct the model - note this is not an ObjectId

    Definition Classes
    Model
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. val featurelistId: String

    Permalink

    the ID of the featurelist used by the model

    the ID of the featurelist used by the model

    Definition Classes
    Model
  11. val featurelistName: String

    Permalink

    the name of the featurelist used by the model

    the name of the featurelist used by the model

    Definition Classes
    Model
  12. def getCapabilities()(implicit client: DataRobotClient): (Map[String, Boolean], Map[String, String])

    Permalink
    Definition Classes
    Model
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getCrossValidationScores()(implicit client: DataRobotClient): Map[String, Map[String, Map[String, Double]]]

    Permalink
    Definition Classes
    Model
  15. def getFeatureEffects(source: String = "validation", backtestIndex: Option[String] = None)(implicit client: DataRobotClient): FeatureEffects

    Permalink
    Definition Classes
    Model
  16. def getFeatureEffectsMetaData()(implicit client: DataRobotClient): String

    Permalink
    Definition Classes
    Model
  17. def getFeatureFit(source: String = "validation", backtestIndex: Option[String] = None)(implicit client: DataRobotClient): FeatureFits

    Permalink
    Definition Classes
    Model
  18. def getFeatureFitMetaData()(implicit client: DataRobotClient): String

    Permalink
    Definition Classes
    Model
  19. def getFeatureImpact()(implicit client: DataRobotClient): FeatureImpacts

    Permalink
    Definition Classes
    Model
  20. def getHyperParameters()(implicit client: DataRobotClient): Map[String, List[Map[String, Any]]]

    Permalink
    Definition Classes
    Model
  21. def getLiftChart(source: enums.Source.Value)(implicit client: DataRobotClient): LiftChart

    Permalink
    Definition Classes
    Model
  22. def getLiftCharts()(implicit client: DataRobotClient): Map[String, List[LiftChart]]

    Permalink
    Definition Classes
    Model
  23. def getMissingValueReport()(implicit client: DataRobotClient): List[Map[_ <: String, Any]]

    Permalink
    Definition Classes
    Model
  24. def getModelBlueprintChart()(implicit client: DataRobotClient): Graph[BlueprintNode, LDiEdge]

    Permalink
    Definition Classes
    Model
  25. def getModelCoefficients()(implicit client: DataRobotClient): ModelCoefficients

    Permalink
    Definition Classes
    Model
  26. def getResiduals()(implicit client: DataRobotClient): Map[String, Map[String, ResidualData]]

    Permalink
    Definition Classes
    Model
  27. def getRocCurve(source: enums.Source.Value)(implicit client: DataRobotClient): RocCurve

    Permalink
    Definition Classes
    Model
  28. def getRocCurves()(implicit client: DataRobotClient): Map[String, List[RocCurve]]

    Permalink
    Definition Classes
    Model
  29. def getScoringCode(destination: Option[String] = None, sourceCode: Boolean = false)(implicit client: DataRobotClient): Unit

    Permalink
    Definition Classes
    Model
  30. def getWordCloud()(implicit client: DataRobotClient): WordCloud

    Permalink
    Definition Classes
    Model
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  32. val id: String

    Permalink

    Model ID

    Model ID

    Definition Classes
    Model
  33. val isFrozen: Boolean

    Permalink

    boolean, indicating whether the model is frozen, i.e.

    boolean, indicating whether the model is frozen, i.e. uses tuning parameters from a parent model

    Definition Classes
    Model
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. var isStarred: Boolean

    Permalink

    (bool) (New in version v2.13) whether the model has been starred

    (bool) (New in version v2.13) whether the model has been starred

    Definition Classes
    Model
  36. val metrics: Map[String, Metric]

    Permalink

    the performance of the model according to various metrics, see below

    the performance of the model according to various metrics, see below

    Definition Classes
    Model
  37. val modelCategory: String

    Permalink

    indicateswhatkindofmodelitis -willbeprimeforDataRobotPrime models, blend for blender models, scaleout for scaleout models, and model for all other models

    indicateswhatkindofmodelitis -willbeprimeforDataRobotPrime models, blend for blender models, scaleout for scaleout models, and model for all other models

    Definition Classes
    Model
  38. val modelType: String

    Permalink

    identifies the model, e.g.

    identifies the model, e.g. Nystroem Kernel SVM Regressor

    Definition Classes
    Model
  39. val monotonicDecreasingFeaturelistId: Option[String]

    Permalink

    (new in v2.11) null or str, the ID of the featurelist that defines the set of features with a monotonically decreasing relationship to the target.

    (new in v2.11) null or str, the ID of the featurelist that defines the set of features with a monotonically decreasing relationship to the target. If null, no such constraints are enforced.

    Definition Classes
    Model
  40. val monotonicIncreasingFeaturelistId: Option[String]

    Permalink

    (new in v2.11) null or str, the ID of the featurelist that defines the set of features with a monotonically increasing relationship to the target.

    (new in v2.11) null or str, the ID of the featurelist that defines the set of features with a monotonically increasing relationship to the target. If null, no such constraints are enforced.

    Definition Classes
    Model
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. val parentModelId: String

    Permalink
  45. var predictionThreshold: Option[Double]

    Permalink

    (float) (New in version v2.13) threshold used for binary classification in predictions.

    (float) (New in version v2.13) threshold used for binary classification in predictions.

    Definition Classes
    Model
  46. var predictionThresholdReadOnly: Option[Boolean]

    Permalink

    (boolean) (New in version v2.13) indicates whether modification of a predictions threshold is forbidden.

    (boolean) (New in version v2.13) indicates whether modification of a predictions threshold is forbidden. Threshold modification is forbidden once a model has had a deployment created or predictions made via the dedicated prediction API.

    Definition Classes
    Model
  47. val processes: Array[String]

    Permalink

    a json list of processes used by the model

    a json list of processes used by the model

    Definition Classes
    Model
  48. val projectId: String

    Permalink

    the ID of the project to which the model belongs

    the ID of the project to which the model belongs

    Definition Classes
    Model
  49. def requestAndGetFeatureEffects(source: String = "validation", backtestIndex: Option[String] = None)(implicit client: DataRobotClient): FeatureEffects

    Permalink
    Definition Classes
    Model
  50. def requestAndGetFeatureFit(source: String = "validation", backtestIndex: Option[String] = None)(implicit client: DataRobotClient): FeatureFits

    Permalink
    Definition Classes
    Model
  51. def requestAndGetFeatureImpact(maxWait: Int = 600000)(implicit client: DataRobotClient): AnyRef

    Permalink
    Definition Classes
    Model
  52. def requestFeatureEffects(backtestIndex: Option[String] = None)(implicit client: DataRobotClient): Job

    Permalink
    Definition Classes
    Model
  53. def requestFeatureFit(backtestIndex: Option[String] = None)(implicit client: DataRobotClient): Job

    Permalink
    Definition Classes
    Model
  54. def requestFeatureImpact()(implicit client: DataRobotClient): Job

    Permalink
    Definition Classes
    Model
  55. def requestFrozenModel(samplePct: Option[Float] = None, trainingRowCount: Option[Int] = None)(implicit client: DataRobotClient): ModelJob

    Permalink
    Definition Classes
    Model
  56. def requestPredictions(datasetId: String, includePredictionIntervals: Option[Boolean] = None, predictionIntervalSize: Option[Int] = None, forecastPoint: Option[String] = None, predictionsStartDate: Option[String] = None, predictionsEndDate: Option[String] = None)(implicit client: DataRobotClient): PredictJob

    Permalink
    Definition Classes
    Model
  57. val ruleCount: Int

    Permalink
  58. val rulesetId: Int

    Permalink
  59. def runCrossValidation()(implicit client: DataRobotClient): Job

    Permalink
    Definition Classes
    Model
  60. val samplePct: Option[Double]

    Permalink

    the percentage of the dataset used in training the model

    the percentage of the dataset used in training the model

    Definition Classes
    Model
  61. val score: Double

    Permalink
  62. def starModel()(implicit client: DataRobotClient): Model

    Permalink
    Definition Classes
    Model
  63. val supportsMonotonicConstraints: Option[Boolean]

    Permalink

    (new in v2.11) boolean, whether this model supports enforcing montonic constraints

    (new in v2.11) boolean, whether this model supports enforcing montonic constraints

    Definition Classes
    Model
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toString(): String

    Permalink
    Definition Classes
    Model → AnyRef → Any
  66. def toggleStar(starred: Boolean)(implicit client: DataRobotClient): Model

    Permalink
    Definition Classes
    Model
  67. val trainingDuration: Option[String]

    Permalink

    the duration spanned by the dates in the partition column for the data used to train the model

    the duration spanned by the dates in the partition column for the data used to train the model

    Definition Classes
    Model
  68. val trainingEndDate: Option[String]

    Permalink

    the end date of the dates in the partition column for the data used to train the model

    the end date of the dates in the partition column for the data used to train the model

    Definition Classes
    Model
  69. val trainingRowCount: Option[Int]

    Permalink

    the number of rows used to train the model

    the number of rows used to train the model

    Definition Classes
    Model
  70. val trainingStartDate: Option[String]

    Permalink

    the start date of the dates in the partition column for the data used to train the model

    the start date of the dates in the partition column for the data used to train the model

    Definition Classes
    Model
  71. def unstarModel()(implicit client: DataRobotClient): Model

    Permalink
    Definition Classes
    Model
  72. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Model

Inherited from AnyRef

Inherited from Any

Ungrouped