-
Re: read selected columns
Yes, it works, thank you1 · -
Re: Changing output of a recipe
Thank you for the suggestions. To address your points: 1. Actually, it was the opposite, dataset_1 was saved locally and dataset_2 was written in the database. 2. Yes, I agree, normally, one would fo…1 · -
Analyze Categorical Column
I have a dataset of ~18M rows. I'm analyzing one of the categorical columns. When I run the analysis on the sample data, I get the count for each categorical value (see attached sample_manufacturer.p…1 · -
Export a model to a jupyter notebook doesn't preserve the feature
I have a model opened within an Analysis and exported it to a jupyter notebook. The model has one text feature that uses TF/IDF vectorization: The model in the notebook is using TruncatedSVD/HashingV…1 · -
How to get a list of the datasets in a notebook
In a jupyter notebook I can use the Dataset class from the dataiku package to read a dataset if I know it's name. However, I can't find a way to list all the datasets programmatically, in a notebook.…1 ·