Rick Lamers
Abid
08/21/2021, 11:18 AMFran
08/23/2021, 6:24 PMFran
08/24/2021, 2:30 PMFran
08/25/2021, 4:31 PMRick Lamers
Fran
08/26/2021, 2:16 PMorchest.output()
the same as orchest.transfer.output()
?Fran
08/27/2021, 6:33 PMorches.output()
it also stores the information in the /data
folder to be accesible by other projects. I’m planning in adding a ML step to augment this information (like churn detection or sentiment analysis).
What’s been difficult for me so far is:
• Moving around the “map”. As you can see the pipeline is too big for my screen and can’t move it around.
• Hiding sensitive environment variables is something desired
• More documentation on what’s required to set up a custom environment would be great. An example would be useful.
• Turn off a session after some time to avoid wasting resources.
• Documentation on how to push projects into a a GitHub repositories. It was not obvious to me, and I want to be mindful not to break anything.
• Sometimes when creating a new step I can’t type the letter H
in Title or File path.
• Snapping ability
Those things aside, it’s been really a pleasure working with it and none of the complexities I mention before have stopped me from enjoying the framework in it’s alpha stage 🙂Abid
08/30/2021, 5:23 PMRick Lamers
Abid
09/03/2021, 4:12 AMCamilo Valenzuela
09/07/2021, 4:00 PMPermissionError
when the get-data.py
step is downloading the data.Vinay
09/09/2021, 8:30 AMVinay
09/09/2021, 8:31 AMVinay
09/09/2021, 8:32 AMPhilip
09/20/2021, 7:30 PMMahan
09/22/2021, 7:06 AMTadeo
09/24/2021, 1:27 PMTadeo
09/25/2021, 2:08 PMsumit upadhye
09/25/2021, 4:28 PMEliezer de Souza da Silva
10/01/2021, 6:56 AMRick Lamers
Kay Kayyy
10/01/2021, 7:48 PM/projects
is broken stuck in loading loop. chrome console showing a bunch of 500 errors. for example
/async/projects?session_counts=true&job_counts=true 500 (INTERNAL SERVER ERROR)
GET <http://IP:1122/catch/api-proxy/api/sessions/> 500 (INTERNAL SERVER ERROR)
Unable to fetch sessions Response {type: 'basic', url: '<http://IP:1122/catch/api-proxy/api/sessions/>', redirected: false, status: 500, ok: false, …}
Kay Kayyy
10/01/2021, 9:27 PMPermissionError: [Errno 13] Permission denied: '/data/cal_housing.tgz'
where is that dir? it's not on the local machineKay Kayyy
10/01/2021, 9:37 PMget-data.py
step 1 to stop running. it would run endlessly (keeps streaming data in) and we could program a "trigger" of some type that then would kick off step 2 pre-processing.ipynb
Kay Kayyy
10/01/2021, 9:57 PMexplore-data.ipynb
if some condition X is true, else if condition Y is true run pre-processing.ipynb
Kay Kayyy
10/03/2021, 7:19 PMTadeo
10/05/2021, 12:08 PMAbid
10/05/2021, 3:34 PMAltieris Peixoto
10/06/2021, 5:16 PM