dataget.toy.spirals¶
This is an artificial dataset created using polar functions inspired by a similar dataset found in tensorflow playground.
import dataget df_train, df_test = dataget.toy.spirals().get()
Sample¶

Format¶
| type | shape | |
|---|---|---|
| df_train | pd.DataFrame | (399, 3) |
| df_test | pd.DataFrame | (45, 3) |
Features¶
| column | type | description |
|---|---|---|
| x0 | float | coordinate |
| x1 | float | coordinate |
| y | int | label |
Info¶
- Folder name:
toy_spirals - Size on disk:
24KB