Commit Graph

30 Commits

Author SHA1 Message Date
Stuart Lynn
e73862a6e1 adding function to predict the importance of different features to a dataset. 2016-03-31 11:25:30 -04:00
Stuart Lynn
d3e1fca2b3 changing form of function to use query 2016-03-16 15:46:59 -04:00
Stuart Lynn
f134a54c24 adding one shot train and predict function 2016-03-15 12:44:33 -04:00
Stuart Lynn
803781e08d one stop segmentation shop 2016-03-11 14:09:53 -05:00
Stuart Lynn
fcf57289fc Training section now works 2016-03-10 12:50:50 -05:00
Stuart Lynn
746dcc9723 segmentation 2016-03-05 17:55:32 -05:00
Javier Goizueta
d885c16db2 Adapt Makefile of the extension for some PGXS versions
Postgresql 9.3.11 doesn't generates $DATA by default.
fixes #4
2016-02-26 19:02:18 +01:00
Javier Goizueta
c7bb50be5a Fix: Make extension publicly available 2016-02-22 17:39:58 +01:00
Javier Goizueta
ef17e2fe4c Add header 2016-02-22 16:14:52 +01:00
Javier Goizueta
f3b8546063 Fix syntax 2016-02-22 16:14:28 +01:00
Javier Goizueta
1ce0a206c7 Add a top-level Makefile
So we have single entry points to install/check everything
2016-02-19 11:57:13 +01:00
Javier Goizueta
845d56a091 Include the Python package installation & tests in the extension Makefil 2016-02-19 10:48:50 +01:00
Javier Goizueta
666ef18275 Add the cartodb extension as a dependency
It will be handy to have it available for SQL-implemented functions
2016-02-18 19:18:15 +01:00
Javier Goizueta
1aa72cea85 Add dot-density function
Pending: documentation
2016-02-18 19:16:08 +01:00
Javier Goizueta
cf14fd110f Add documentation 2016-02-18 18:49:48 +01:00
Javier Goizueta
b66ed7d48e Add extension artifact for the current state of the extension 2016-02-18 16:12:41 +01:00
Javier Goizueta
a2df02c256 Add cdb_overlap_sup tests 2016-02-18 16:11:44 +01:00
Javier Goizueta
19e61c7041 Add optional schema name to cdb_overlap_sum 2016-02-18 16:11:29 +01:00
Javier Goizueta
0742e3f72a Rename cdb_random_seeds as 'internal' 2016-02-18 16:10:34 +01:00
Javier Goizueta
f22b8334e0 Test for Moran I rate function 2016-02-18 14:40:56 +01:00
Javier Goizueta
0833b2f226 Use separate fixture data for Python tests 2016-02-18 12:59:48 +01:00
Javier Goizueta
e1951e1ea9 Refactor and new tests 2016-02-18 11:28:26 +01:00
Javier Goizueta
3ded7da1d8 Fix the tests 2016-02-17 11:46:29 +01:00
Javier Goizueta
43aa7ac977 Move extension artifacts to base diretcory
The .control file is taken from there anyway by the PGXS install script,
and it is the convention used in other projects
2016-02-17 11:44:37 +01:00
Javier Goizueta
fb1cd2da0e Add Moran's I local function 2016-02-16 19:21:59 +01:00
Javier Goizueta
1e0e1adf5e Add postgis dependency 2016-02-16 19:19:18 +01:00
Javier Goizueta
63f490f6e6 Add some support functions for clustering using PySAL 2016-02-16 17:50:58 +01:00
Javier Goizueta
c4df227258 Add per-version subdirectories to the structure 2016-02-15 19:00:45 +01:00
Javier Goizueta
77086a1ec4 Remove test/results from repo 2016-02-15 18:43:58 +01:00
Javier Goizueta
cfd3646fc3 Basic structure of the extension & package 2016-02-15 18:29:43 +01:00