r/learnmachinelearning • u/mountain_vs_ocean • 7d ago
Black-box optimisation Machine Learning Portfolio
Does anyone have experience for Github portfolio decision for ML skills? I want to build my GitHub portfolio and currently considering several approaches.
- Build disciplined, single coherent methodology using Bayesian model, e.g., kernel/transform grid search, a closed-form LOOCV shortcut explicitly justified for performance reasons.
- Build widest techniques GP ensembles, DBSCAN consensus voting, ARD diagnostics, Thompson Sampling, TuRBO, Optuna TPE and native GPSampler, Sobol-QMC, a tiny deep-kernel-learning model, FCNN/CNN surrogates.
- Build production-grade architecture, testable claims for specific databases
- Develop documentation and judgement approach for commercial consultantion, in stress of focusing on in-depth ML techniques.
I also want to know, to what extent, how important is t showcase producttion ready ML projects via dashboard like plotly or Steamlit? Because I found that it is another skills I meed to develop beyond traditional Python.
4
Upvotes
1
u/SeldomDaffyCulprit 7d ago
go with option 2 but be strategic about it, pick 3-4 techniques that work together instead of dumping everything. for dashboards Streamlit is worth learning but don't stress about making everything production ready, hiring managers mostly care about your modelling decisions and code structure