Pablo Casas

Results 5 issues of Pablo Casas

Do you plan to upload to CRAN?

Hi Boris! Really enjoyed your google colab "app", thanks for sharing it! Recently GPT-2 in Spanish was released, so I tried to play around but I'm getting errors: Not a...

Modify `corr_pair` function from funpymodeling in order to handle the correlation based on MIC statistic as it is shown below: ``` from __future__ import division import numpy as np import...

In funModeling, `freq` functions plots the frequency for all the categorical variables. Below there is a code that do something similar: ``` import seaborn as sns import matplotlib.pyplot as plt...

enhancement

`cross_plot` receives a data frame (`data`), a target variable `target` and optional a list of variable names to generate the following plots: An example in R: `cross_plot(data=heart_disease, input=c("age", "oldpeak"), target="has_heart_disease")`...