-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
531 changed files
with
47,005 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Package: datarobot | ||
Title: 'DataRobot' Predictive Modeling API | ||
Version: 2.18.2 | ||
Description: For working with the 'DataRobot' predictive modeling platform's API <https://www.datarobot.com/>. | ||
Depends: R (>= 3.2), methods, stats | ||
Imports: httr (>= 1.2.0), jsonlite (>= 1.0), yaml (>= 2.1.19) | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
Author: | ||
Ron Pearson [aut], | ||
Zachary Deane-Mayer [aut], | ||
David Chudzicki [aut], | ||
Dallin Akagi [aut], | ||
Sergey Yurgenson [aut], | ||
Thakur Raj Anand [aut], | ||
Peter Hurford [aut], | ||
Chester Ismay [aut], | ||
AJ Alon [aut], | ||
Andrew Watson [aut], | ||
Gregory Williams [aut], | ||
Anastasiia Tamazlykar [ctb], | ||
Mykhailo Poliakov [ctb], | ||
DataRobot, Inc. [cph] | ||
Maintainer: AJ Alon <[email protected]> | ||
Suggests: lubridate, knitr, testthat, lintr, stubthat, data.table, | ||
MASS, mlbench, beanplot, doBy, insuranceData, rmarkdown, | ||
ggplot2, modelwordcloud, withr, memoise | ||
Additional_repositories: | ||
https://cran.microsoft.com/snapshot/2022-04-12/ | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.1.2 | ||
NeedsCompilation: no | ||
Packaged: 2022-05-05 19:03:39 UTC; aj | ||
Language: en-US | ||
Config/testthat/edition: 2 | ||
Repository: CRAN | ||
Date/Publication: 2022-05-06 09:20:04 UTC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
YEAR: 2015 | ||
COPYRIGHT HOLDER: DataRobot |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method("[",listSubclass) | ||
S3method(as.data.frame,listOfBlueprints) | ||
S3method(as.data.frame,listOfDataRobotPredictionDatasets) | ||
S3method(as.data.frame,listOfFeaturelists) | ||
S3method(as.data.frame,listOfModels) | ||
S3method(as.data.frame,projectSummaryList) | ||
S3method(plot,listOfModels) | ||
S3method(predict,dataRobotModel) | ||
S3method(summary,dataRobotModel) | ||
S3method(summary,dataRobotProject) | ||
S3method(summary,listOfBlueprints) | ||
S3method(summary,listOfDataRobotTuningParameters) | ||
S3method(summary,listOfFeaturelists) | ||
S3method(summary,listOfModels) | ||
S3method(summary,projectSummaryList) | ||
export(AddEureqaSolution) | ||
export(AutopilotMode) | ||
export(BatchFeaturesTypeTransform) | ||
export(BlendMethods) | ||
export(BlueprintChartToGraphviz) | ||
export(ClassificationDeploymentAccuracyMetric) | ||
export(CloneProject) | ||
export(ConnectToDataRobot) | ||
export(ConstructDurationString) | ||
export(CreateBacktestSpecification) | ||
export(CreateCalendar) | ||
export(CreateComplianceDocumentation) | ||
export(CreateDataSource) | ||
export(CreateDataStore) | ||
export(CreateDatetimePartitionSpecification) | ||
export(CreateDeployment) | ||
export(CreateDerivedFeatureAsCategorical) | ||
export(CreateDerivedFeatureAsNumeric) | ||
export(CreateDerivedFeatureAsText) | ||
export(CreateDerivedFeatureIntAsCategorical) | ||
export(CreateFeaturelist) | ||
export(CreateGroupPartition) | ||
export(CreateModelingFeaturelist) | ||
export(CreatePrimeCode) | ||
export(CreateRandomPartition) | ||
export(CreateRatingTable) | ||
export(CreateStratifiedPartition) | ||
export(CreateUserPartition) | ||
export(CrossValidateModel) | ||
export(DataPartition) | ||
export(DataSubset) | ||
export(DeleteAnomalyAssessmentRecord) | ||
export(DeleteCalendar) | ||
export(DeleteComplianceDocTemplate) | ||
export(DeleteDataSource) | ||
export(DeleteDataStore) | ||
export(DeleteDeployment) | ||
export(DeleteFeaturelist) | ||
export(DeleteJob) | ||
export(DeleteModel) | ||
export(DeleteModelJob) | ||
export(DeleteModelingFeaturelist) | ||
export(DeletePredictJob) | ||
export(DeletePredictionDataset) | ||
export(DeletePredictionExplanations) | ||
export(DeletePredictionExplanationsInitialization) | ||
export(DeleteProject) | ||
export(DeleteTransferableModel) | ||
export(DeploymentAccuracyMetric) | ||
export(DeploymentServiceHealthMetric) | ||
export(DifferencingMethod) | ||
export(DownloadComplianceDocTemplate) | ||
export(DownloadComplianceDocumentation) | ||
export(DownloadPredictionExplanations) | ||
export(DownloadPrimeCode) | ||
export(DownloadRatingTable) | ||
export(DownloadScoringCode) | ||
export(DownloadSeriesAccuracy) | ||
export(DownloadTimeSeriesFeatureDerivationLog) | ||
export(DownloadTrainingPredictions) | ||
export(DownloadTransferableModel) | ||
export(FeatureFromAsyncUrl) | ||
export(GenerateDatetimePartition) | ||
export(GetAnomalyAssessmentExplanations) | ||
export(GetAnomalyAssessmentPredictionsPreview) | ||
export(GetBlenderModel) | ||
export(GetBlenderModelFromJobId) | ||
export(GetBlueprint) | ||
export(GetBlueprintChart) | ||
export(GetBlueprintDocumentation) | ||
export(GetCalendar) | ||
export(GetCalendarFromProject) | ||
export(GetComplianceDocTemplate) | ||
export(GetConfusionChart) | ||
export(GetCrossValidationScores) | ||
export(GetDataSource) | ||
export(GetDataStore) | ||
export(GetDataStoreSchemas) | ||
export(GetDataStoreTables) | ||
export(GetDatetimeModel) | ||
export(GetDatetimeModelFromJobId) | ||
export(GetDatetimePartition) | ||
export(GetDeployment) | ||
export(GetDeploymentAccuracy) | ||
export(GetDeploymentAccuracyOverTime) | ||
export(GetDeploymentAssociationId) | ||
export(GetDeploymentDriftTrackingSettings) | ||
export(GetDeploymentServiceStats) | ||
export(GetDeploymentServiceStatsOverTime) | ||
export(GetDeploymentSettings) | ||
export(GetDriver) | ||
export(GetFeatureAssociationMatrix) | ||
export(GetFeatureAssociationMatrixDetails) | ||
export(GetFeatureHistogram) | ||
export(GetFeatureImpact) | ||
export(GetFeatureImpactForJobId) | ||
export(GetFeatureImpactForModel) | ||
export(GetFeatureInfo) | ||
export(GetFeaturelist) | ||
export(GetFrozenModel) | ||
export(GetFrozenModelFromJobId) | ||
export(GetJob) | ||
export(GetLiftChart) | ||
export(GetMissingValuesReport) | ||
export(GetModel) | ||
export(GetModelBlueprintChart) | ||
export(GetModelBlueprintDocumentation) | ||
export(GetModelCapabilities) | ||
export(GetModelFromJobId) | ||
export(GetModelJob) | ||
export(GetModelParameters) | ||
export(GetModelRecommendation) | ||
export(GetModelingFeaturelist) | ||
export(GetMultiSeriesProperties) | ||
export(GetParetoFront) | ||
export(GetPredictJob) | ||
export(GetPredictJobs) | ||
export(GetPredictionDataset) | ||
export(GetPredictionExplanations) | ||
export(GetPredictionExplanationsInitialization) | ||
export(GetPredictionExplanationsInitializationFromJobId) | ||
export(GetPredictionExplanationsMetadata) | ||
export(GetPredictionExplanationsMetadataFromJobId) | ||
export(GetPredictionExplanationsRows) | ||
export(GetPredictionExplanationsRowsAsDataFrame) | ||
export(GetPredictions) | ||
export(GetPrimeEligibility) | ||
export(GetPrimeFile) | ||
export(GetPrimeFileFromJobId) | ||
export(GetPrimeModel) | ||
export(GetPrimeModelFromJobId) | ||
export(GetProject) | ||
export(GetProjectStatus) | ||
export(GetRatingTable) | ||
export(GetRatingTableFromJobId) | ||
export(GetRatingTableModel) | ||
export(GetRatingTableModelFromJobId) | ||
export(GetRecommendedModel) | ||
export(GetResidualsChart) | ||
export(GetRocCurve) | ||
export(GetRulesets) | ||
export(GetSeriesAccuracy) | ||
export(GetSeriesAccuracyForModel) | ||
export(GetTimeSeriesFeatureDerivationLog) | ||
export(GetTrainingPredictions) | ||
export(GetTrainingPredictionsForModel) | ||
export(GetTrainingPredictionsFromJobId) | ||
export(GetTransferableModel) | ||
export(GetTuningParameters) | ||
export(GetValidMetrics) | ||
export(GetWordCloud) | ||
export(InitializeAnomalyAssessment) | ||
export(IsBlenderEligible) | ||
export(JobStatus) | ||
export(JobType) | ||
export(ListAnomalyAssessmentRecords) | ||
export(ListBlueprints) | ||
export(ListCalendars) | ||
export(ListComplianceDocTemplates) | ||
export(ListConfusionCharts) | ||
export(ListDataSources) | ||
export(ListDataStores) | ||
export(ListDeployments) | ||
export(ListDrivers) | ||
export(ListFeatureInfo) | ||
export(ListFeaturelists) | ||
export(ListJobs) | ||
export(ListLiftCharts) | ||
export(ListModelFeatures) | ||
export(ListModelJobs) | ||
export(ListModelRecommendations) | ||
export(ListModelingFeaturelists) | ||
export(ListModels) | ||
export(ListPredictionDatasets) | ||
export(ListPredictionExplanationsMetadata) | ||
export(ListPredictionServers) | ||
export(ListPredictions) | ||
export(ListPrimeFiles) | ||
export(ListPrimeModels) | ||
export(ListProjects) | ||
export(ListRatingTableModels) | ||
export(ListRatingTables) | ||
export(ListResidualsCharts) | ||
export(ListRocCurves) | ||
export(ListSharingAccess) | ||
export(ListStarredModels) | ||
export(ListTrainingPredictions) | ||
export(ListTransferableModels) | ||
export(ModelCapability) | ||
export(ModelReplacementReason) | ||
export(MulticlassDeploymentAccuracyMetric) | ||
export(PauseQueue) | ||
export(PeriodicityMaxTimeStep) | ||
export(PeriodicityTimeUnits) | ||
export(PostgreSQLdrivers) | ||
export(Predict) | ||
export(PredictionDatasetFromAsyncUrl) | ||
export(PrimeLanguage) | ||
export(ProjectFromJobResponse) | ||
export(ProjectStage) | ||
export(RecommendedModelType) | ||
export(RegressionDeploymentAccuracyMetric) | ||
export(RenameRatingTable) | ||
export(ReplaceDeployedModel) | ||
export(RequestApproximation) | ||
export(RequestBlender) | ||
export(RequestCrossSeriesDetection) | ||
export(RequestFeatureImpact) | ||
export(RequestFrozenDatetimeModel) | ||
export(RequestFrozenModel) | ||
export(RequestMultiSeriesDetection) | ||
export(RequestNewDatetimeModel) | ||
export(RequestNewModel) | ||
export(RequestNewRatingTableModel) | ||
export(RequestPredictionExplanations) | ||
export(RequestPredictionExplanationsInitialization) | ||
export(RequestPredictions) | ||
export(RequestPrimeModel) | ||
export(RequestSampleSizeUpdate) | ||
export(RequestSeriesAccuracy) | ||
export(RequestTrainingPredictions) | ||
export(RequestTransferableModel) | ||
export(RunInteractiveTuning) | ||
export(ScoreBacktests) | ||
export(SegmentAnalysisAttribute) | ||
export(SeriesAggregationType) | ||
export(SetPredictionThreshold) | ||
export(SetTarget) | ||
export(SetupProject) | ||
export(SetupProjectFromDataSource) | ||
export(SetupProjectFromHDFS) | ||
export(Share) | ||
export(SharingRole) | ||
export(SourceType) | ||
export(StarModel) | ||
export(StartNewAutoPilot) | ||
export(StartProject) | ||
export(StartTuningSession) | ||
export(SubmitActuals) | ||
export(TargetLeakageType) | ||
export(TargetType) | ||
export(TestDataStore) | ||
export(TimeUnits) | ||
export(ToggleStarForModel) | ||
export(TreatAsExponential) | ||
export(UnpauseQueue) | ||
export(UnstarModel) | ||
export(UpdateAccess) | ||
export(UpdateCalendar) | ||
export(UpdateComplianceDocTemplate) | ||
export(UpdateDataSource) | ||
export(UpdateDataStore) | ||
export(UpdateDeploymentAssociationId) | ||
export(UpdateDeploymentDriftTrackingSettings) | ||
export(UpdateFeaturelist) | ||
export(UpdateModelingFeaturelist) | ||
export(UpdateProject) | ||
export(UpdateTransferableModel) | ||
export(UploadComplianceDocTemplate) | ||
export(UploadPredictionDataset) | ||
export(UploadPredictionDatasetFromDataSource) | ||
export(UploadTransferableModel) | ||
export(ValidateMultiSeriesProperties) | ||
export(ValidateReplaceDeployedModel) | ||
export(VariableTransformTypes) | ||
export(ViewWebModel) | ||
export(ViewWebProject) | ||
export(WaitForAutopilot) | ||
export(WaitForJobToComplete) | ||
export(cvMethods) | ||
import(graphics) | ||
import(methods) | ||
import(utils) |
Oops, something went wrong.