Instructions to use Yukin3/TPnet-baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Scikit-learn
How to use Yukin3/TPnet-baseline with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("Yukin3/TPnet-baseline", "sklearn_model.joblib") ) # only load pickle files from sources you trust # read more about it here https://skops.readthedocs.io/en/stable/persistence.html - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# TPnet-baseline
|
| 7 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pipeline_tag: tabular-classification
|
| 6 |
+
library_name: sklearn
|
| 7 |
+
tags:
|
| 8 |
+
- traffic
|
| 9 |
+
- sklearn
|
| 10 |
+
- tabular-classification
|
| 11 |
---
|
| 12 |
# TPnet-baseline
|
| 13 |
|