code icon indicating copy to clipboard operation
code copied to clipboard

Compilation of R and Python programming codes on the Data Professor YouTube channel.

Results 38 code issues
Sort by recently updated
recently updated
newest added

Since the versions of pandas and streamlit have been updated and do not accept the following data, so I made a little change to deal with it in order to...

Hello, I am seeking help with issue installing R `magick` package on google colab. First, I tried to do it in general way: `install.packages("magick")` and I get the output as...

Dear Professor, I need machine learning code of more than 2 or more dependent variables. Thanks Ayesha

@dataprofessor If the code is run as is, it will display an error when building the Random Forest Model: "_Error in y - ymean : non-numeric argument to binary operator...

Please help me to create a code

@dataprofessor How well will the current regression model perform on new drugs? On what type of data points(new chemicals) do you think from your perspective the model will perform badly?

/usr/local/lib/python3.6/dist-packages/rpy2/robjects/pandas2ri.py:14: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The public classes are available in the top-level namespace. from pandas.core.index import Index as PandasIndex /usr/local/lib/python3.6/dist-packages/rpy2/robjects/pandas2ri.py:34: UserWarning:...

Hello @dataprofessor, I just started to follow the "Web Apps in R: Build BMI Calculator web application in R for health monitoring | Shiny Tutorial Ep 5" tutorial. I´ve tried...