The Wayback Machine - https://web.archive.org/web/20191123123355/https://github.com/topics/data-science
Skip to content
#

data-science

Here are 9,084 public repositories matching this topic...

jnothman
jnothman commented Sep 11, 2019

Currently, using OrdinalEncoder with a string-valued feature, and without categories explicitly specifying an order, means that OrdinalEncoder will number the categories according to their lexicographic ordering.

This is not appropriate if the categories have a natural ordering (e.g. ['Green', 'Amber', 'Red']) that can be harnessed by the downstream estimator.

Rather, we should allow the u

HendricButz
HendricButz commented Nov 17, 2019

I got a conllU file, from my university, where the head column is filled with .
Processing such file with the cli.convert method will result in a int cast error in
https://github.com/explosion/spaCy/blob/master/spacy/cli/converters/conllu2json.py line 73
in the read_conllx method (head = (int(head) - 1) if head != "0" else id
).

In the format documentation on https://universaldependencie

Carreau
Carreau commented Nov 21, 2019

Since #11953 was merged a couple of extra simplification can be done:

See in particular this comments.

The value DICT_IS_ORDERED in IPython/lib/pretty.py is always True; any code that reply on it can be simplified; and the value should be documented for future removal.

This is a good issue for a first time contri

gensim
FedericoFontana
FedericoFontana commented Sep 18, 2019

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • Ray installed from (source or binary): pip install ray
  • Ray version: 0.7.4
  • Python version: 3.6

Describe the problem

After having successfully trained and restore an agent, one very common use case might be to make deterministic action given a state. After training, or wh

miguelgfierro
miguelgfierro commented Mar 28, 2019

Description

from a conversation with @anargyri:

It would be more appropriate to have a folder called tuning and, under that folder, azureml and nni and the spark tuning code. This would require testing again all the tuning notebooks, so I would leave it for a separate PR. Hyperdrive and NNI rely on several path names, so they will brea

tvst
tvst commented Oct 8, 2019

Today you can put Streamlit in "wide mode" via the Settings dialog in the UI. However, it would be great if the wide mode setting were sticky.

Option 1: just make Wide Mode sticky by persisting it in local storage!

Option 2: Provide a config option that toggles wide mode:

[browser]
wideMode = True

(for this we'd have to replicate much of the code used to propagate settin

You can’t perform that action at this time.