JenspederM

Results 13 comments of JenspederM

I relation to (2), I had a similar problem when constructing a basic LSTM. I found that using Rcpp provides a slight speed up to both matrix multiplication and outer...

I implemented the functions in both Rcpp, RcppArma, and RcppEigen and found the Eigen version to perform best. However, my motivation for not using the conventional `%*%` was not just...

Hey @astrojuanlu Actually I don't really know if there's more to do. I almost want the project to be as barebone as possible. The way I left it now is...

@astrojuanlu Go for it! I've been a bit busy these last few days and haven't had the chance to make any progress. But it's always nice to have some concrete...

@astrojuanlu Just fyi, I'll merge a quite big PR soon so hopefully that will address most issues that you found. The substitution algorithm was a bit more cumbersome than first...

Hey! I'm a bit late to the party, but I just wanted to let you know that I have previously made a databricks bundle [template](https://github.com/JenspederM/databricks-kedro-bundle) to illustrate how one could...

@erwinpaillacan it maps pipelines to workflows with nodes as tasks. That is to say, I did my best to mimic the view of Kedro-viz in the workflow tab of the...

I just updated the readme to shed some light on the functionality that I'm intending to implement. I say intend as the 'deploy' command isn't ready yet. I also published...

> > I also published it as 'kedro-databricks-dev' as the other name is already taken by an empty project. I will reach out to the author of the other project...

Hi @merelcht, Thank you for your reply. I am using `find_pipelines()` to generate databricks assets bundle resources. I am working on a template for asset bundles that uses Kedro for...