File size: 1,418 Bytes
cfaced0 |
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 52 53 54 55 56 57 58 59 60 |
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: Película
dtype: string
- name: Año de la película
dtype: int64
- name: Texto 1
dtype: string
- name: Texto 2
dtype: string
- name: Texto 3
dtype: string
- name: Edad
dtype: int64
- name: Calificación
dtype: string
- name: Fecha
dtype: string
- name: Emoción texto 1
dtype: string
- name: Emoción texto 2
dtype: string
- name: Emoción texto 3
dtype: string
- name: Promedio emociones textos
dtype: string
- name: Suma promedio emociones textos
dtype: float64
- name: Emociones equilibradas
dtype: string
- name: Suma emociones equilibradas
dtype: float64
- name: Emociones películas
dtype: string
- name: Suma emociones películas
dtype: float64
- name: Score de recomendaciones
dtype: float64
- name: Emoción dominante textos
dtype: float64
- name: Emoción dominante equilibradas
dtype: float64
- name: Emoción dominante películas
dtype: float64
splits:
- name: train
num_bytes: 199996
num_examples: 188
download_size: 56295
dataset_size: 199996
---
# Dataset Card for "users-movies-qualifications-28082023"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |