Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,6 @@ pretty_name: traceix-ai-telemetry
|
|
| 42 |
These files are uploaded monthly automatically by Traceix and provided as is under the CC BY 4.0 license. You can test the datasets simply by doing the following:
|
| 43 |
|
| 44 |
```python
|
| 45 |
-
# do_dataset_publishing()
|
| 46 |
from datasets import load_dataset
|
| 47 |
import pandas as pd
|
| 48 |
from sklearn.linear_model import LogisticRegression
|
|
|
|
| 42 |
These files are uploaded monthly automatically by Traceix and provided as is under the CC BY 4.0 license. You can test the datasets simply by doing the following:
|
| 43 |
|
| 44 |
```python
|
|
|
|
| 45 |
from datasets import load_dataset
|
| 46 |
import pandas as pd
|
| 47 |
from sklearn.linear_model import LogisticRegression
|