Hi, I'd like to write a formula that compares multiple columns and returns the most frequent word. I am aiming to aggregate multiple machine learning models to see if it improves accuracy. As an examp…
Essentially need to "slide" fields to the left on certain rows. For example, would like info.izatcloud.net CNAME d339cgtc8rkl09.cloudfront.net A 99.84.194.34 A 99.84.194.78 A 99.84.194.98 A 99.84.194.…
Having Automated Feature engineering would be great. Currently having to stitch multiple python functions to one large on to use FeatureTools. it would be nice to see if adding a built-in functionalit…
The fold array step in Prep Recipe is very useful. I would like to create a new column to keep track of the folded array element, basically to store the array index in a new column. How do I do it in …
Hi, I created a column in my CSV dataset and I want to edit it. So, I created a "push to editable" recipes but when I click on "IMPORT DATA", I have the error : "An invalid argument has been encounter…
Hi, I just want to know if it's possible to select some rows in CSV dataset by clicking on them and export to an other view. I don't want to apply some regex or something like this, I just want to sel…
Hi, this is something for which I would normally make a pull request, but you don't have a public API. I therefore thought it best if I created a bug report here instead. Problem: If one accidentally …
When I try and run a recipe that uses a dataframe that has a column with a space inside the name (like 'Number of Entries'), the recipe crashes with an exception: org.apache.spark.sql.AnalysisExceptio…
Hello, Just as processors acting on columns propose auto-completion for choosing on which column to operate it would be cool to also propose this when using the following options in "Design Sample": -…