Ohad Levinkron

Results 10 issues of Ohad Levinkron

I'm not sure how to send a vector as an argument to a function. My current attempts just use the first item in the vector. MWE: ```R foo = function(a){...

I'm on the current master (the release pip version failed on import), trying to define a callback. Trying to imitate the example in readme.md didn't work out: ``` hera =...

**Is your feature request related to a problem? Please describe.** I can't get updates from a repo in a channel, just for myself. **Describe the solution you'd like** I want...

Feature request

When I press "Check for updates" on 1.4.4 I get that I'm on the most updated version. However when I went to check the website I saw there's a more...

I'm trying out writing a parquet file: ```julia using CSV, DataFrames, Parquet pd = pyimport("pandas") download("https://nyc-tlc.s3.amazonaws.com/trip+data/green_tripdata_2019-12.csv", "test_data.csv") df = CSV.File("test_data.csv") |> DataFrame ``` Now, following the [writer example](https://github.com/JuliaIO/Parquet.jl#writer-example), I do:...

10/11 unit tests pass, but this one fails: ``` Failure Traceback (most recent call last): File "C:\Users\ohadl\AppData\Local\Continuum\anaconda3\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\Users\ohadl\AppData\Local\Continuum\anaconda3\lib\unittest\case.py", line 615, in run testMethod() File...

On a DAG with more than ~10 variables it's currently hard to see backdoor paths, IV etc. Would be nice to allow a layout that separates exposure, outcome, backdoor paths,...

I'm looking for something like this: http://networkx.github.io/documentation/latest/reference/generated/networkx.algorithms.simple_paths.all_simple_paths.html

Would it be possible to support input_shape[1] > 1?

Seq2seq installed from github: `pip install --upgrade --no-deps git+https://github.com/farizrahman4u/seq2seq.git` Keras 1.2.0, Theano 0.8.2. `SimpleSeq2Seq` test fails, full traceback below (excuse my copy-pasting tests.py)`. Perhaps related to https://github.com/farizrahman4u/seq2seq/issues/151, just a different...