Skip to content
#

data-science

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

reshamas
reshamas commented Oct 16, 2020

Describe the issue linked to the documentation

In the section "Pull Request Checklist", this is how the text appears

A moderate use of type annotations is encouraged but is not mandatory. See [mypy quickstart](https://mypy.readthedocs.io/en/latest/getting_started.html) for an introduction, as well as [pandas contributing documentation]( https://pandas.pydata.org/pandas-docs/stabl
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
akrolsmir
akrolsmir commented Oct 13, 2020

Summary

Possibly a regression from the recent st.balloons upgrade? Or maybe was always the case.

Steps to reproduce

st.header("Results")
if st.button("Press me!"):
    st.balloons()
st.header("hm")

Click on the button.

Expected behavior:

No space inserted after clicking on the button.
(E.g. st.empty() would not take up space there)
Probably just need to mark

gensim
pytorch-lightning
nni
wetneb
wetneb commented Oct 29, 2020

In #2095 we updated the find function to support two types of arguments: regex (/[a-z]/) and simple string ("[a-z]").

There are two things we need to clean up there:

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.