Jean-Baptiste Poullet
Jean-Baptiste Poullet
@lionfish0 , thanks for your fixes. I still have some issue with your procedure actually (see below) ``` Installing scheduler +---------+----------------------+-----------------+ | Node ID | # Successful actions | #...
Thx. I'll have a look and let you know. On 2018-05-09 16:49, Mike Smith wrote: > > I wasn't sure if my failure to use kubernetes etc was just my...
After a quick test here is the error I get ``` (dasklite) jbp@jbp-XPS-L521X:~$ daskec2lite --pathtokeyfile ~/.ssh/datascience.pem --keyname datascience --username ubuntu --numinstances 2 --instancetype c4.2xlarge --region eu-west-1 --imageid ami-c8b51fb1 --wpi 2...
By doc, I was thinking of a gallery of examples. This gallery would follow two goals: showing concretely the potential of the tool and making some comparison with openscad (in...
Hi @bolkedebruin, By Kafka Producer, do you mean bypassing the Atlas REST API and publish directly on the Kafka topics (like the ATLAS_ENTITIES topic)? Cheers
Would be great indeed. Please feel free to contribute to the project. I'd be glad to help ;)
Do you have the same issue with [pyatlasclient](https://github.com/verdan/pyatlasclient) which is a fork of atlasclient and more actively updated?
currently out of office. I'll come back to you in 2 weeks.
Hi. Sorry for the late reply. The goal is to store a mlflow pipeline while running a azureml pipeline wrapping a kedro pipeline. I'd like to use the `pipeline_ml_factory` method...
As illustration with a simple pipeline. View with kedro viz:  When I try to run the pipeline etl_ml_pipeline corresponding to the code: ``` etl_ml_pipeline = create_etl_ml_pipeline() inference_pipeline_etl_ml = etl_ml_pipeline.only_nodes_with_tags("inference")...