Update README.md
Browse files
README.md
CHANGED
@@ -65,9 +65,13 @@ widget:
|
|
65 |
|
66 |
# Model description
|
67 |
|
68 |
-
The possible classified predictions are:
|
69 |
|
70 |
-
|
|
|
|
|
|
|
|
|
71 |
|
72 |
## Intended uses & limitations
|
73 |
|
@@ -116,5 +120,7 @@ This model follows the limitations of the Apache 2.0 license.
|
|
116 |
|
117 |
# How to Get Started with the Model
|
118 |
|
119 |
-
|
|
|
|
|
120 |
|
|
|
65 |
|
66 |
# Model description
|
67 |
|
68 |
+
The possible classified predictions are:
|
69 |
|
70 |
+
'No Mental Illness', 'Yes Mental Illness'
|
71 |
+
|
72 |
+
The predictors are:
|
73 |
+
|
74 |
+
'I am currently employed at least part-time', 'Education' , 'I have my regular access to the internet', 'I live with my parents', 'I have a gap in my resume', 'Income', 'Unemployed', 'I read outside of work and school','Annual income from social welfare programs', 'Lack of concentration', 'Tiredness', 'Age', 'Gender'
|
75 |
|
76 |
## Intended uses & limitations
|
77 |
|
|
|
120 |
|
121 |
# How to Get Started with the Model
|
122 |
|
123 |
+
To use the model run the code in this Google Colab notebook:
|
124 |
+
|
125 |
+
https://colab.research.google.com/drive/1jBrTTNYGn0dWx3it9CVovc1uFZxNsYHO?usp=sharing
|
126 |
|