File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
BayesDB
2
2
=======
3
3
4
+ This repository contained a previous implementation of BayesDB which
5
+ has been replaced by the new implementation Bayeslite. For the new
6
+ repository, visit https://github.com/probcomp/bayeslite . For
7
+ information about BayesDB in general, visit
8
+ http://probcomp.csail.mit.edu/bayesdb
9
+
4
10
BayesDB, a Bayesian database, lets users query the probable
5
11
implications of their data as easily as a SQL database lets them query
6
12
the data itself. Using the built-in Bayesian Query Language (BQL),
@@ -9,12 +15,6 @@ problems, such as detecting predictive relationships between
9
15
variables, inferring missing values, simulating probable observations,
10
16
and identifying statistically similar database entries.
11
17
12
- This repository contained a previous implementation of BayesDB which
13
- has been replaced by the new implementation Bayeslite. For the new
14
- repository, visit https://github.com/probcomp/bayeslite . For
15
- information about BayesDB in general, visit
16
- http://probcomp.csail.mit.edu/bayesdb
17
-
18
18
# License
19
19
20
20
[ Apache License, Version 2.0] ( https://github.com/probcomp/bayesdb/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments