Evan Oman

Results 10 comments of Evan Oman

Just to clarify, there is a difference between "soft evidence" and "virtual evidence": > virtual evidence (reflecting the uncertainty one has about a reported observation) and soft evidence (reflecting the...

> 1400 training examples loads and "trains", but no blocking rules are learned at it returns this error: > > Starting training... Blocking predicates: () Writing training file... Writing settings...

@dev2049 Are you thinking about people using the old `embedding_function` as a named argument? I could check the `kwargs` to see if the `Embeddings` instance is being passed as an...

@dev2049 Done, let me know if there any other suggestions 👍

Hey @dev2049 , just pinging one more time on this, thanks! 👍

Looks like the Vercel bot is not happy, I'd address the issue but I don't have any access on Vercel to see what's up

@rcoreilly No, my previous PR did not fix slices, only maps However I just added #351 which fixes this issue and adds a test based on the example from @moritz157

Ran into the same issue trying to run `jupyter-lab` on Windows 10. I am using `pyflow 0.2.6`

Here are the steps I took (after installing `pyflow` with `cargo`): * `pyflow init` * `pyflow install jupyter-lab` * `pyflow run jupyter-lab build` * `pyflow run jupyter-lab` Running `pyflow install...

`pyflow` downloaded and installed Python for me (though I do have other Python installations on my system).