Fix/mip 42/logistic regression bugs
Created by: jassak
Running version of Logistic Regression
Fixes:
-
real
/float
/double
typos in various places - Name
url
was used for socket address, which caused a bug inmonetdb_interface.remote_tables
andtasks.remote_tables
-
UDF_REGISTRY
was empty because algorithms module was not imported - Rename
monetdb_url
tomonetdb_socket_addr
inAlgorithmExecutor
There is still a bug in validate_identifier_names
. A fix is planned so I just commented it out here.