Skip to content

Commit

Permalink
Replaced Statistics.py F pdf with Scipy equivalent
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKoum committed Oct 21, 2021
1 parent 84ff892 commit 523efd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 557 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Stochastic Gradient Trees - Python

### Used Python libraries:
* numpy>=1.20.2
* scipy>=1.6.2
* pandas>=1.3.3
* scikit-learn>=0.24.2

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy>=1.20.2
scipy>=1.6.2
pandas>=1.3.3
scikit-learn>=0.24.2
Loading

0 comments on commit 523efd5

Please sign in to comment.