Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Datasets widget documentation #6967

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions doc/visual-programming/source/widgets/data/datasets.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ Load a dataset from an online repository.

- Data: output dataset

**Datasets** widget retrieves selected dataset from the server and sends it to the output. File is downloaded to the local memory and thus instantly available even without the internet connection. Each dataset is provided with a description and information on the data size, number of instances, number of variables, target and tags.
The **Datasets** widget retrieves selected dataset from a server upon double-click and sends it to the output. The file is downloaded to the local disk and thus will be available even without internet connection. Each dataset is provided with a description and information on the data size, number of instances, number of variables, target and tags.

![](images/Datasets-stamped.png)

1. Information on the number of datasets available and the number of them downloaded to the local memory.
2. Content of available datasets. Each dataset is described with the size, number of instances and variables, type of the target variable and tags.
3. Formal description of the selected dataset.
4. If *Send Data Automatically* is ticked, selected dataset is communicated automatically. Alternatively, press *Send Data*.
1. Search box to filter dataset on titles, variables, targets and tags.
2. Change the language of displayed datasets.
3. Select the domain of displayed datasets.
4. Content of available datasets. Each dataset is described with the size, number of instances and variables, type of the target variable and tags.
5. Formal description of the selected dataset.

Example
-------

Orange workflows can start with **Datasets** widget instead of **File** widget. In the example below, the widget retrieves a dataset from an online repository (Kickstarter data), which is subsequently sent to both the [Data Table](../data/datatable) and the [Distributions](../visualize/distributions).
Orange workflows can start with the **Datasets** widget instead of the **File** widget. In the example below, the widget retrieves a dataset from an online repository (Kickstarter data), which is subsequently sent to both the [Data Table](../data/datatable) and the [Distributions](../visualize/distributions).

![](images/Datasets-Workflow.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading