-
There are many cases where an estimated covariance does not have good small sample properties.
We need some regularization methods (beyond what scikit-learn has)
One of the main tasks will be to prov…
-
What should be our long term pattern for hyper parameter selection?
examples: lag selection in tsa models, penalty in penalized models.
tradeoff: clean, more "fool-proof" design versus computati…
-
I've been using the ADOMS implementation in this package to balance classes for a while with great results. The other day a colleague asked me what the minimum number of rows a class must have is to r…
-
Hi -
The netnorm program was utilized by my team members recently, and they used LUAD data from TCGA.
We are wondering what to do with the netnorm output (do we feed it to a visualizer, etc). Do…
-
-
I open Jupiter Notebook and run the program. It said score failed with lots of errors. Everything before seems works fine.
I do not know how to solve it. Thanks!
![Screen Shot 2022-01-04 at 11 1…
-
This chapter uses `cross_val_predict()` to make cross validation predictions, and then use them to compute some metrics like confusion matrix, recall, precision, and more.
But Sklearn documentation…
-
When is necessary to use cross validation and which methods of cross validation are most prevalent in practice?
-
There is no elpd object created in most recent version, but this is a metric that the vignette focuses on and expects to be in the model object
-
Hello,
I was wondering if someone managed to write a notebook for training DETR on a custom dataset.
I saw the issue #9 but there is a lot of messages and nobody provided a complete solution for w…