You are browsing as a guest. Sign up (or log in) to start making projects!

arjundakshin

@arjundakshin

Joined June 16th, 2026

  • 7Devlogs
  • 4Projects
  • 0Ships
  • 0Votes
Hi, my name is Arjun. I'm a rising freshman at Plymouth High School in Michigan. I'm interested in ML, CAD, and whatever seems fun.
Open comments for this post

4h 43m 27s logged

holy frick, it’s been a while since I wrote a devlog.
Over the last stretch, I accidentally turned my project into a confusing two-layer setup. I eventually realized I had completely messed up the labels and was kind of just assuming things. The dataset actually has four groups: PD, CONTROL, PD(BASELINE), and PD(RASAGILINE). Once that clicked, my brain was fried for a bit.
To reset, I went back to basics and rebuilt the model using just the PD and CONTROL samples. I also added a filter so that any samples with steps: no data get removed. Once I cleaned that up and reran everything, the results were insanely good — way more stable and way more believable than before.
On the modeling side, I now have a new training loop built around Elastic Net. I basically ran a Hunger Games-style showdown between a bunch of model types, and Elastic Net absolutely dominated. I hooked this into my cross-validation pipeline and started generating a fresh set of SHAP plots so I can actually see which miRNAs are driving the predictions.
Next, I’m planning to move from just “cool metrics” to real biological validation. I want to use tools like TargetScan and KEGG pathway analysis to check whether my top miRNA biomarkers line up with known Parkinson’s-related pathways and targets. If the pathways make sense biologically, that’ll be a huge confidence boost that my model isn’t just overfitting.
I’m also planning to build a Streamlit dashboard so the whole pipeline is actually usable and demo-able at the science fair in a couple of months. The idea is to have a clean interface where someone can see performance metrics, SHAP plots, key biomarkers, and maybe even pathway summaries without digging through notebooks.
On top of that, I want to generate way more diagnostic plots — ROC curves, precision–recall curves, PCA visualizations, SHAP summary plots, and anything else that helps explain what the model is doing. Basically, I’m trying to turn this into a transparent, glass-box pipeline instead of a black-box model.
Overall, even though I went through a mini-labels disaster, I feel like I’m in a really good place now. The pipeline is cleaner, the results are stronger, and I actually understand what’s going on under the hood — honestly, I’m doing awesome.

0
0
2
Open comments for this post

3h 37m 59s logged

DevLog 4: PD Biomarkers

Today was an absolutely massive workday! I spent 2 hours and 31 minutes fixing two layers of data leakage.

🛠️ Bug Fixes & Refactoring

  • Data Leakage Elimination: Previously, CPM normalization and the gene filter were running on the full dataset before the train-test split.
  • Pipeline Consolidation: Fixed this by nesting CPM normalization, gene filtering, and Boruta feature selection inside the cross-validation fold loops.
  • Notebook Cleanup: Consolidated everything into one clean notebook: 03_nested_cv_evaluation.ipynb.

📊 Model Performance (Leak-Free Pipeline)

When I ran the leak-free pipeline, Elastic Net blew everything else out of the water:

  • Elastic Net: 0.992 ± 0.010 AUC-ROC
  • Random Forest: 0.962 AUC-ROC
  • XGBoost: 0.938 AUC-ROC

🧪 The Proof (Permutation Testing)

To make sure the 0.992 wasn’t a ghost score, I ran a permutation test with shuffled labels.

  • AUC Collapse: Dropped to chance level (0.43 - 0.48).
  • Feature Reduction: Boruta features dropped from 205 down to just 9 per fold.
  • Conclusion: This proves the biological signal is 100% real.

Next Steps & Deliverables

  • Batch Effects: Skipped ComBat for now since Phase 1 is just a single cohort. I will check the GEO metadata for internal batch run dates tomorrow.
  • Diagnostic Plots: Wrapped up the day by generating a clean set of plots, including ROC (real vs. shuffled), PCA, and a SHAP plot flagging hsa-mir-23a as the top biomarker.
0
0
1
Open comments for this post

1h 52m 13s logged

Very good progress today

I added new git files to make the code run smoother ig. Also I used markdown to write a Readme which was fun(this is my first time with all this documentation and stuff). Also when I was migrating from Google colab to vscode i have to change some parts of my notebook and somehow there’s a bug in preprocessing. So tomorrow I’ll be trying to fix that, I’d say it’s a pretty good workday.

0
0
1
Open comments for this post

1h 47m 45s logged

DevLog #2 for PD Biomarkers


Yesterday XGboost wasnt really working so today I switched to logistic regression and it worked perfectly. My ROC AUC and AP are now pretty solid and I can trust the biomarkers that my model extract.

Tomorrow, I’m going to be try to use Random Forest standard instead of XGboost and maybe see if that makes it better. Also, I’m going to focus on documentation readmes all that.

As you can see in the PCA Space plot the controls and the patients are split up pretty well and looks clean.

I’m also looking into using TargetScan with Kegg Pathway Analysis to Biologically validate my top 14 biomarkers.

0
0
4
Open comments for this post

1h 6m 11s logged

Hi! This is my first parkinson’s project devlog.

I started this project around 3 months ago, and I knew nothing about machine learning then. In that time, I learnt everything I needed for my project. So far, I have made a decent pipeline to identify biomarkers.

I’m using an NCBI GEO Superseries for training, and I was planning on using a Portuguese cohort for extra real-world data tests.

Today, when I was comparing whether to use XGBoost or Random Forest, it gave accuracies of 93-95%, but after more tests, I realized that my AUC rn is around 70%.

Tomorrow, I’m going to try switching from XGBoost + Boruta feature selection to Logistic Regression to see if my AUC can be brought up to at least 80.

0
0
5
Open comments for this post

20m 21s logged

My first ever DevLog

I built my Slack bot. I used Node.js for the first time,e and it was really interesting using APIs with JavaScript. For reference,e my main language is Python, that’s what I usually code everything in.

The project started as just a ping and joke, and cat fact, but I started looking into more APIs and kept adding.
Bigbott isn’t live is because I still have to apply for a nest container.

Hackatime is also being weird and said I only worked on it for 20 minutes, but it was actually a lot more, at least 1 hour.

As soon as my Nest Container gets approved, Bigbot will be available for everyone to use (if you want to).

1
0
15

Followers

Loading…