Zaktualizuj 'Raporty/raport_444428.md'
This commit is contained in:
parent
2f5ffee005
commit
35ffb5bf04
@ -43,8 +43,6 @@ się w liściu drzewa.
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
def find_best_split(rows):
|
def find_best_split(rows):
|
||||||
""" znajdź najlepsze możliwe pytanie do zadania, sprawdzając wszystkie
|
|
||||||
właściwośći oraz licząc dla nich 'info_gain' """
|
|
||||||
best_gain = 0
|
best_gain = 0
|
||||||
best_question = None
|
best_question = None
|
||||||
current_uncertainty = gini(rows)
|
current_uncertainty = gini(rows)
|
||||||
|
Loading…
Reference in New Issue
Block a user