Levanta dataset y arma clase binaria
1 2 3 4 5 6 7 | levantar_clientes(
path,
nombre_clase_binaria = "baja",
positivo = "si",
negativo = "no",
fix_nulos = F
)
|
path |
path donde esta el csv con los clientes |
positivo |
valor positivo -factor- |
negativo |
valor negativo -factor- |
fix_nulos |
corregir nulos |
dataset |
dataset a modificar -TIENE QUE SER EL DE LA MATERIA- |
nombre |
nombre de la clase binaria |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.