Dendritic Datasets Crate
This crate contains all the preloaded datasets for dendritic.
Most of these datasets come from kaggle and have been converted to parquet files to work with the apache arrow crate.
Dendritic does not support any known dataframe libraries at the moment.
Dendritic works with anything that can be converted to it NDArray<f64> data structure.
Datasets
- Diabetes: Diabetes dataset for binary classification tasks.
- Iris: Iris flowers dataset for multi class classification tasks
- Breast Cancer: Breast Cancer diagnosis for binary classification
- Alzhiemers: Alzhiemers diagnosis data amongst adults
- Customer Purchase: Customer purchase data for multi class classification
- Boston Housing: Boston housing data for regression tasks
- Student Performance: Student test scores for regression tasks
- Airfoil Nooise: Airfoil noise data for regression tasks
Disclaimer
The dendritic project is a toy machine learning library built for learning and research purposes. It is not advised by the maintainer to use this library as a production ready machine learning library. This is a project that is still very much a work in progress.
Getting Started
To get started, add this to your Cargo.toml:
[]
= "1.1.0"
Example Usage
This is an example of using any of the preloaded datasets for dendritic
use *;
use *;
use *;
use *;
use *;
use *;
use *;