Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hank9cao authored Apr 3, 2023
1 parent 95bc7ef commit 6a170f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ dsMTL (Federated Multi-Task Learning based on DataSHIELD) provided federated, pr
</p>


dsMTL currently includes three supervised and one unsupervised federated multi-task learning as well as one federated machine learning algorithms. Each algorithm captured a specific form of cross-cohort heterogeneity, which was linked to different applications in molecular studies.
dsMTL currently includes three supervised and one unsupervised federated multi-task learning as well as two federated machine learning algorithms. Each algorithm captured a specific form of cross-cohort heterogeneity, which was linked to different applications in molecular studies.

| Name | Type | Task | Effect |
| --- | --- | --- | --- |
| `dsLasso` | ML | Classification/Regression | Train a Lasso model on the conbained cohorts |
| `dsLassoCov` | ML | Classification/Regression | Federated ML model that can capture the covariate effect |
| `dsMTL_L21` | MTL | Classification/Regression | Screen out unimportant features to all tasks |
| `dsMTL_trace` | MTL | Classification/Regression | Identify models represented in low-dimentional spcae |
| `dsMTL_net` | MTL | Classification/Regression | Incorporate task-relatedness described as a graph |
Expand Down

0 comments on commit 6a170f1

Please sign in to comment.