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 16,122 public repositories matching this topic...
Describe the bug
In grid_to_graph, you expect the vertices to correspond to the implicit order defined by the mask. This is not always the case, due to the occurrence of isolated vertices that are dismissed in the reindexing of the vertices.
Steps/Code to Reproduce
import numpy as np
from sklearn.feature_extraction import grid_to_graph
mask = np.zeros((2, 3)).astHello,
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
Nov 7, 2020 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 8, 2020
Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.
What is the problem?
for (const auto &task : local_queues_.GetTasks(TaskState::INFEASIBLE)) {
if (task.GetTaskSpecification().IsActorCreationTask()) {
auto infeasible_task = reply->add_infeasible_tasks();
infeasible_task->ParseFromString(task.GetTaskSpecification().SerialiIn recent versions (can't say from exactly when), 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
Streamlit — The fastest way to build data apps in Python
-
Updated
Dec 11, 2020 - Python
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
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
Updated
Dec 7, 2020
The "Python Machine Learning (1st edition)" book code repository and info resource
-
Updated
Oct 16, 2020 - Jupyter Notebook
The fastai book, published as Jupyter Notebooks
-
Updated
Dec 10, 2020 - Jupyter Notebook
🚀 Feature
add/fix typing in all PL codebase, this will yield in multiple PR as we prefer to split the work into smaller peace
Additional context
in #5021 we introduced a new ignore list so after it is merged, take out a single ignored item and fix typing for that part
each item + its fix = one PR
Sections
- pytorch_lightning.callbacks.*
- pytorch_lightning.c
Dive into Machine Learning with Python Jupyter notebook and scikit-learn!
-
Updated
Jul 31, 2020
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Nov 17, 2020
Deep learning library featuring a higher-level API for TensorFlow.
-
Updated
Nov 30, 2020 - Python
more details at: allenai/allennlp#2264 (comment)
Best Practices on Recommendation Systems
-
Updated
Dec 9, 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
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks. Adopted at 140 universities.
-
Updated
Dec 11, 2020 - Python
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
-
Updated
Oct 31, 2020 - Jupyter Notebook
Statistical data visualization using matplotlib
-
Updated
Dec 11, 2020 - Python
The options "Include Schema" and "Include Contents" in the SQL exporter dialog can be a bit mysterious for users.
Proposed solution
Just like concrete SQL commands are included in the UI text elsewhere in the dialog ("DROP"), we could expand these phrases to mention the corresponding SQL commands ("CREATE TABLE", "INSERT").
Alternatives considered
We could also drop the mention
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
-
Updated
Nov 30, 2020 - Python
- Wikipedia
- Wikipedia


(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.