Abdulelah Bin Mahfodh

Results 4 issues of Abdulelah Bin Mahfodh

Fix #787. Also related to #779

**What happened**: `SimpleImputer.fit` with `median` and `most_frequent` strategies on frames compute different results comparing to `scikit-learn`. **What you expected to happen**: They should have consistent results with `sklearn.impute.SimpleImputer`. **Minimal Complete...

Exported annotated data in CoNLL 2003 NER format cannot be imported in SpaCy. SpaCy expects documents to be separated using `-DOCSTART- -X- O O` line and sentences with whitespaces as...

Closes #3763 This PR add missing options from `dask-scheduler` and `dask-worker` commands to `dask-ssh`. Example: $ dask-ssh --nprocs 2 --nthreads 1 --worker-port 9000:9010 --hostfile ../nodes \ --scheduler-dashboard-address :8989 --scheduler-preload /path/to/foo.py