-
Updated
May 14, 2020
datasets
Here are 737 public repositories matching this topic...
-
Updated
Mar 16, 2020 - Python
Enhancement description
I have these errors in log on each start:
backend_1 | Initializing database
backend_1 | Operations to perform:
backend_1 | Apply all migrations: admin, api, auth, authtoken, contenttypes, sessions, social_django
backend_1 | Running migrations:
backend_1 | No migrations to apply.
backend_1 | Your models have changes that are not y
Create text classification project that shows text to the annotator. The text also includes URLs or terms that the annotator may want to look up.
However normal copying the string to look up is not possible, presumably because the code that normally handles text selection in order create a sequence annotation (like for NER) is active.
"Normal copying" would be that the user marks the text to
Documentation is incomplete see tensorflow/datasets#704 (comment).
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
May 17, 2020 - Python
-
Updated
Mar 1, 2020 - Python
-
Updated
May 16, 2020 - Jupyter Notebook
I would be useful to implement support for various photoreceptor models so that it is possible to generate custom cone fundamentals down the road. I have started with Caroll et al. (2000), Stockman and Sharpe (2000), Lamb (1995) photoreceptor models in that notebook: https://colab.research.google.com/drive/1snhtUdUxUrTnw_B0kagvfz015Co9p-xv
We will obviously need support for various pre-receptor
The starter datasets came from R's samples, so their html documentation includes R examples on how to use the data. Would it be considered worthwhile to translate the usage information to Python3?
-
Updated
Mar 1, 2020 - Python
-
Updated
Nov 16, 2019 - Python
flake8 testing of https://github.com/juand-r/entity-recognition-datasets on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./data/NIST_IEER/CONLL-format/utils/quick_comma_fix.py:41:37: E999 SyntaxError: invalid syntax
print annotations
^
./data/NIST_IEER/
-
Updated
May 16, 2020
-
Updated
May 16, 2020 - JavaScript
-
Updated
Sep 7, 2018
Datasets can be listed with lots of filters, but strangely not by uploader user id.
Example:
=======================
Book-Crossing 2016
Version and Author
Version 1.0 (Set 2016)
Arthur Fortes da Costa
University of São Paulo
Description
Collected by Cai-Nicolas Ziegler in a 4-week crawl (August / September 2004) from the Book-Crossing community with kind permission f
-
Updated
May 17, 2020 - Python
-
Updated
Mar 15, 2020
-
Updated
Apr 5, 2020
-
Updated
Mar 11, 2020
-
Updated
Jun 14, 2018
-
Updated
Dec 11, 2019
-
Updated
Mar 10, 2020 - Python
-
Updated
Jul 18, 2019 - Python
Improve this page
Add a description, image, and links to the datasets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasets topic, visit your repo's landing page and select "manage topics."
Since that object is passed to the
extra_template_varshooks AND the classes registered byregister_facet_classesit should be part of the documented interface on https://datasette.readthedocs.io/en/stable/internals.htmlI could also start passing it to the
register_output_renderercallback.