A library to store and manage scikit-learn code examples
Project description
skleernexample
مكتبة بايثون لحفظ وإدارة أمثلة أكواد scikit-learn A Python library for storing and managing scikit-learn code examples.
التثبيت | Installation
pip install skleernexample
الأمثلة الجاهزة | Built-in Examples
المكتبة تحتوي على الأمثلة الجاهزة التالية: The library comes with the following built-in examples:
decision_tree
- شجرة القرار | Decision Treerandom_forest
- الغابة العشوائية | Random Forestpreprocessing
- معالجة البيانات | Data Preprocessingcross_validation
- التحقق المتقاطع | Cross Validationgrid_search
- البحث الشبكي | Grid Search
كيفية استخدام الأمثلة الجاهزة | How to Use Built-in Examples
from skleernexample import print_code
# عرض مثال شجرة القرار
# Display decision tree example
print_code("decision_tree")
# عرض مثال معالجة البيانات
# Display preprocessing example
print_code("preprocessing")
إضافة أمثلة جديدة | Adding New Examples
from skleernexample import CodeExample
# إنشاء كائن جديد
# Create new instance
code = CodeExample()
# حفظ كود جديد
# Save new code
code.save_code("my_example", """
your code here
""")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skleernexample-0.2.0.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file skleernexample-0.2.0.tar.gz
.
File metadata
- Download URL: skleernexample-0.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e2e86510fe65f0db7c0d50a99fc4a1536b43dffbda1e94fb147f9185d1542d2f
|
|
MD5 |
d2388776d57cab5b73c01aa50d61e7bc
|
|
BLAKE2b-256 |
7fae64cdb470eb8f5e6b51946475753a09dc44f17fa6bd06778ec82a9df40ae6
|
File details
Details for the file skleernexample-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: skleernexample-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ed17ec42e915f09ac07e3ebf91a92f25763fc36bace50561b804c0758ef9e7a
|
|
MD5 |
2fea062f101938010bc30c4510bf8f1f
|
|
BLAKE2b-256 |
f72ee4c2cd83dfb71bcd509f474a7d54c74eedda3be92fa906c6e235acd3596d
|