DelphAI
English
English
  • Overview
    • Welcome!
    • About the component
    • How to install
    • About the developer
    • What's next
  • Documentation
    • AISelector
    • EasyAI
      • Regression
      • Classification
      • Recommendation for item
      • Recommendation for user
    • Models
      • Regression
        • KNN
        • Linear regression
        • Ridge regression
      • Classification
        • Decision Tree
        • KNN
        • Naive Bayes
      • Recommendation
      • Clustering
        • DBSCAN
        • K-Means
        • Mean Shift
    • Dataset
      • Regression
      • Classification
      • Recommendation
      • Clustering
    • FEEDBACK
Powered by GitBook
On this page
  1. Documentation

Dataset

PreviousMean ShiftNextRegression

Last updated 3 months ago

The dataset is essentially the collection of data that will be used for analysis and model training. The structure of the data in the dataset needs to follow a standard, depending on the model being used. To see how your file should be formatted, select the desired model below.

Regression

Classification

Recommendation

Clustering