Algorithms
Get steps on how to do Algorithm Settings and Project level access to use Algorithms inside Notebook.
Last updated
Get steps on how to do Algorithm Settings and Project level access to use Algorithms inside Notebook.
Last updated
Check-out the walk through on how to apply Algorithms inside Notebook.
The entire process to access the Algorithms option inside the DS Lab and actually create a model based on the Algorithm is a three-step process:
Navigate to the Admin module.
Open the Data Science Lab Settings option from the Configuration section of the Admin panel.
The Data Science Lab Settings Information page opens.
Select the Algorithms using the drop-down option.
Click the Save option.
A confirmation message appears to inform about the Notebook details updates.
Once the Algorithm settings is configured in the Admin module, and the required Algorithms are selected while creating a Data Science Project, the user can access those Algorithms within a Notebook created under the same DSL Project.
Navigate to the Data Science Lab module.
Click the Create Project option.
Together with the other required fields select the algorithms using the given checkboxes from the drop-down menu.
The selected Algorithms appear on the field separated by comma.
Save the project.
Once the Algorithms are selected while creating a Project, those algorithms will be available for all the Notebooks created inside that project.
Navigate to the Notebook tab inside the same Project.
Add a dataset and run it.
Click the Algorithms tab.
The Algorithms tab opens, and the user can see the selected Algorithms at the project level get listed under the right-side panel of the Notebook.
Select an algorithm type.
Add a new code cell in the Notebook.
Select a sub-algorithm by using the checkbox.
Define the DataFrame using another code cell.
Run the code cell.
After the code cell run gets completed.
The test data predictions based on the train data appears below.