Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 58,653
» Latest member: RebekahBin
» Forum threads: 389
» Forum posts: 395

Full Statistics

Latest Threads
What is the maximum numbe...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-28-2022, 07:59 AM
» Replies: 0
» Views: 826
Inbuilt Capability of VC...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:23 AM
» Replies: 0
» Views: 597
Can dataset/cube refresh...
Forum: BDB - Platform
Last Post: shivani.jaipuria
12-27-2022, 05:08 AM
» Replies: 0
» Views: 564
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:47 PM
» Replies: 0
» Views: 725
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:46 PM
» Replies: 0
» Views: 737
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:45 PM
» Replies: 0
» Views: 685
How to load business stor...
Forum: BDB Designer Q & A
Last Post: sariga.vr@bdb.ai
12-26-2022, 04:44 PM
» Replies: 0
» Views: 671
Data Preparation operati...
Forum: BDB-Data Prep & ETL
Last Post: shivani.jaipuria
12-26-2022, 10:09 AM
» Replies: 0
» Views: 577
Plugability Feature of B...
Forum: BDB Platform Q & A
Last Post: shivani.jaipuria
12-26-2022, 08:32 AM
» Replies: 0
» Views: 570
How to use environment va...
Forum: BDB Platform Q & A
Last Post: archana
12-26-2022, 05:57 AM
» Replies: 0
» Views: 589

 
  Hide Except these components
Posted by: rubeena.hajira - 12-23-2022, 07:36 AM - Forum: BDB Designer Q & A - No Replies

How to hide all the components Except the selected components which is to be shown?
• This is to be written on the Dashboard script area.
• This script will hide all the components except those which are mentioned here(“( [ "Bar_1", "Column_2" ] )”)

sdk.hideAllComponentExcept( [ "Bar_1", "Column_2" ] );

Print this item

  Exporting script to DS LAB in pipeline.
Posted by: mohd.gulam - 12-23-2022, 07:20 AM - Forum: DS- Lab Q&A - No Replies

Steps to use DS LAB component to Export the  python script:-

1) In Admin module we need to Create a project first
2)In Ds lab module the project has been created 
3)Create Notebook 
4)add Data set as in put
5)Enter the script in Notebook and run
6)Save it after execution
7)Export it to pipeline,while exporting there will be a select option to select the required code,
8)After exporting in pipeline,in Ds lab component we need to configure to get the exported script from DS lab notebook,

  meta info tab:

 a)Execution type: Script runner
 b)Function input type: Data frame
 c)project name: abc
 d)script name(which has been created in DS lab notebook): xyz
 e)start function name: function()
  
*when we configure this all the script will be displayed itself which we have created in DS lab notebook

Print this item

  HTML tags to style components
Posted by: Sruthi P - 12-23-2022, 07:17 AM - Forum: BDB Designer Q & A - No Replies

Can we use html tags to style components?

Yes. We can use  html tags to style the component.

Script for padding in title or description thru html tags.

Component Title : <span style = "color:#5adf14;font-size:15px;"> 
Potential Excess Opportunity </span>
 
Write this in respective connection script

var a = sdk.getWidget( 'timeline4' );
a.m_enablehtmlformate.subtitle = true;
a.m_enablehtmlformate.title = true;
a.draw();

Print this item

  Over-fitting of Machine Learning model
Posted by: Abhiram.m - 12-23-2022, 07:10 AM - Forum: DS- Lab Q&A - No Replies

When a model performs well on training data but poorly on untried data, this is over-fitting. 

Over-fitting is a very common problem in Machine Learning. There is an extensive range of literature dedicated to studying methods for preventing over-fitting.
Three simple steps to avoid Over-fitting:

  • Train with more data - Training with more data can help algorithms detect the signal better (But, it won’t work every time).
  • Keep the model simple - take fewer variables into account, thereby removing some of the noise in the training data
  • Utilize cross-validation methods, such as the k-folds method.
  • Use regularization techniques - Regularization describes a wide range of methods for forcibly simplifying your model, such as LASSO, that penalize certain model parameters if they're likely to cause over-fitting.
  • Ensembling - Machine learning techniques called ensembles are used to combine predictions from various independent models.

Print this item

  Show Except these components
Posted by: rubeena.hajira - 12-23-2022, 07:07 AM - Forum: BDB Designer Q & A - No Replies

How to show the components Except selected components which are to be not shown?

·        This is to be written on the Dashboard script area.
·        This script will show the components except those which are mentioned here(“( [ "Bar_1", "Column_2" ] )”).

sdk.showAllComponentExcept( [ "Bar_1", "Column_2" ] );

Print this item

  Create User Account
Posted by: neeraja.pattathil@bdb.ai - 12-23-2022, 07:05 AM - Forum: BDB Platform Q & A - No Replies

How to create a new user account?


Navigate to the Security page. 
Click the ‘New’ option.
Select the ‘User’ option from the context menu
Fill in the information to create a new User
Click the ‘Assign’ option provided for Adding the new User to Group.
Either choose the ‘Select all’ option or select the specific group by using the checkmarks.
Then Click on Save.

Print this item

  how to use BDB platform Filters in Data sets..?
Posted by: mohd.gulam - 12-23-2022, 06:58 AM - Forum: BDB Designer Q & A - No Replies

Suppose we are creating data set in that we want to show the data based on selected row in a column:-


  1)select name,gender,sum(amount) as total from restaurant_data where gender =@gender@

    so when we run this query in data set it gives gender column data=Male and female ,based on select it shows data accordingly..

    All filter


     2) select name,app,gender,sum(amount) as total from restaurant_data where (app=@app@ or "All"=@app@)

    * it means if we select ALL in filter ,it shows data for all Apps,,

Print this item

  Share Open Doc Link
Posted by: neeraja.pattathil@bdb.ai - 12-23-2022, 06:57 AM - Forum: BDB Platform Q & A - No Replies

How to share an open doc link with a user?


Go to desired published dashboard 
right click on the dashboard
Select the ‘Properties’ option from the Options menu
Click on the open document link 
Click the ‘Copy link’ icon to copy the open document link and share it with the user
If the link is not present generate the token for it.

Print this item

  Activate Expired Account
Posted by: neeraja.pattathil@bdb.ai - 12-23-2022, 06:55 AM - Forum: BDB Platform Q & A - No Replies

How to activate an expired user account?


Navigate to the Security page. 
Select ‘Expired’ as the status option.
A list of all expired user accounts/ groups appears.
Click the ‘Activate’ icon to activate a specific user/user group.

Print this item

  Data Sampling and Uses
Posted by: Abhiram.m - 12-23-2022, 06:52 AM - Forum: DS- Lab Q&A - No Replies

Selecting an individual group from a population to study the whole population.

 
Especially when dealing with larger datasets, data analysis cannot be performed on the entire volume of data at once. It becomes essential to collect certain data samples that may be analysed and used to represent the entire population. While doing this, it is imperative to carefully select sample data from the enormous data collection that accurately reflects the complete dataset.
 
Sampling - 2 broad categories: 

  • Probability sampling - Random selection techniques are used to select the sample.
  • Non-probability sampling - Non-random selection techniques based on certain criteria are used to select the sample.

Print this item