Tabular Classification
sfisch commited on
Commit
9b566ef
·
verified ·
1 Parent(s): c6a4057

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -5,7 +5,7 @@ datasets:
5
  pipeline_tag: tabular-classification
6
  repo: https://github.com/KDrewLab/DirectContacts2_analysis.git
7
  ---
8
- # # DirectContacts2: A network of direct physical protein interactions derived from high throughput mass spectrometry experiments
9
  Proteins carry out cellular functions by self-assembling into functional complexes, a process that depends on direct physical interactions
10
  between components. While tools like AlphaFold and RoseTTAFold have advanced structure prediction, they remain limited in scaling to the full
11
  human proteome. DirectContacts2 addresses this challenge by integrating diverse large-scale protrin interaction datasets, including AP/MS (BioPlex1–3, Boldt et al., Hein et al.),
@@ -48,12 +48,12 @@ is used to is used train, test, and make predictions with the model.
48
 
49
  This can be downloaded using the following:
50
 
51
- $ pip install autogluon==0.4.0
52
 
53
  Then it can be imported as:
54
 
55
  >>> from autogluon.tabular import TabularPredictor
56
- Note that to perform operations with our model the **0.4.0 version** must be used
57
 
58
  To use the model and make predictions, we show two full code examples using the [full feature matrix]()
59
  and the [test feature matrix]() in jupyter notebooks.
 
5
  pipeline_tag: tabular-classification
6
  repo: https://github.com/KDrewLab/DirectContacts2_analysis.git
7
  ---
8
+ # DirectContacts2: A network of direct physical protein interactions derived from high throughput mass spectrometry experiments
9
  Proteins carry out cellular functions by self-assembling into functional complexes, a process that depends on direct physical interactions
10
  between components. While tools like AlphaFold and RoseTTAFold have advanced structure prediction, they remain limited in scaling to the full
11
  human proteome. DirectContacts2 addresses this challenge by integrating diverse large-scale protrin interaction datasets, including AP/MS (BioPlex1–3, Boldt et al., Hein et al.),
 
48
 
49
  This can be downloaded using the following:
50
 
51
+ $ pip install autogluon==0.8.2
52
 
53
  Then it can be imported as:
54
 
55
  >>> from autogluon.tabular import TabularPredictor
56
+ Note that to perform operations with our model the **0.8.2 version** must be used
57
 
58
  To use the model and make predictions, we show two full code examples using the [full feature matrix]()
59
  and the [test feature matrix]() in jupyter notebooks.