Search Header Logo

مراجعة الدرس السابع

Authored by عهود الشعيبي

Social Studies, Computers

2nd Grade

Used 59+ times

مراجعة الدرس السابع
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

منصة سينس تايم التعليمية تسمح لنا باستخدام مجموعة بيانات خارجية

وتجربة النماذج عليها

خطأ

صح

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

stu = get_data('student_reg')

print(stu.head())

نقوم بإدخال بيانات طالب جديد غير موجود مسبقاً

جلب واستدعاء البيانات من الملف

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print(stu.head())

طباعة أول خمس صفوف من الجدول

جلب واستدعاء البيانات من الملف

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

stu_train, stu_test = train_test_split(stu, test_size=0.2, random_state=0)

استخراج الميزات المطلوبة وتحديد البيانات الهدف

تقسيم مجموعة التدريب ومجموعة الاختبار

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

stu_test_pred = model.predict(stu_test[['height','weight', 'jump']])

print('test error')

print(mean_squared_error(stu_test['run'], stu_test_pred))

نقوم بإدخال بيانات طالب جديد غير موجود مسبقاً و نحدد للبرنامج عملية الحساب

طباعة النتيجة النهائية

تدريب النموذج على الميزات تدريب النموذج باستخدام

طريقة التربيع الصغرى

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

football_set = pd.read_excel('')

جلب بيانات من البيانات المخزنة بالموقع

جلب بيانات من ملف خارجي نوعه اكسل

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?