Skip to content

Commit

Permalink
graph changes #275 #276
Browse files Browse the repository at this point in the history
  • Loading branch information
malingaperera committed Nov 24, 2020
1 parent 6690c7d commit 9c32705
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 151 deletions.
5 changes: 4 additions & 1 deletion Private/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ def private_datetime_timedelta(*args, **kwargs):
"heatmap": plot.heatmap,
"clustermap": plot.clustermap,

# Other plots
"pointplot": plot.pointplot,

# Control of Sampler

#"NumberOfTuningSamples": 200,
Expand Down Expand Up @@ -769,7 +772,7 @@ def private_datetime_timedelta(*args, **kwargs):
prob_builtins = prob_builtins | {'dot', 'softmax'} # theano
commands = set(["del", "dt", "sv", "sval", "clear", "sd", "scode", "sevalcode", "smccode", "sss", "ssr", "spp", "ss", "sg", "sj", "vc", "vs", "sb", "spb", "sncpus", "showstats", "help"])
config_builtins = ("ArrayOutputThreshold",)
plot_builtins = {"jointplot", "pairplot", "distplot", "kdeplot", "rugplot", "relplot", "catplot", "lmplot", "regplot", "residplot", "heatmap", "clustermap"}
plot_builtins = {"jointplot", "pairplot", "distplot", "kdeplot", "rugplot", "relplot", "catplot", "lmplot", "regplot", "residplot", "heatmap", "clustermap", "pointplot"}
illegal_variable_names = prob_builtins | set(["fft", "mfcc", "zipDate", "bucketDate" , "eucDist", "eucDistAll", "locDist", "locDistAll"]) | set(["rhat", "ess", "waic", "loo"]) | set(["Events", "DemoEvents"])
data_builtins = {'Events', 'DemoEvents', 'Event'}
keep_private_variables = ['NumberOfSamples', 'NumberOfTuningSamples', 'NumberOfChains', 'rhat', 'ess', 'loo', 'waic']
Expand Down
Loading

0 comments on commit 9c32705

Please sign in to comment.