Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed34bca commit 1237b39Copy full SHA for 1237b39
Code/Day 25 Decision Tree.md
@@ -1,5 +1,9 @@
1
# Decision Tree Classification
2
+<p align="center">
3
+ <img src="https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2023.jpg">
4
+</p>
5
6
+https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2023.jpg
7
### Importing the libraries
8
```python
9
import numpy as np
0 commit comments