File size: 889 Bytes
4af27c6 4b21807 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: course_name
dtype: string
- name: provider
dtype: string
- name: description
dtype: string
- name: course_status
dtype: string
- name: pricing
dtype: string
- name: duration_in_hours
dtype: float64
- name: rating
dtype: float64
- name: reviews
dtype: int64
- name: best_of_all_time
dtype: int64
- name: url
dtype: string
splits:
- name: train
num_bytes: 356627
num_examples: 1041
download_size: 144261
dataset_size: 356627
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: mit
task_categories:
- text-classification
- table-question-answering
language:
- en
tags:
- education
- courses
- e-learning
- recommendation-system
pretty_name: LearnLink Course Recommendations
size_categories:
- 1K<n<10K
--- |