cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.

Welcome to the JMP User Community!

Ask questions, get answers, meet other JMP users
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Learning Resources

Latest Discussions

  • Undersampling, Oversampling, and weighing

    How can I populate my data so I only get undersampling sampling technique without modeling. I need to do the same for oversampling and weighing. I am trying to run xgboost with these three sampling techniques (one at a time of course). So, I need one dataset that shows undersampling, a different dataset for oversampling, and a third dataset for weighing. Thank you.

    NishaKumar NishaKumar
    Discussions |
    Jan 17, 2024 7:30 AM
    2016 views | 2 replies
  • How do I make my script user interactive? The user has to select meta data in every step in order to get the final graph stats. Eg) First pop up should be 'Male' or 'Female' and so on

    How do I make my script user interactive? The user has to select meta data in every step in order to get the final graph stats. Eg) First pop up should be 'Male' or 'Female' and so on   // Change column info: Gender Data Table("Untitled 448"):Column 2 << Data Type(Character) << Set Modeling Type("Nominal") << Set Name("Gender"); // Change column name: Column 1 → STudents Data Table("Untitled ...

    GgGgGg2024 GgGgGg2024
    Discussions |
    Jan 17, 2024 4:52 AM
    22817 views | 5 replies
  • Apply script to multiple data tables

    I have a script where I open a txt file in JMP as a data table and then move the column names listed in row 7 to the column headers. How can I apply this to multiple data tables? My current script is not working. I have JMP16. Thanks. dt_list = Multiple File Import(); //additional known text here to open files table_script = expr( //Move the column names listed in row 7 to the column headers dt ...

    Raquel Raquel
    Discussions |
    Jan 16, 2024 11:55 AM
    1853 views | 4 replies
  • How to store variable values in a list properly?

    The first 6 lines of the script below work as I expected, with output copied below.Then I tried to store the values of these variables in a list, which didn't go well. It appears that the variable names instead of the values were stored. How do I store the variable values in the list? Thank you!  dt = new table("my table", new column("X", set values({-0.35, 0.15, 0.3}) ) ); dt << new column("Y", s...

    CurseOfLizard13 CurseOfLizard13
    Discussions |
    Jan 16, 2024 7:49 AM
    1417 views | 2 replies
  • Show only one graph out of a matrix of graphs

    When there is a matrix of graphs, say 4x5 of them on the dashboard, how do I pick just one graph of all and show it zoomed in? The selection does happen when a data filter is used when the two columns from the data table used to form the graphs in the horizontal and vertical direction and are narrowed down to a desired pair. It would be useful to have a single zoomed in graph where this selection ...

    JMPer1 JMPer1
    Discussions |
    Jan 16, 2024 7:43 AM
    1261 views | 3 replies

Latest Discussions

Latest Discussions

  • Open files from same directory for Workflow

    Hello Community, I only just recently started working with JMP Workflows and JSL Scripts and was wondering to create something in code to achieve the following: - The goal is to move a workflow (copy/paste) to a specific folder, where other files like .xlsx and .csv are located. The designed script should then open a specific .csv file from within the same folder the script or workflow is located ...

    Gab_K Gab_K
    Discussions |
    Jan 15, 2024 12:01 PM
    736 views | 0 replies
  • query in topic modelling

    how to find coherence values in topic modeling. Moreover how to plot topic proportion and and publication years in text explorer option 

    FrequencyBeetle FrequencyBeetle
    Discussions |
    Jan 11, 2024 4:20 AM
    619 views | 0 replies
  • Acrobat OCR settings for preparing PDFs for import using the PDF import wizard

    Just sharing an issue I had with Adobe Acrobat and the JMP PDF Import Wizard in case others come across the same problem.A few months ago I had a workflow where I needed to perform OCR on PDFs in Acrobat (Pro) before I could use the PDF Import Wizard to pull data from the PDFs into JMP - this had been working fine for a long time.When I tried this again last week I had an issue where many pages wo...

    jc510_2 jc510_2
    Discussions |
    Jan 8, 2024 2:02 PM
    1465 views | 0 replies
  • Copy Columns - selected rows

    Copy Columns from the right-click context menu of a column header is very useful. Just copy the column(s)  - with all the settings ... and paste it into a JSL script - or another table. There is a hidden feature:
    When rows are selected, the values of the selected rows are used as arguments of the Set Values() command and will populate the cells of the new column. So, when you select all rows before...

    hogi hogi
    Discussions |
    Jan 3, 2024 1:27 PM
    1044 views | 0 replies
  • Documentation for Promise/async http requests

    Hi, I was wondering if anyone knows of any documentation for Promise objects. So far I am finding fairly little in the scripting index or at https://www.jmp.com/support/help/en/17.2/index.shtml. I am currently working from the Send documentation, which gives an example and demonstrates that you can use `<< On Response` and `<< On Error`, but not what else, if anything you can do with a Promise obj...

    mat-ski mat-ski
    Discussions |
    Dec 22, 2023 9:45 AM
    703 views | 0 replies
view all discussions