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
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,16 @@
2
2
Use the [K Nearest Neighbors](https://docs.rubixml.com/en/latest/classifiers/k-nearest-neighbors.html) algorithm to predict who of your friends will stay married or get a divorce based on their answers to a 54 question survey about their partner. Included in this project is a 171 sample human-annotated dataset that we'll use to train the learner.
3
3
4
4
-**Difficulty**: Easy
5
-
-**Training time**: Seconds
6
-
7
-
## Requirements
8
-
-[PHP](https://php.net) 7.2 or above
5
+
-**Training time**: Less than a minute
9
6
10
7
## Installation
11
-
Clone the repository locally using [Git](https://git-scm.com/):
8
+
Clone the project locally using [Composer](https://getcomposer.org/):
12
9
```sh
13
-
$ git clone https://github.com/RubixML/Divorce
10
+
$ composer create-project rubix/divorce
14
11
```
15
12
16
-
Install dependencies using [Composer](https://getcomposer.org/):
0 commit comments