Joshua Steier

Results 8 issues of Joshua Steier

Hi, I'm using my own image dataset which is similar to CIFAR-10, and I've done all the preprocessing and cleaning. I'm using a CNN architecture: model = tf.keras.Sequential([ tf.keras.layers.Rescaling(1./255), tf.keras.layers.Conv2D(32,...

Using my config.yaml file, I get an error in the build_cutout, which is related to alite INFO:root:Preparing cutout with parameters {'module': ['sarah', 'era5'], 'x': slice(-12.0, 45.0, None), 'y': slice(33.0, 65,...

type: discussion

Hi, I am having some difficulty replicating the SIR-TN-ILM Simulation and Inference.ipynb Specifically at this line: obs = observe(sim, Uniform(0.5, 2.5), Uniform(0.5, 2.5), force=true) I get an argument error, ArgumentError:...

Greetings, I have been using a simple test case XML: https://us-cert.cisa.gov/sites/default/files/2021-05/IB-21-10094.stix.xml to convert between Stix 1.0 and 2.0(JSON). It seems that relationships are not created for the attack patterns but...

Hi, When I run: poetry run dp-cgans gen --gen-size=103463 '/content/drive/MyDrive/cps_ctgan.csv' I get: Model instantiated, fitting... /content/dp_cgans/.venv/lib/python3.9/site-packages/sklearn/mixture/_base.py:286: ConvergenceWarning: Initialization 5 did not converge. Try different init parameters, or increase max_iter, tol...

## Contributor Information - **Name:** Joshua Steier - **Contribution Type:** Model ## Description Updated the Deepr model to align with PyHealth 2.0 conventions: - Migrated from `BaseEHRDataset` to `SampleDataset` -...

model

Pull Request: ConCare Model Update (1.0 → 2.0) Contributor Information Name: Joshua Steier Contribution Type [x] Model Update [ ] New Model [ ] Dataset [ ] Task [ ]...

model

## Contributor - **Name:** Joshua Steier ## Contribution Type Model ## Description Implements the Dr. Agent model from "Dr. Agent: Clinical predictive model via mimicked second opinions" (JAMIA 2020). **Key...

model