-
Hi
I've successfully fitted two brms models, where I'm modelling canopy area as a function of different non-linear functions (an example is shown below). Each model has converged, with few (if any) d…
-
Currently many of our metrics allow for sample weights, but when using the `cross_val_score` or `GridSearchCV` these are not taken into account. As I said on the mailing list, I'm not sure if this is …
-
The optimal criteria seems very sensitive to the stations included in the analyses.
To remove this sensitivity, the optimization process could be done in a cross validation approach. We could selec…
-
Extracted workflow from https://github.com/phenology/springtime/blob/91ba9abb5faf9fcc763fb37385fe96007d104426/docs/notebooks/mk_modelling_npn.ipynb very naively ported to a recipe-like format:
```y…
-
I used these code to creaate a heatmap for SVS pitures in TCGA. However, the heat map resolution is too low.
###############
P.extract_tiles(tile_px=512, tile_um=256)
from slideflow.model import …
-
In GitLab by @sharkovsky on Apr 20, 2023, 11:26
_Merges feature/466-non-interactive-medical-folder-dataset-add -> develop_
Provides the option to add medical folder dataset to a node's database in a…
-
### Describe the bug
Hi,
while trying to find a way to implement kfold cross validation i'm facing the issue that i can't get checkpointing to work with custom dataloaders. The same config witho…
-
_Please make sure to close the issue once you consider it as solved_
_Please use screenshots only when you cannot copy-paste the object, e.g. for figures or maps_
**Error and context**
We wante…
-
## 🐛 Bug
When using KFold.py from the custom loop example, the checkpoint callback does not save checkpoints properly. Only for the first few iterations checkpoints are saved. After some iterations, …
-
I am facing "ValueError: Cannot have number of splits n_splits=5 greater than the number of samples: n_samples=4." issue in fit_fast() when my countries in data are less then 5.