Skip to content
Advertisement

Tag: jupyter-notebook

Outlier removal Isolation Forest

I’ve been trying to remove outliers from my database using isolation forest, but I can’t figure out how. I’ve seen the examples for credit card fraud and Salary but I can’t figure out how to apply them on each column as my database consists of 3862900 rows and 19 columns. I’ve uploaded an image of the head of my database.

VSCode remote Jupyter Notebook – Open an existing notebook in a specific folder on Jupyter Notebook remote server

I can connect to a remote Jupyter Notebook server with a token from VSCode through the “Python: Specify Jupyter server URI” command from the Command Palette. However, I didn’t find a way to do 2 things: Open an existing Notebook on the remote Jupyter Notebook server. Specify a folder to connect to, where my existing notebook resides in the remote

Seaborn histogram makes columns white

In what cases Seaborn makes histogram columns white? I use it Seaborn in Jupyter notebook: Then I plot histogram using this function: As a result in some cases I have histograms with all blue columns or some blue and some white or only white columns. Please, see attached pictures. How to make Seaborn always draw blue columns? Answer I believe

Advertisement