Benjamin Jaeger commited on
Commit ·
ceb0060
1
Parent(s): 44d0366
python style
Browse files
README.md
CHANGED
|
@@ -30,13 +30,13 @@ More details can be found in the [Model Report](https://storage.googleapis.com/p
|
|
| 30 |
|
| 31 |
### Getting started
|
| 32 |
First, install the inference package:
|
| 33 |
-
```
|
| 34 |
pip install tabpfn
|
| 35 |
```
|
| 36 |
|
| 37 |
Fitting a classifier and predicting looks like this:
|
| 38 |
|
| 39 |
-
```
|
| 40 |
from sklearn.datasets import load_breast_cancer
|
| 41 |
from sklearn.model_selection import train_test_split
|
| 42 |
from tabpfn import TabPFNClassifier
|
|
|
|
| 30 |
|
| 31 |
### Getting started
|
| 32 |
First, install the inference package:
|
| 33 |
+
```bash
|
| 34 |
pip install tabpfn
|
| 35 |
```
|
| 36 |
|
| 37 |
Fitting a classifier and predicting looks like this:
|
| 38 |
|
| 39 |
+
```python
|
| 40 |
from sklearn.datasets import load_breast_cancer
|
| 41 |
from sklearn.model_selection import train_test_split
|
| 42 |
from tabpfn import TabPFNClassifier
|