- Random State: can understand as a random seed to split data with train_test_split
- Axis:
| Axis | Function |
|---|---|
| 0 | Across the column |
| 1 | Across the row |
__getitem__and__setitem__: May not explicit defined but it always work. However, defining them make the usage of the class 'nicer' https://stackoverflow.com/questions/43627405/understanding-getitem-method- I trained a model. What is next?
- Some medical knowledge