-
Error while reading file from managed folder in webapp
Hi I am trying to read a csv file from a managed folder in dash webapp using the following code: models = dataiku.Folder("LFHBynG2") folder_path = models.get_path() df_clearstate = pd.read_excel((os.path.join(folder_path,'Clearstate Data 2008-2020@20211019.xlsx')), sheet_name='Sheet2') But getting the following error:…
-
Dataiku Checks Alerts and Notification
Hi everyone, I would like to receive a notification on Dataiku on the receiving errors in checks and metrics. Is this possible? If yes, how can I implement this? For example, receive a notification once the value is greater than x Thanks
-
Predicting Taxi Fares in NYC
Originally sent by Dataiku as an insights email. Interested in learning more? Sign up for a monthly email about everything we're working on. Dataiku's data scientists took on the challenge to develop a machine learning model to predict taxi fares in New York, deploy it in real-time, and build a web application for anyone…