Feras Saad

Results 101 comments of Feras Saad

@versar Loom is designed to store auxiliary data files for each generator on disk ; these files are separate from the .bdb file and are stored in the `loom_store_path` that...

Will required changing the grammar to treat `GUESS SCHEMA` from a `command` to a `query`.

Updating the schema of `bayesdb_cgpm_category` https://github.com/probcomp/bayeslite/blob/master/src/metamodels/cgpm_metamodel.py#L58-L65 to use `value TEXT COLLATE NOCASE NOT NULL` will likely solve the issue. `git blame` shows that @riastradh-probcomp is author of the schema, perhaps...

The lines quoted above: ``` mi = entropys[feature_set1].mean \ + entropys[feature_set2].mean \ - entropys[feature_union].mean ``` are accessing an attribute of the `Estimate` namedtuple called `mean`, as opposed to invoking a...

@Schaechtle Any updates on whether this has been implemented or whether its still needed to be implemented?

Here is a solution (although the pypi page is hardly maintained at this point, and may be taken down completely): https://coderwall.com/p/qawuyq/use-markdown-readme-s-in-python-modules

A simple solution is to implement both `CORRELATION AND CORRELATION2`, which really should rather be named `PEARSON R` and `PEARSON R2` because "correlation" is a quite general term.

Very nice observation. This feature is part of extending GPMs for a more flexible interface, which will bring changes to BQL. The `composer` code has an API invokeable function `conditional_mutual_information`...

Of course a user can always manually impute using `SIMULATE x, y GIVEN z FROM p` which returns results from the specified distribution `{x,y}|z`, and then post-process in their favorite...

Hi @suhailshergill. Thank you for filing this issue. The issue is possibly due to a wrong version of conda. Can you please follow the step-by-step instructions listed here? https://github.com/probcomp/iventure/blob/master/docs/conda.md Let...