-
Re: Dataiku DSS API and Project Level Git Settings
Hi John, This is not currently possible using the API - we've logged it as a feature request. In the meantime, you can do it from the command line (which can be sent from the python script in a DSS m…1 · -
Re: Snowpark with Dataiku
Hi, Yes, you’ll need to list the python packages you want in the sproc inline. You can do this with the snowpark session object or as you define the sproc: session.add_packages() Or @sproc(packages=[…2 · -
Re: create function posts values to model dataset
Hi, Check out this tutorial on creating a project application that allows a user to attach an excel file which will then pass through the flow and then use the model to make predictions (note that it…1 · -
Re: Find the p-value with a Ridge regression model
Hi, Click on the text of your trained model, then "Regression Coefficients", then "More stats": Note that p-values on regression coefficients are only properly defined for unregul…1 · -
Re: Comparing the most recently created model to the second most recently created model
Hi, One way to do this is to use the Evaluation Store (detailed doc: https://doc.dataiku.com/dss/latest/mlops/model-evaluations/dss-models.html). Once you've deployed your model (as a green diamond i…1 ·