#KFold
brms::kfold(model, group = group_var)
December 4, 2024 at 8:01 PM
Eight weeks. 22 classes. Two left. The finish line is right there.

Follow the journey 👇

#DataScience #MachineLearning #LinearRegression #KFold #LearningInPublic #Tech4Africans #TechCrush #CareerTransition
May 5, 2026 at 9:28 PM
I've organized all the code I wrote to do workshops and classes about species distribution models as a #JuliaLang package, and it should be online in a few days. Look at how nice the code is to use!!!
September 23, 2024 at 3:42 PM
But stress genes are only part of the picture. What about genes involved in development, anatomy or biochemistry? To look into this, we trained a machine learning model to distinguish between aquatic and terrestrial species based on the number of genes in each OG.

8/14
September 3, 2026 at 10:40 AM
今日のQiitaトレンド

KFold最適化テクニック~StratifiedKFoldを超えろ
この記事では、機械学習におけるKFoldのseedを探索することでCVスコアを向上させる手法を紹介している。
Stratified KFoldではFold間のデータ分布の偏りを抑えるが、さらにseedを調整することでCVスコアに最適な「秘孔」を見つけられる可能性があるという。
この手法はデータ量が少ないコンペで有効だが、実務への応用は限定的であることを示唆している。
KFold最適化テクニック~StratifiedKFoldを超えろ #機械学習 - Qiita
TL;DRKFoldのseedをたくさん試して手元のCVスコアを上げるのは有効なテクニックであるそれが有効であることの数学的証明はないが、Stratified KFoldという機能の存在が傍証に…
qiita.com
September 4, 2024 at 10:18 PM
existing kfold/kfold_predict() functions)
November 13, 2024 at 8:55 PM
is there a way to quickly run predictions from kfold crossvalidated #brms models on an external dataset? https://discourse.mc-stan.org/t/kfold-predictions-on-an-external-test-set/28989?u=fusaroli (I can write a stratification + loop script, but something off-the-shelf using the...
Kfold predictions on an external test set
For a course I’m teaching I want to showcase the changes ...
discourse.mc-stan.org
November 13, 2024 at 8:38 PM
descobrindo HOJE a função group kfold do scikit learn que faz basicamente algo que eu fazia na unha a pelo menos 7 meses

☠️
October 3, 2024 at 10:40 PM
kfoldで出てきた一時的なモデルは評価のために利用するけど、最終的には全訓練データを用いたモデルを使う、のが一般的なのかなぁ。
May 20, 2024 at 11:59 PM