cancel
Showing results for 
Search instead for 
Did you mean: 

Create and run projects on different features from the UI

dalilaB
DataRobot Alumni

Create and run projects on different features from the UI

At times you will want to run models on a smaller dataset than how the project was trained. For example, if your dataset has over 1000 features, you can create your project with just a subset of features and then add new features as you go.

In this tip, I show how you can create a project with one feature list, and then run it on another feature list, all through the DataRobot UI. (You can find information for feature lists in the documentation.)

  1. In the Project Data tab, view the Informative Features list. You'll notice the Create feature list link is not activate at this point.
    Linda_0-1647290161862.png
  2. Choose the features you want to add to your new feature list.  Now you'll notice the >Create feature list link is orange. Click that link.
    Linda_1-1647290161901.png
  3. Enter a name for your new feature list.
    Linda_2-1647290161890.png

Then, from the Feature List dropdown you can select that new feature list and view its content. 

Linda_3-1647290161845.png

Now, when you’re ready to start the project, just choose that new feature list and press Start. DataRobot will use your new feature list to build models.

I hope this tip was helpful! I have a couple more tips in the works and will post them soon. If you have tips to share with others, please post them!

@dalilaB 

Labels (1)
4 Replies

can you share another tip for this but for using the API? great tip thank you

0 Kudos

@FranksT pls do take a look at the DataRobot University API Python and R classes listed below where we cover feature selections as well as other topics:

https://university.datarobot.com/advanced-datarobot-with-python

https://university.datarobot.com/api-i-r

 

0 Kudos

We will soon publish one using R or Python

As promised, here is the link on using API