mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 19:02:04 +00:00
d91c97d15d
* Replace underscores with hyphens * remove temporary code * fix style check * fix collapse
22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
Markdown
---
|
|
machine_translated: true
|
|
machine_translated_rev: d734a8e46ddd7465886ba4133bff743c55190626
|
|
toc_priority: 64
|
|
toc_title: "\u062A\u0648\u0627\u0628\u0639 \u06CC\u0627\u062F\u06AF\u06CC\u0631\u06CC\
|
|
\ \u0645\u0627\u0634\u06CC\u0646"
|
|
---
|
|
|
|
# توابع یادگیری ماشین {#machine-learning-functions}
|
|
|
|
## ارزیابی (پیش بینی) {#machine_learning_methods-evalmlmethod}
|
|
|
|
پیش بینی با استفاده از مدل های رگرسیون نصب شده `evalMLMethod` تابع. مشاهده لینک در `linearRegression`.
|
|
|
|
### رگرسیون خطی تصادفی {#stochastic-linear-regression}
|
|
|
|
این [تنظیم مقررات](../../sql-reference/aggregate-functions/reference.md#agg_functions-stochasticlinearregression) تابع جمع پیاده سازی روش گرادیان نزولی تصادفی با استفاده از مدل خطی و تابع از دست دادن مرتبه اول. استفاده `evalMLMethod` برای پیش بینی در داده های جدید.
|
|
|
|
### رگرسیون لجستیک تصادفی {#stochastic-logistic-regression}
|
|
|
|
این [سرکوب مقررات عمومی](../../sql-reference/aggregate-functions/reference.md#agg_functions-stochasticlogisticregression) تابع جمع پیاده سازی روش گرادیان نزولی برای مشکل طبقه بندی دودویی. استفاده `evalMLMethod` برای پیش بینی در داده های جدید.
|