data-science
Here are 15,416 public repositories matching this topic...
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
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
-
Updated
Oct 1, 2020 - Jupyter Notebook
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
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
-
Updated
Oct 8, 2020 - Python
-
Updated
Oct 29, 2020 - Python
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.
-
Updated
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?
, there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
Your new Mentor for Data Science E-Learning.
-
Updated
Oct 28, 2020 - Jupyter Notebook
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
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/ or some other data- or doc- related module – rather than in gensim.models.word2vec.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
VIP cheatsheets for Stanford's CS 229 Machine Learning
-
Updated
May 20, 2020
The "Python Machine Learning (1st edition)" book code repository and info resource
-
Updated
Oct 16, 2020 - Jupyter Notebook
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Oct 6, 2020
The fastai book, published as Jupyter Notebooks
-
Updated
Oct 25, 2020 - Jupyter Notebook
Dive into Machine Learning with Python Jupyter notebook and scikit-learn!
-
Updated
Jul 31, 2020
🐛 Bug
Please reproduce using the BoringModel and post here
Currently, on_batch_start is called along on_train_batch_start during training but doesn't for test and validation.
It results in a different number of function calls betwee
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
May 10, 2020 - Python
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Oct 14, 2020
more details at: allenai/allennlp#2264 (comment)
Best Practices on Recommendation Systems
-
Updated
Oct 29, 2020 - Python
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
-
Updated
Oct 3, 2020 - Jupyter Notebook
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
-
Updated
Oct 30, 2020 - Python
Statistical data visualization using matplotlib
-
Updated
Oct 29, 2020 - Python
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:
- The embedded description of the function does not reflect that:
https://github.com/OpenRefine/OpenRefine/blob/ac7b5a0a19c1ecaefa1ac1d9d0d26ea9baceacee/main/src/com/google/refine/expr/functions/strings/Find.java#L75 - The
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.
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."


(e.g. for links and images), because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.