forked from HealthCatalyst/healthcareai-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
99 lines (98 loc) · 2.49 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
export(KmeansClustering)
export(LassoDeployment)
export(LassoDevelopment)
export(LinearMixedModelDeployment)
export(LinearMixedModelDevelopment)
export(RandomForestDeployment)
export(RandomForestDevelopment)
export(RiskAdjustedComparisons)
export(SupervisedModelDeployment)
export(SupervisedModelDeploymentParams)
export(SupervisedModelDevelopment)
export(SupervisedModelDevelopmentParams)
export(UnsupervisedModel)
export(UnsupervisedModelParams)
export(XGBoostDeployment)
export(XGBoostDevelopment)
export(addSAMUtilityCols)
export(assignClusterLabels)
export(calculateAllCorrelations)
export(calculateCOV)
export(calculateConfusion)
export(calculateHourBins)
export(calculatePerformance)
export(calculateSDChanges)
export(calculateTargetedCorrelations)
export(calulcateAlternatePredictions)
export(catalyst_test_deploy_in_prod)
export(convertDateTimeColToDummies)
export(countDaysSinceFirstDate)
export(countMissingData)
export(countPercentEmpty)
export(createAllCombinations)
export(createVarianceTallTable)
export(dataScale)
export(distancePointLine)
export(distancePointSegment)
export(featureAvailabilityProfiler)
export(findBestAlternateScenarios)
export(findElbow)
export(findTrends)
export(findVariation)
export(generateAUC)
export(getCutOffList)
export(getPipedValue)
export(getPipedWordCount)
export(groupedLOCF)
export(ignoreSpecWarn)
export(imputeDF)
export(initializeParamsForTesting)
export(isBinary)
export(isNumeric)
export(isTargetYN)
export(lineMagnitude)
export(orderByDate)
export(pcaAnalysis)
export(percentDataAvailableInDateRange)
export(plotPRCurve)
export(plotProfiler)
export(plotROCs)
export(removeColsWithAllSameValue)
export(removeColsWithDTSSuffix)
export(removeColsWithOnlyNA)
export(removeRowsWithNAInSpecCol)
export(returnColsWithMoreThanFiftyCategories)
export(selectData)
export(skip_on_not_appveyor)
export(splitOutDateTimeCols)
export(start_prod_logs)
export(stop_prod_logs)
export(variationAcrossGroups)
export(writeData)
import(ROCR)
import(caret)
import(data.table)
import(doParallel)
import(e1071)
import(grpreg)
import(lme4)
import(pROC)
import(ranger)
import(xgboost)
importFrom(R6,R6Class)
importFrom(dplyr,"%>%")
importFrom(dplyr,desc)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,title)
importFrom(stats,aggregate)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cor.test)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,tail)