Ray Bell

Results 154 issues of Ray Bell

Thanks for your work on this project. I certainly found it useful. I recently learnt about https://jupyterlab-code-formatter.readthedocs.io/en/latest/index.html and I will likely use that now.

https://github.com/fastai/course-v3/blob/master/nbs/dl1/lesson7-wgan.ipynb 'For this lesson, we'll be using the bedrooms from the LSUN dataset.' http://lsun.cs.princeton.edu/2017/ Not sure on updated link? https://github.com/fyu/lsun?

Originally asked at SO: https://stackoverflow.com/questions/64664210/dont-use-index-in-pandas-profiling/69519138#69519138 I don't have any interest is summarizing the index. I know I can reset beforehand i.e. `df = df.reset_index(drop=True)` but would we nice to do...

feature request 💬
getting started ☝
Hacktoberfest :fireworks:

**Describe the bug** Running ``` from pandas_profiling import ProfileReport import pandas as pd ``` seems to interfere with pandas plotting **To Reproduce** Run this as a cell in jupyter lab...

bug 🐛
Hacktoberfest :fireworks:

Default source (cx.providers.Stamen.Terrain) gives HTTPError for points close together. Another source works (e.g. cx.providers.Esri.NatGeoWorldMap) but a small zoom has to be specified (e.g. zoom=1). Not sure if "auto" can handle...

e.g. ``` ~/local/bin/anaconda3/lib/python3.7/site-packages/pyod/models/vae.py in fit(self, X, y) 334 # Validate and complete the number of hidden neurons 335 if np.min(self.encoder_neurons) > self.n_features_: --> 336 raise ValueError("The number of neurons should...

https://xoak.readthedocs.io/en/latest/ Is a new package (Q1 2021) that offers kdtree look ups with xarray objects. May be of interest here

I realized when checking the app locally (on my pc) firefox would pick up the style.ccs file whereas chrome would not. However, you put the app on PythonAnywhere and load...

I recently came across https://github.com/pangeo-data/xESMF which is a maintained fork of this package.