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 22,574 public repositories matching this topic...

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 29, 2021
  • Python
brambozz
brambozz commented Oct 22, 2021

Problem

I am just exploring streamlit and having a great time so far! I have video data that I want to visually inspect, but they are short videos of ~5 seconds. Currently it seems st.video does not have a loop option.

Solution

Add a loop option to st.video.

Not sure how difficult this would be. If not, I would be happy to work on a PR if someone could give me some quick po

pytorch-lightning
carmocca
carmocca commented Nov 2, 2021

Proposed refactoring or deprecation

Remove deprecated code after the 1.5 release

Pitch

All the deprecated features we have are tested here

https://github.com/PyTorchLightning/pytorch-lightning/blob/master/tests/deprecated_api/test_remove_1-6.py

If you are interested in taking care of one item, post a comment here asking to take it. This avoids multiple people working on the s

dash
gensim
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.

nni