A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself. New implementation in http://github.com/probcomp/bayeslite
I'm trying to run the following queries remotely, but I'm running into the error below when I run the INITIALIZE query.
from client import Client
# Connect to BayesDB in out-of-box VM
c = Client(bayesdb_host='x.x.x.x', bayesdb_port=xxxx)=
c('CREATE BTABLE mytable FROM ~/Development/BayesDB/examples/dha/dha.csv;')
c('INITIALIZE 20 MODELS FOR mytable;')
This is the content of the returned request object after making the INITIALIZE query
I'm trying to run the following queries remotely, but I'm running into the error below when I run the
INITIALIZE
query.This is the content of the returned request object after making the
INITIALIZE
query