Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

index.md 3.6 KB

You have to be logged in to leave a comment. Sign In
title description
DagsHub Data Engine - Creating Datasets Documentation on using Data Engine to create datasets for training

Creating Training Ready Datasets

Data Engine allows you to focus on what’s important - improving your models - by providing a seamless and intuitive flow that includes querying, visualizing, annotating relevant data points, and generating training-ready datasets to re-train your model.

The following use cases will guide you on how to use the Data Engine end to end; from connecting and enriching your data to querying and visualizing, annotating and finally training and improving your model.

Before using DagsHub Data Engine, make sure you have the DagsHub Client installed:

pip install dagshub

next, make sure to import the Datasource class:

from dagshub.data_engine import datasources

Start using Data Engine by connecting your datasource

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...