Ryan Nazareth
Ryan Nazareth
@bletham ive had #337 on my todo list for a while now so I can get started on this after #1472 gets merged in. The other idea I had was...
@bletham yeh thats fine with me - i can start on the implementation of NB likelihood in Py this weekend. I agree with adding numerous switch statements for trend and...
@palexbg i'm not sure about specific resources but i usually just have a look at stan documentation - https://mc-stan.org/docs/2_23/functions-reference/unbounded-continuous-distributions.html or https://mc-stan.org/docs/2_23/functions-reference/unbounded-discrete-distributions.html for example or have a look at the Stan...
I havent added this as a plugin since the original issue description was to add this feature similar to format of pytorch transformer type
> The unit test failures seem to be caused by `tensorflow` not being included. > > > E ModuleNotFoundError: No module named 'tensorflow' > > You should be able to...
@pingsutw pushed requested changes
@cosmicBboy @samhita-alla Im getting this error when running `test_native.py` even though i have added the `tensorflow.python.data.ops.readers.TFRecordDatasetV2` type in `to_python_value` `TensorfloTensorflowRecordsTransformer`. Any ideas ? ``` ==================================== ERRORS ==================================== _ ERROR collecting...
@samhita-alla thanks - im new to flyte so quite possible i must have missed out a few things.
@pingsutw Thanks, i have now added a plugin for vaex. However, when i am trying to this works by running a simple workflow locally , i get an error -...
> @ryankarlos, it seems like Vaex dataframe type is `vaex.dataframe.DataFrameLocal` rather than `vaex.dataframe`. Your transformer handles the latter use case not the former. Can you re-verify what the type of...