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 28 code issues
Sort by recently updated
recently updated
newest added

**I am in a class work in which I must develop a program in a virtual environment. My choice was '' Google Colab '', but when trying to activate my...

I propose this change since the program has some bugs due to recent updates of some libraries.

I have reviewed one of your Youtube video about how to import python packages into R but i met some problems when i doing the following. library(reticulate) reticulate::py_install(packages = "umap-learn")...

error message appears related to the lazypredict (and sklearn conflictions?) cannot import name '_raise_dep_warning_if_not_pytest' from 'sklearn.utils.deprecation' (C:\Users\USER\anaconda3\lib\site-packages\sklearn\utils\deprecation.py)

Modified the server code to create datasetInput using eventReactive() function that creates a data frame for predictor variables to be updated in the event of hitting the submit button; as...

The intermediates description were not being appended to the bioactivity_class column, and actually, there is no need for a concise one everything works fine in Bioactivty_data. Just add a line...