Skip to content
#

Data Science

Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.

Here are 23,582 public repositories matching this topic...

reshamas
reshamas commented Dec 20, 2021

Describe the issue linked to the documentation

The homepage has a link name "Maling list: scikit-learn@python.org" which points to https://mail.python.org/mailman/listinfo/scikit-learn

(Would prefer it indicate the sign-up page for mailing list instead of an email address for posting to mailing list.)

Suggest a potential alternative/fix

Update this text "Mailing list: sciki

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 Nov 4, 2021
  • Python
pytorch-lightning
carmocca
carmocca commented Dec 17, 2021

🚀 Feature

When evaluation trainer.validate(verbose=True) (or test) finishes, we print a dictionary with the results obtained

--------------------------------------------------------------------------------
DATALOADER:0 TEST RESULTS
{'test_loss': -3.4134674072265625}
--------------------------------------------------------------------------------

https://github.co

dash
anntzer
anntzer commented Dec 20, 2021

Bug summary

Currently, when the mouseover coordinates/value text has two lines (typically when hovering over an imshow()):

  • qt right aligns the text
  • tk center aligns the text
  • gtk and wx left aligns the text
  • (I haven't checked for macos and jupyter)

Given that the text is shown at the right edge of the toolbar, I think right aligning looks better? This is probably just a matte

gensim
nni
danieldeutsch
danieldeutsch commented Jun 2, 2021

Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict command opens the file and reads lines for the Predictor. This fails when it tries to load data from my compressed files.