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

  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    5996 views | 8 replies
  • Two parameter estimates and OR

    I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable).   Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...

    jmplearner2 jmplearner2
    Discussions |
    May 18, 2024 12:23 PM
    1185 views | 2 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    706 views | 0 replies
  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1161 views | 2 replies
  • Optimization of a (slow) JSL code based on FOR() loops

    Hello,  I need to write a code for reliability data analysis.Several metrics (metric1, metric2,...metricN) are measured before the experiment begins (REL_T0), and then measured again after each drop events (DROP1, DROP2,... DROPN…).My goal is to calculate the drift value between REL_T0 and each measure after drop events for each serial number and each metric. My initial code is based on FOR() loop...

    Voizingu Voizingu
    Discussions |
    May 17, 2024 10:20 AM
    2922 views | 7 replies

Latest Discussions

  • Converting Torch Addin files to a model

    Putting this here in case anyone is able to understand the docs more than me, but I'm trying to just load any model output from the torch addin into python.  Anyone have any luck doing this?  I'm hoping that I can just load the state dict of the given model I selected but that doesn't seem to be working.     # %% from pathlib import Path import torch from torchvision.models import efficientnet_b2...

    vince_faller vince_faller
    Discussions |
    May 18, 2024 5:37 PM
    5996 views | 8 replies
  • Two parameter estimates and OR

    I am not sure why I have two parameter estimates outputs for the variables after it finish running it once - starts again with a new estimate and gives different estimates. I am running a nominal logistic regression with a dependent variable that has 3 choices (multi-variable).   Also, I can't seem to have the choice to have OR calculated and only gives me the option for the confidence interval an...

    jmplearner2 jmplearner2
    Discussions |
    May 18, 2024 12:23 PM
    1185 views | 2 replies
  • How do I make my custom map automatically fill with color

    嗨,我正在尝试在这里寻求帮助。我可以使用示例 1 中的数据表单实现自定义贴图的自动颜色填充,但我想使用 Samole 2 中的数据表单实现自动填充颜色,但无法实现。如果你知道如何做,请告诉我,谢谢。我想直接通过地图名称列的计数值实现地图的自动填充,而无需向名称类添加额外的数字描述列。    

    eric_min1993 eric_min1993
    Discussions |
    May 17, 2024 9:22 PM
    706 views | 0 replies
  • "Name Selection in Column" function in JSL

    is there JSL equivalent of menu functionRows=> Row Selection => Name Selection In Column? let's say there's column A and I used select where to select rows in Column A.   How to create Column B with value 1 for selected rows and 0 for not selected?

    Ken_K Ken_K
    Discussions |
    May 17, 2024 1:36 PM
    1161 views | 2 replies
  • How does JSL call google's web translation results?

    For example, how do I translate the specified English content into Chinese?
    This is the result of a GPT3.5 query and does not work.Thanks!url = "https://translate.google.com"; sourceText = "Hello, world!"; targetLanguage = "zh-CN"; // Chinese Simplified // Build the HTTP request postData = "sl=en&tl=" || urlEncode(targetLanguage) || "&text=" || urlEncode(sourceText); headers = Associative Array("...

    lala lala
    Discussions |
    May 16, 2024 11:40 PM
    677 views | 1 replies

Latest Discussions

view all discussions