Reinier Koops

Results 21 issues of Reinier Koops

Hi, I think I have found a bug regarding subqueries, namely a subquery that seems intentionally left out in (https://github.com/macbre/sql-metadata/blob/master/sql_metadata/keywords_lists.py): `query = "SELECT a.model FROM CAR_NAMES a JOIN CARS_DATA b...

enhancement

Building the image now works with the updated Dockerfile.

Jsonnet doesn't work on Windows but Jsonnetbin does. That's why this pull request is proposed. (https://github.com/mcovalt/jsonnetbin)

This change should: - Should speed up preprocess step - Reduce the dependencies of the project (no more need for JDK and Stanford CoreNLP server installation) - Stanza is native...

The dev-query (line 484, 485): `"SELECT DISTINCT winner_name , winner_rank FROM matches ORDER BY winner_age LIMIT 3"` generates the wrong output, which is related to the question: "What are the...

Hi, love your package. Will it receive an update so its in sync with SHAP? Preferably it would be nice if we could distill the computation and perhaps propose a...

This PR depends on the PR to be accepted: https://github.com/ing-bank/probatus/pull/248 ______ This cleanup removes some more unused code and simplifies parts of our implementations. It should allow for a boost...

**Problem Description** We have some custom implementations of pretty basic functionality code which is often done better by other libraries that are already part of the required libraries to run...

enhancement

This PR depends on the PR to be accepted: https://github.com/ing-bank/probatus/pull/242 ______ The PR fixes the following: - Removed unused code and so partially fixed: https://github.com/ing-bank/probatus/issues/245 - Updates all notebooks so...

Create a notebook which shows you how to use pyspark with Probatus, take as example the feature elimination.

enhancement