1
- [ ![ Source code] ( https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=brightgreen&message=Source%20code )] ( https://github.com/FullStackWithLawrence/006 -scikit-learn-logistic-regression )
2
- [ ![ Documentation] ( https://img.shields.io/static/v1?&label=Documentation&style=flat-square&color=000000&message=Documentation )] ( https://github.com/FullStackWithLawrence/006 -scikit-learn-logistic-regression )
1
+ [ ![ Source code] ( https://img.shields.io/static/v1?logo=github&label=Git&style=flat-square&color=brightgreen&message=Source%20code )] ( https://github.com/FullStackWithLawrence/009 -scikit-learn-random-forest )
2
+ [ ![ Documentation] ( https://img.shields.io/static/v1?&label=Documentation&style=flat-square&color=000000&message=Documentation )] ( https://github.com/FullStackWithLawrence/009 -scikit-learn-random-forest )
3
3
[ ![ AGPL License] ( https://img.shields.io/github/license/overhangio/tutor.svg?style=flat-square )] ( https://www.gnu.org/licenses/agpl-3.0.en.html )
4
4
[ ![ hack.d Lawrence McDaniel] ( https://img.shields.io/badge/hack.d-Lawrence%20McDaniel-orange.svg )] ( https://lawrencemcdaniel.com )
5
5
@@ -25,8 +25,8 @@ Note that freely downloadable [VS Code](https://code.visualstudio.com/) natively
25
25
The included Python module scaffolds the implemntation of a model that would ostensibly be used in a production setting. Be aware that accordingly, this module excludes all code for analysis, QC and corrections to the included data set.
26
26
27
27
``` console
28
- foo@bar:~ $ git clone https://github.com/FullStackWithLawrence/006 -scikit-learn-logistic-regression .git
29
- foo@bar:~ $ cd 006 -scikit-learn-logistic-regression
28
+ foo@bar:~ $ git clone https://github.com/FullStackWithLawrence/009 -scikit-learn-random-forest .git
29
+ foo@bar:~ $ cd 009 -scikit-learn-random-forest
30
30
foo@bar:~ $ pip install -r requirements.txt
31
31
32
32
# run the code from the command line
@@ -37,7 +37,7 @@ foo@bar:~$ python logistic-regression.py
37
37
38
38
There's an easy way to get Jupyter Notebooks working immediately, by downloading an application named [ Anaconda Navigator] ( https://www.anaconda.com/ ) that is freely available for both Windows and Mac.
39
39
40
- ![ Anaconda] ( https://github.com/FullStackWithLawrence/006 -scikit-learn-logistic-regression /blob/main/doc/anaconda.png )
40
+ ![ Anaconda] ( https://github.com/FullStackWithLawrence/009 -scikit-learn-random-forest /blob/main/doc/anaconda.png )
41
41
42
42
### If You're New to Python
43
43
@@ -99,4 +99,4 @@ foo@bar:~$
99
99
foo@bar:~ $ pre-commit
100
100
```
101
101
102
- ![ pre-commit output] ( https://github.com/FullStackWithLawrence/006 -scikit-learn-logistic-regression /blob/main/doc/pre-commit.png )
102
+ ![ pre-commit output] ( https://github.com/FullStackWithLawrence/009 -scikit-learn-random-forest /blob/main/doc/pre-commit.png )
0 commit comments