-
Selenium Webdriver session
Hello, I opened a WebDriver Session using Selenium but when I ran the recipe there was an exception and the recipe failed which means that the code where I quit the session hasn't been executed. Now I have multiple Webdriver sessions open but I don't know how to retrieve them and close them. Is there someone who can help…
-
Importing a pickle model in Dataiku
I have a pickle saved OLS model (statsmodels) developed outside Dataiku. I uploaded it on a folder in dataiku but wasn't able to use it from a jupyter notebook. I have tried those solutions: import sklearn model trained outside of Dataiku into Dataiku - Dataiku Community I have tried this but I wasn't able to use after as…
-
Partition column values have a pipe symbol
Hi Community, I have a SQL dataset that is partitioned. I am trying to run a code recipe on this dataset, but receiving the error: An invalid argument has been encountered : For `<partition_value>': Invalid partition identifier, has 2 dimensions, expected 1 A few things to note: * There is only one column that has 10…
-
Job process died (killed - maybe out of memory ?) when trying to score dataset
I'm trying to score my dataset (about 800,000 rows and 720 columns). After about 5 minutes, I get the "Job process died (killed - maybe out of memory ?)" error. I noticed that if I subset it down to 10,000 rows, it runs as expected. To get to this 800K row scoring dataset, I'm taking a 5M row table, inner joining it with…
-
Fields in Scoring Dataset that weren't in Training Dataset
Hi there, Two questions: 1) I'm receiving the error message below and I'm wondering if case on the field text is impacting this. I have 'Number of Rooms' in my training set and 'NUMBER_OF_ROOMS' in my scoring set. - Will I need to go into my scoring set and match the case of the field names with the training set? An…
-
Request for Guidance on Adding a Column Name to Dataset Path for Versioning System Implementation
Hello Everyone, I am currently working on implementing a data versioning system for my dataset. One approach I am considering involves appending a timestamp to each version and organizing the data into separate directories. To accomplish this, I am planning to incorporate a version column into the dataset and use it to…
-
How to stop a "Update PYTHON environment" process that has been "aborting" for days
I have a "Update PYTHON environment" that has been "aborting" for over a day. How can I kill this process? Depending on the interface, the "abort" button either does not exist, or in its place it is a greyed-out "aborting" text. Operating system used: centos
-
Custom python model with library editor
Hey, I’m trying to define a custom Python model that should be fitted adjusting for the variable "exposure". The code runs without an error in the notebook, but this error message occurs when the model is fitted in the visual analyses. "Failed to train : <class 'IndexError'> : only integers, slices (`:`), ellipsis (`...`),…
-
How to filter notebook kernels
How can I filter the list of notebook kernels after the notebook has been created? With all of the code-envs and containerized execution environments, the list is getting absurdly long and difficult to manage. Operating system used: centos
-
'There was nothing to do for this job' when running scenario
What does it mean when I run a scenario and a job in the scenario returns the message "There was nothing to do for this job". For example, my scenario contains a Teradata dataset built from a SQL query. I sometimes get the "There was nothing to do for this job" message when this dataset is to be built in the scenario run.…