# Data Science Lab

* [**Auto ML Integration**](/7.6/data-science-lab/project/various-tabs-to-work-with/auto-ml-alpha-release.md)
  * There will be an option to train models with different algorithms and get the best model among them using Auto ML applications.
  * A new tab along with datasets is provided at the project level for Auto ML experimentations.
* [**Data Preparation Integration**](/7.6/data-science-lab/project/various-tabs-to-work-with/dataset/dataset-list-page/data-preparation.md)
  * Integrated the Data Preparation services in the DS Lab module.
  * Provided an icon in the Datasets tab to generate Data Preparations.
* **PyTorch inferencing** in Pipeline:
  * A Pytorch model can be trained, saved, and registered inside the Data Pipeline module.
  * The registered model can infer with the test data and get the predictions in the DS Lab model runner.
* **Data Catalog Implementation**
  * Displays the consolidated details of Data science projects, Notebooks, models, and Utility scripts.
  * Provided illustrative representation in UI
* **Kernel Session Manager**: Introduced a Kernel Restart icon on the Notebook header panel to kill the current session and create a new one.
* The Output cell height has been increased to 500px.
* Ellipsis icon for Cell Operations: Provided the cell operations inside the Ellipsis icon to enhance the UI experience.
* Timestamp for Notebook and Model lists: Provide Timestamp as a separate entity in the list to identify the last updated time from UI.
* **Algorithms:**
  * To remove the extra Print statements and unwanted output parameters.
  * Introduced optimized and standardized code.
* Merge and Split cells: Two or more cells get split or merged inside the DS Lab Notebook page.
* Static Update of the List: Instead of refreshing the entire list, a loader appears at the entity level to refresh it.
* [**Save As Operation**](/7.6/data-science-lab/project/various-tabs-to-work-with/notebook/notebook-page/notebook-task-bar.md): The ***Save As*** option has been provided in the Notebook toolbar to create a copy of the DS Notebook.
* Artifacts enhancement: Provided a Preview option in the Artifacts UI with limited rows. In case of the images, the .png file itself can be previewed.
* [**Data Sets Enhancement**:](/7.6/data-science-lab/project/various-tabs-to-work-with/notebook/notebook-page/notebook-operations/datasets.md) Provided a Preview option in the UI with limited rows to preview the added data set.
* Provided an ***Add*** option inside the Notebook to directly add Data Sets and Data Sandbox files.
* [**Variable Explorer**](/7.6/data-science-lab/project/various-tabs-to-work-with/notebook/notebook-page/notebook-operations/variable-explorer.md): Provided a variable explorer to show the name, type, length, and sample values for all variables that are created in the Notebook.

{% hint style="info" %}
*Please check out the given video on all the DS Lab features released under BDB 7.6 version for better understanding of the module updates.*
{% endhint %}

{% embed url="<https://youtu.be/lmcbCzldcB8>" %}
DS Lab 7.6 Features Demo
{% endembed %}

{% hint style="info" %}
*<mark style="color:green;">Please Note</mark>: The Auto ML is an alpha release.*
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bdb.ai/7.6/whats-new-in-the-bdb-7.6/data-science-lab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
