Simon Adorf
Simon Adorf
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/23) by Bradley Dice (Bitbucket: [bdice](https://bitbucket.org/bdice), GitHub: [bdice](https://github.com/bdice)).** ---------------------------------------- Suggested by @zhou-pj: Submit jobs across environments, such as being able to submit on both flux and comet from one...
**[Original report](https://bitbucket.org/glotzer/signac-flow/issue/14) by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- # About This is a proposal for the integration of features into signac-flow that would simplify provenance management and...
Issue to track hypothesis test failures. ```[tasklist] ### Tasks - [ ] [test_logistic_regression_unscaled](https://github.com/rapidsai/cuml/actions/runs/5541030128/jobs/10113904057) - [ ] [test_logistic_regression_model_digits](https://github.com/rapidsai/cuml/actions/runs/5554023930/jobs/10143320221) - [ ] [test_logistic_regression_predict_proba](https://github.com/rapidsai/cuml/actions/runs/5584582744/job/15123636858) ``` _To report new issues, simply comment with a...
As required by [cuml's development guide](https://github.com/rapidsai/cuml/blob/61f85a6717d4d498ac5bb0815ca084c5f151fb00/wiki/python/DEVELOPER_GUIDE.md#creating-python-estimator-wrapper-class), estimator classes must adhere to the API and implementation guidelines [put forth by scikit-learn](https://scikit-learn.org/stable/developers/develop.html#estimators) to maximize compatibility. Those guidelines require that estimators are initialized...