-
Re: Stop build behavior in a project
Since it's a *cross-project* rebuild behavior, it only works cross-project. However, you might want to have a look at the option just above in your screenshot.1 · -
Re: Is there a way to extract the test set of a Model to run comparative experiments ?
Hi, There are two solutions: * Recommended: Split the dataset yourself and use the ability of the Analysis Models to use predefined train and test sets instead of letting it do a random split. At the…2 · -
Re: How to index Geopoints values into Elasticsearch
Hi Romain, DSS indeed overrides the index mapping when you run the sync recipe. However, you can enter your custom mapping in the DSS interface, and it will be used instead of the default autogenerat…1 · -
Re: MySQL server not compatible with 'OPTION SQL_SELECT_LIMIT=DEFAULT'
It seems that this issue could come from a too old MySQL JDBC driver jar. From what I can see, it seems that this issue was fixed in mysql-connector-java 5.1.22. Does upgrading fix the issue ?1 · -
Re: Can not issue data manipulation statements with executeQuery()
Hi, Let me summarize how interaction with SQL works in DSS. You have very different kinds of things: * The DATASET : it gets the rows of a SQL table, or the results of a SQL query, and makes them ava…1 ·
