Tabular Classification
Kernels
Joblib
Scikit-learn
kernel
eu-ai-act
compliance
annex-iv
governance
surrogate
doi:10.5281/zenodo.19944926
Instructions to use SZLHOLDINGS/szl-blocked with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use SZLHOLDINGS/szl-blocked with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("SZLHOLDINGS/szl-blocked") - Scikit-learn
How to use SZLHOLDINGS/szl-blocked with Scikit-learn:
from huggingface_hub import hf_hub_download import joblib model = joblib.load( hf_hub_download("SZLHOLDINGS/szl-blocked", "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
fix: correct security contact to live domain (szlholdings.com; .ai does not resolve)
Browse files- SECURITY.md +4 -4
SECURITY.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
**Do NOT open a public issue for security vulnerabilities.**
|
| 6 |
|
| 7 |
-
Please report security vulnerabilities via email to **security@szlholdings.
|
| 8 |
|
| 9 |
1. Description of the vulnerability
|
| 10 |
2. Steps to reproduce
|
|
@@ -31,8 +31,8 @@ We follow a **90-day responsible disclosure** policy.
|
|
| 31 |
|
| 32 |
## Contact
|
| 33 |
|
| 34 |
-
- **Security disclosures:** security@szlholdings.
|
| 35 |
-
- **General:** hello@szlholdings.
|
| 36 |
-
- **Website:** https://szlholdings.
|
| 37 |
|
| 38 |
*This policy follows the [OpenSSF Vulnerability Disclosure Guide](https://github.com/ossf/oss-vulnerability-guide).*
|
|
|
|
| 4 |
|
| 5 |
**Do NOT open a public issue for security vulnerabilities.**
|
| 6 |
|
| 7 |
+
Please report security vulnerabilities via email to **security@szlholdings.com** with:
|
| 8 |
|
| 9 |
1. Description of the vulnerability
|
| 10 |
2. Steps to reproduce
|
|
|
|
| 31 |
|
| 32 |
## Contact
|
| 33 |
|
| 34 |
+
- **Security disclosures:** security@szlholdings.com
|
| 35 |
+
- **General:** hello@szlholdings.com
|
| 36 |
+
- **Website:** https://szlholdings.com
|
| 37 |
|
| 38 |
*This policy follows the [OpenSSF Vulnerability Disclosure Guide](https://github.com/ossf/oss-vulnerability-guide).*
|