Skip to content
#

data-science

Here are 15,479 public repositories matching this topic...

incubator-superset

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Oct 1, 2020
  • Python
Carreau
Carreau commented Aug 27, 2020

There are many places where we could make use of Pathlib.

Look for any places that uses with open(...) and ask yourself:

  • is the argument a string ?
  • would it make sens to make it a Path(),
  • how far upstream in the code can I make it a Path.

Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.

richardliaw
richardliaw commented Oct 29, 2020

When the ray cluster runs for a long time or execute many tasks, log files can be large, such as monitor.err, full of could not find ip for client xxxx. I find parameters logging_level, logging_format and log_to_driver in ray.init(). Is there a way to restrict the size of log files by default, like using logging.handlers.RotatingFileHandler and set maxBytes?

![image](https://user

dash
gensim
pytorch-lightning
nni
wetneb
wetneb commented Oct 30, 2020

We are missing a <label> tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.

To Reproduce

Steps to reproduce the behavior:

  1. First, click "Reconcile" -> "Start reconciling" and choose a service
  2. Then, click on the text "Reconcile against no particular type" (not the radio button, the te

Improve this page

Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-science topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.