aditeyabaral / aditeyabaral/mapreduce-word2vec

Efficient MR logic to create Vocabulary and X and y Matrices

Abierto
#1 0 comentarios 0 reacciones 0 asignados Ver en GitHub
enhancement hacktoberfest help wanted
Lenguaje dominante
Python
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The current MR logic employs 2 sets of mappers and reducers to create the vocabulary and use the indices from the vocabulary to assign indices and find the X and y matrices. It'd be amazing to perform the two steps using a single set of mapper and reducer if possible.

Certain constraints such as the lexicographical ordering of the vocabulary and usage of only 1 input/output file can be done away with to support the new implementation.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.