-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan
committed
Nov 16, 2019
1 parent
d1e9275
commit 2061cd9
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,13 @@ This project uses machine learning [neural networks](https://en.wikipedia.org/wi | |
|
||
## :star2: Demo | ||
|
||
Coming soon... | ||
**[See it in action](https://sts-ryan-holton.github.io/loan-risk-score/)** | ||
|
||
#### :wrench: Param options | ||
|
||
- `?enable_seed_data=true` - pass this to generate random data to test the system. | ||
- `?enable_logs=true` - pass this to get real-time console updates as Brain JS learns your data. | ||
- `?enable_risk_factor_logging=true` - pass this to see your individual risk factors, logged to the console. | ||
|
||
|
||
## :bulb: How it works | ||
|
@@ -46,20 +52,20 @@ Install the scraper, you need **Node JS 10 or greater** | |
|
||
``` bash | ||
# clone project | ||
$ git clone [email protected]:team8digital/llcV2.git | ||
$ git clone [email protected]:sts-ryan-holton/loan-risk-score.git | ||
|
||
# install dependencies. | ||
$ npm install | ||
``` | ||
|
||
### Starting | ||
### :wrench: Starting | ||
|
||
``` bash | ||
# start scraping | ||
$ node scraper/scrape-jobs.js | ||
``` | ||
|
||
### Starting - With options | ||
### :wrench: Starting - With options | ||
|
||
``` bash | ||
# start scraping with options (you can pass all, or some of the following with number format) | ||
|