Skip to content
#

data-science

Here are 14,227 public repositories matching this topic...

lucyleeow
lucyleeow commented Aug 27, 2020

Describe the issue linked to the documentation

Follows from #17387

Suggest a potential alternative/fix

Stop referencing preprocessing functions e.g. :

maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform

in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.

In particular right now the first entr

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
Carreau
Carreau commented Aug 27, 2020

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.

gensim
pytorch-lightning
Borda
Borda commented Aug 28, 2020

🚀 Feature

at this moment we are using GFile for saving checkpoints which are imported from tensorboard which underhood uses TF core...

Motivation

remove the hard dependency on tensorboard as it seems tidy linked to TensorFlow and for visualization user can install it independently

Pitch

Avoid tensorboard limitations

wetneb
wetneb commented Aug 28, 2020

Is your feature request related to a problem or area of OpenRefine? Please describe.

When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).

![image](https://user-images.githubusercontent.com/309908/91545213-1a244a80-e921-11ea-

Improve this page

Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.

Curate this topic

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

Learn more

You can’t perform that action at this time.