Here are the configuration parameters supported by pebl. These can set in a configuration file or via the config.set() function.
Number of bins used to discretize data. Specify 0 to indicate that data should not be discretized. default=0
File to read data from. default=None
The text of a dataset included in config file. default=
Number of learner tasks to run. default=1
Type of learner to use.
default=greedy.GreedyLearner
Maximum number of iterations to run. default=1000
Maximum learner runtime in seconds. default=0
Maximum number of iterations without score improvement before a restart. default=500
Starting network for a greedy search. default=
Change in temp between steps. default=0.5
Max iterations at any temperature. default=100
Starting network for a greedy search. default=
Starting temperature for a run. default=100.0
Max number of localscores to cache. Default=-1 means unlimited size. default=-1
The name of the result output file default=result.pebl
The format for the pebl result file (pickle or html). default=pickle
Number of top-scoring networks to save. Specify 0 to indicate that all scored networks should be saved. default=1000
Burn-in period for the gibbs sampler (specified as a multiple of the number of missing values) default=10
Stopping criteria for the gibbs sampler.
The number of Gibb’s sampler iterations to run. Should be a valid python expression using the variable n (number of missing values). Examples:
- n**2 (for n-squared iterations)
- 100 (for 100 iterations)
default=n**2
Number of processes to run concurrently (0 means no limit) default=0
Hostname or IP of the Xgrid controller. default=
Id of the grid to use at the Xgrid controller. default=0
Password for the Xgrid controller. default=
Full path to the pebl script on Xgrid agents default=pebl
Time (in secs) to wait between polling the Xgrid controller. default=60.0
IPython1 TaskController (default is 127.0.0.1:10113) default=127.0.0.1:10113
EC2 config file. This is kept seperate from pebl config because it contains authentication keys, etc. default=
Maximum number of EC2 instances to create (default=0 means the same number as ec2.min_count). default=0
Minimum number of EC2 instances to create (default=1). default=1