Metadata-Version: 2.1
Name: Blauwal3-Educational
Version: 0.8.0
Summary: 用于教学模式的蓝鲸数据挖掘附加组件。
Home-page: https://github.com/biolab/orange3-educational
Download-URL: https://github.com/biolab/orange3-educational/releases
Author: 大圣实验楼
Author-email: dashenglab@163.com
License: BSD
Keywords: orange3 add-on
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anyqt
Requires-Dist: numpy
Requires-Dist: Blauwal3>=3.38.3
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: pyqtgraph
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: recommonmark; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"

Blauwal3 Educational
===================

Widgets in Educational add-on demonstrate several key data mining and machine
learning procedures. The widgets are useful for beginners to understand the
inner working of key algorithms in the data mining and for teachers to be able
to visually explain various methods in a classroom.
See [documentation](http://orange3-educational.readthedocs.org/).

Features
-------- 
#### Data access
* read data from a Google Sheets spreadsheet
* import data from EnKlikAnketa (1ka.si) public URL
* generate random data 

#### Explain algorithms
* show the working of a k-means clustering
* show the gradient descent algorithm 
* interactively show regression line for different regressors
