Palash Shah

Results 39 issues of Palash Shah

``` for epoch in range(max_epochs): # Training for orig, segmented in training_generator: # Transfer to GPU orig, segmented = local_batch.to(device), local_labels.to(device) ``` orig and segmented are torch tensors that represent...

doesn't currently work.

data

creating a recommendation engine might be a possibility?

core-ai
stat:in-progress

This could be a part of the .analyze() function and can be integrated into the dashbaord potentially.

data
stat:in-progress

look into somehow creating a query for ensembling methods

stat:in-progress

https://github.com/microsoft/dowhy

data
stat:in-progress

maybe a supplementary function to simply combine the .h5 and .json file for model loading? We should also somehow be able to recreate the full key in the client object...

structural

we need to help non-technical users understand the models we create better, our process is too much of a black-box right now. Look into DoWhy and CausalNex.

structural