This function returns an S3 object of class projectSummaryList that describes all DataRobot modeling projects available to the user. This list may be converted into a dataframe with the as.data.frame method for this class of S3 objects.
GetProjectList()
An S3 object of class 'projectSummaryList', consisting of the following 15 elements:
projectId. List of character strings giving the unique DataRobot identifier for each project.
projectName. List of character strings giving the user-supplied project names.
fileName. List of character strings giving the name of the modeling dataset for each project.
stage. List of character strings specifying each project's Autopilot stage (e.g., 'aim' is necessary to set target).
autopilotMode. List of integers specifying the Autopilot mode (0 = fully automatic, 1 = semi-automatic, 2 = manual).
created. List of character strings giving the project creation time and date.
target. List of character strings giving the name of the target variable for each project.
metric. List of character strings identifying the fitting metric optimized for each project.
partition. Dataframe with one row for each project and 12 columns specifying partitioning details.
recommender. Dataframe with one row for each project and 3 columns characterizing recommender projects.
advancedOptions. Dataframe with one row for each project and 4 columns specifying values for advanced option parameters.
positiveClass. Character string identifying the positive target class for binary classification projects.
maxTrainPct. List of integers specifying the maximum training set percentage possible for each project.
holdoutUnlocked. Logical flag indicating whether holdout subset results have been computed.
targetType. Character string giving the type of modeling project (e.g., regression or binary classification).
# NOT RUN {
GetProjectList()
# }
Run the code above in your browser using DataLab