-
Re: Accessing a saved model from dataiku api endpoint
One option could go export it as MLflow model to managed folder and then load it from there in the API node: https://doc.dataiku.com/dss/latest/mlops/mlflow-models/importing.html1 · -
Re: How do I find an Archived Project?
On the home page click on See All under Projects. Then on the Status drop down select Show Archives:1 · -
Re: How to run a job sequentially with "job_builder" that consists of multiple recipes?
As I said Scenarios is the solution. A Scenario doesn't have to be scheduled or have any triggers, it can be created and executed manually at will. You can run a scenario via API calls synchrono…1 · -
Re: CSV files with Date Column and Others with no Date Column - How to combine them?
I recently responded to a very similar question to yours. In summary either use a Python recipe to read all the files from the folder and stitch them together manually in code or use a pair of Files …1 · -
Re: Very big dataset
S3 is not a good platform for trying to do operations on that amount of data. I suggest you look for technogies that have been designed for querying that amount of data quickly like Snowflake, Databr…1 ·