You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add analysis screenshots, update suite descriptions
- Add screenshots: jury voting, population heatmap, best model, comparative
- Screenshot tabs now: Data, Parameters, Results, AUC Evolution, Jury, Population
- Replace predomicspkg with gpredomicsR (R bindings for Rust engine)
- Remove dataset-specific hero stats, use general ones (1000x, <1% features, 3 langs, open source)
- Update R quickstart to gpredomicsR
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
<imgsrc="/assets/screenshots/results.png" alt="Results overview with job table and summary metrics" />
400
+
<divid="ss-data" class="screenshot-item active">
401
+
<imgsrc="/assets/screenshots/data.png" alt="Data explorer with prevalence plots, feature filtering and barcode visualization" />
402
+
</div>
403
+
<divid="ss-params" class="screenshot-item">
404
+
<imgsrc="/assets/screenshots/parameters.png" alt="Parameter configuration for genetic algorithm, voting ensemble, and feature importance" />
405
+
</div>
406
+
<divid="ss-results" class="screenshot-item">
407
+
<imgsrc="/assets/screenshots/results.png" alt="Job table with AUC scores, model complexity, and summary metrics" />
400
408
</div>
401
409
<divid="ss-charts" class="screenshot-item">
402
-
<imgsrc="/assets/screenshots/results_full.png" alt="AUC evolution charts and model complexity" />
410
+
<imgsrc="/assets/screenshots/results_full.png" alt="AUC evolution over generations, model complexity tracking, fit vs AUC" />
403
411
</div>
404
-
<divid="ss-data" class="screenshot-item">
405
-
<imgsrc="/assets/screenshots/data.png" alt="Data explorer with prevalence plots and feature filtering" />
412
+
<divid="ss-jury" class="screenshot-item">
413
+
<imgsrc="/assets/screenshots/jury.png" alt="Jury voting with confusion matrices, vote matrix heatmap, sample predictions and FBM population" />
406
414
</div>
407
-
<divid="ss-params" class="screenshot-item">
408
-
<imgsrc="/assets/screenshots/parameters.png" alt="Parameter configuration for genetic algorithm" />
415
+
<divid="ss-population" class="screenshot-item">
416
+
<imgsrc="/assets/screenshots/population.png" alt="Population of models with feature heatmap and violin plots" />
409
417
</div>
410
418
</div>
411
419
</div>
@@ -434,8 +442,8 @@ <h3>PredomicsApp</h3>
434
442
</div>
435
443
<divclass="suite-card r">
436
444
<spanclass="suite-badge badge-r">R Package</span>
437
-
<h3>predomicspkg</h3>
438
-
<p>The original R implementation with the complete algorithm library, visualization tools, and data analysis utilities for the R ecosystem.</p>
445
+
<h3>gpredomicsR</h3>
446
+
<p>R bindings for the gpredomics Rust engine. Successor to the original predomicspkg, bringing the 1,000x Rust speedup to the R ecosystem with a familiar interface.</p>
0 commit comments