Files in alteryx/AlteryxPredictive
Utility functions used by the predictive tools in Alteryx

.Rbuildignore
.gitignore
.travis.yml
AlteryxPredictive.Rproj
DESCRIPTION
LICENSE
NAMESPACE
R/AlteryxPredictive-package.r R/CVutils.R R/LinRegCV.R R/LogRegCV.R R/alteryxreport.R R/autoinput.R R/commonutils.R R/createmodelutils.R R/data.R R/decisiontreeutils.R R/defensiveutils.R R/dtree_cross_validation.R R/getYVar.R R/interactiveLMReport.R R/interactive_DT.R R/interactive_lr.R R/interactiveutils.R R/interface.R R/io.R R/linearregutils.R R/localization.R R/logisticregutils.R R/mrs.R R/nestedTests.R R/regularizationutils.R R/runModels.R R/scoreC50.R R/scoreModel.R R/scoreutils.R R/serialize.R R/testutils.R R/utils.R R/xdfutils.R README.md
data/admission.rda
inst/xdfdata/admission.xdf
inst/xdfdata/iris.xdf
inst/xdfdata/mtcars.xdf
man/Alteryx.ReportAnova.Rd man/Alteryx.ReportGLM.Rd man/Alteryx.ReportLM.Rd man/AlteryxGraph2.Rd man/AlteryxGraph3.Rd man/AlteryxMessage2.Rd man/AlteryxPredictive.Rd man/AlteryxReportRx.Rd man/Alteryx_assert.Rd man/Alteryx_assert.default.Rd man/Alteryx_assert.error.Rd man/Alteryx_assert.warning.Rd man/XMSG.Rd man/XMSG2.Rd man/adj_r_squared.Rd man/adjustCP.C5.0.Rd man/adjustCP.Rd man/adjustCP.default.Rd man/adjustCP.rpart.Rd man/adjustCP.rxDTree.Rd man/admission.Rd man/areIdentical.Rd man/badDash.Rd man/bootCH.Rd man/bpCent.Rd man/checkFactorVars.Rd man/checkInstalls.Rd man/checkLowN.Rd man/checkMissing.omit.Rd man/checkValidConfig.Rd man/checkValidConfigC5.0.Rd man/checkValidConfigrpart.Rd man/checkValidConfigrxDTree.Rd man/checkXVars.Rd man/computeBinaryMetrics.Rd man/convertDTParamsToArgs.Rd man/convertDTParamsToArgsC5.0.Rd man/convertDTParamsToArgsrpart.Rd man/convertDTParamsToArgsrxDTree.Rd man/createDTParams.Rd man/createDashboardDT.Rd man/createDashboardDT.default.Rd man/createDashboardDT.rpart.Rd man/createDashboardDT.rxDTree.Rd man/createFolds.Rd man/createPlotOutputsLinearOSR.Rd man/createPlotOutputsLinearXDF.Rd man/createPlotOutputsLogisticOSR.Rd man/createPlotOutputsLogisticXDF.Rd man/createPrunePlotDT.C5.0.Rd man/createPrunePlotDT.Rd man/createPrunePlotDT.rpart.Rd man/createPrunePlotDT.rxDTree.Rd man/createReportDT.C5.0.Rd man/createReportDT.Rd man/createReportDT.rpart.Rd man/createReportDT.rxDTree.Rd man/createReportGLMNET.Rd man/createReportLinear.Rd man/createReportLogisticOSR.Rd man/createReportLogisticXDF.Rd man/createTreePlotDT.C5.0.Rd man/createTreePlotDT.Rd man/createTreePlotDT.default.Rd man/createTreePlotDT.rpart.Rd man/createTreePlotDT.rxDTree.Rd man/df2NumericMatrix.Rd man/display_config_messages.Rd man/doFunction.Rd man/findInputs.Rd man/findTrueInput.Rd man/getBinaryConfusionMatrix.Rd man/getFamily.Rd man/getMeasuresClassification.Rd man/getMissingClasses.Rd man/getNamesFromOrdered.Rd man/getPositiveClass.Rd man/getReportObjectDT.Rd man/getResultsCrossValidationLogReg.Rd man/getWHRParams.Rd man/getXVars.Rd man/getXdfLevels.Rd man/getXdfProperties.Rd man/getXlevels.Rd man/getYVar.Rd man/getYlevels.Rd man/getYvars.Rd man/graphWHR.Rd man/graphWHR2.Rd man/inAlteryx.Rd man/interactive_dt.Rd man/interactive_lm_report.Rd man/interactive_lr.Rd man/is.boundedInt.Rd man/is.boundedReal.Rd man/is.integerValue.Rd man/makeFormula.Rd man/makeInput.Rd man/matchLevels.Rd man/matrixPipeDelim.Rd man/mrsCorrectLevels.Rd man/mrsDataObj.Rd man/mrsGetXYLevels.Rd man/mrsLevels.Rd man/mrsLevels2ColInfo.Rd man/mrsReorderFactors.Rd man/mrsReorderedLevels.Rd man/mrsTemp.Rd man/noDiagnosticPlot.Rd man/noNullLevels.Rd man/noZeroLevels.Rd man/pStars.Rd man/performNestedTest.Rd man/pipeDelim.Rd man/plotMeans.Rd man/prepModelForOutput.Rd man/processDT.Rd man/processElasticNet.Rd man/processLinear.Rd man/processLogistic.Rd man/questions.Rd man/rSquared.Rd man/read.Alteryx2.Rd man/readModelObjects.Rd man/runCrossValidationDTree.Rd man/runCrossValidationLinReg.Rd man/runCrossValidationLogReg.Rd man/scoreModel.Rd man/serializeObject.Rd man/standardize.Rd man/stop.Alteryx2.Rd man/trim.blanks.Rd man/unitScale.Rd man/unserializeInputs.Rd man/unserializeObject.Rd man/validName.Rd man/verifyClass.Rd man/wrapTable.Rd man/write.Alteryx2.Rd tests/testthat.R tests/testthat/test-CV-logistic.R tests/testthat/test-checkValidConfig.R tests/testthat/test-createDTParams.R tests/testthat/test-df2NumericMatrix.R tests/testthat/test-getNamesFromOrdered.R tests/testthat/test-integration-decision-tree.R tests/testthat/test-integration-linear-regression-xdf.R tests/testthat/test-integration-linear-regression.R tests/testthat/test-integration-logisticRegressio-weighted.R tests/testthat/test-integration-logisticRegression-xdf.R tests/testthat/test-integration-logisticRegression.R tests/testthat/test-integration-regularized-linear-regression.R tests/testthat/test-integration-regularized-logistic-regression.R tests/testthat/test-makeFormula.R tests/testthat/test-prepModelForOutput.R tests/testthat/test-utils.R
alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.