The Wayback Machine - https://web.archive.org/web/20200824144459/https://github.com/topics/machine-learning
Skip to content
#

Machine learning

Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.

Here are 48,047 public repositories matching this topic...

lorentzenchr
lorentzenchr commented Aug 17, 2020

Describe the issue linked to the documentation

https://scikit-learn.org/stable/developers/contributing.html#guidelines-for-writing-documentation specifies how to write parameters with a shape attribute in a docstring, e.g.

array_parameter : {array-like, sparse matrix, dataframe} of shape (n_samples, n_features) or (n_samples,)
    This parameter accepts data in either of the mentio
ezyang
ezyang commented Aug 18, 2020
WARNING: /data/users/ezyang/pytorch-tmp/BUILD.bazel:580:1: in hdrs attribute of cc_library rule //:aten_headers: Artifact 
'bazel-out/k8-fastbuild/bin/aten/src/ATen/Config.h' is duplicated (through '//:aten/src/ATen/Config.h' and '//:aten_src_AT
en_config'). Since this rule was created by the macro 'cc_library', the error might have been caused by the macro implemen
tation                 
julia
JeffBezanson
JeffBezanson commented Jul 17, 2020

I just noticed the Random stdlib has an UnsafeView type for filling arrays. With the new layout optimizations, this should no longer be necessary. We should try using the normal SubArray type for this. If it's still too slow/complex, then at least the type can be made safe by holding the underlying array directly instead of a Ptr.

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 Jul 24, 2020
  • Python
Wikipedia
Wikipedia
You can’t perform that action at this time.