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) |