Applying a Model and the Columns Generated

Hi,
I wanted some help regarding the output of a decision tree model, i am building a model that predicts churners, the dataset consists of 20% churners depicted as 'Y'. The model is built and when i apply the model it seems to give higher %'s to 'N' rather than 'Y'. I was expecting to see the % of 'Y' higher. Upon closer inspection i saw that the DT Viewer itself was solving for 'N'. Is there anyway to change this default behaviour.
2nd QUestion
In the Apply table, if there are two rows one is prediction 'Y' and prob .94 the other is prediction 'N; and prob .89, do i read this as there is a 94% chance he will be a Y and a 89% chance he will be a N?
Please help
Regards
Sam

Hi Sam,
The Apply functions allow you to choose what target class value you want to predict.
The default generated prediction function is most likely.
If you prefer to just get N or Y then you can choose the specific class value prediction via the Apply Node editor (ODMr terminology) which then invokes the data mining sql scoring functions.
I think you are interpreting the apply results correctly.
See the following link for more details on the ODM sql scoring functions:
http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions136.htm#SQLRF06212
Thanks, Mark

Similar Messages

  • I recently attempted to re-install Mountain Lion on my MacBook Pro late 2012 model and the internet recovery is failing.

    I recently attempted to re-install Mountain Lion on my MacBook Pro late 2012 model and the internet recovery is failing. I have absolutely no clue what to do here. Any help is greatly appreciated. Thank you.
    - Currently if I boot it up there is a flashing folder icon with a question mark in it. I am assuming this means there is no OS because I wiped the SSD and tried to reinstall Mountain Lion
    - When I hold Command+R, it prompts me to Choose Network... the problem with this is the wifi constantly is disconnecting. The Retina 2012 does not have an ethernet port so i have considered buying the attachment then returning when done.
    Once again Thank you in advance.
    Best.

    There is nothing to do if you don't have a reliable Internet connection unless you have a copy of the Mountain Lion installer application from when you first installed it.
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • I have a Macbook 2007/08 model and the charger has decided to pack in. I have also recently purchased a Macbook Pro 2013 model and would like to know if there is an adaptor available that I can use on my Macbook Pro charger to charge the Macbook

    I have a Macbook 2007/08 model and the charger has decided to pack in. I have also recently purchased a Macbook Pro 2013 model and would like to know if there is an adaptor available that I can use on my Macbook Pro charger to charge the Macbook.

    You can get a new third party 60W power adapter on eBay for under $20.
    http://www.ebay.com/sch/i.html?_nkw=macbook+power+adapter&_sacat=0&_sop=12&_dmpt =Apple_Laptops&_odkw=macbook+power+adapter&_osacat=111422&_trksid=p3286.c0.m270. l1313
    Or for $80 from Apple http://store.apple.com/us/product/MC461LL/A

  • How can I sort photos on iPads, I have several models and the order is different on every one.

    We use iPads as photo albums. I have several model iPads and the photo order is different on Avery one. How do I get them to sort in the order I want, preferably alphabetically.

    It's a lot easier to use 3rd party apps like Photo Manager Pro. You just tap "Edit" and drag the photos around.

  • How to fetch the junk values of a column and the column name in oracle

    Hello,
    Can anyone help me in writing a procedure/dynamic SQL to fetch the column where the junk values appears and its value. Eg: If emp table contains ID and Name columns, and ID column contains junk values, the result should be the Id column and the junk value/s. It should be dynamic because next time if the other column contains junk values(like $,%...), the query should display the other column too..
    Thanks in advance..

    Try this, I'm not sure if it'll help... and get some idea...
    try to modify it as per your requirement -
    select * from junk_vals;
    1     ranit1
    2#     ranit2
    3     ranit3
    4$     ranit@4
    5     ranit5
    6     r^anit6
    select 'ID', id, val from junk_vals
        where regexp_like(id,'[^a-zA-Z0-9]')
    UNION
    select 'VALUE', id, val from junk_vals
        where regexp_like(val,'[^a-zA-Z0-9]');
    -- "Output :"
    ID     2#     ranit2
    ID     4$     ranit@4
    VALUE     4$     ranit@4
    VALUE     6     r^anit6
    NOTE - I've considered anything other than Alphabets and Numbers as a Junk Value
    Edited by: ranit B on Jan 4, 2013 5:07 PM
    -- o/p added

  • Apply distinct to all the columns in a select list

    Select distinct name, date , venue , duration from tableA
    the above query distinct onlu the first column in the select list but is it possible to distinct all the columns.
    current out put is
    1 , raj, 25-may-2009, uk , 10
    1 , raj, 25-may-2009, usa , 10
    1 , raj, 25-may-2009, uk , 20
    requried output....
    1 , raj, 25-may-2009, uk , 10
    the first found row is enogh...
    thanks in advance :)
    raj

    But all these tree rows are distinct. Doesn't it? Why you want to take only first row? What's the logic?
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Why the Wi-Fi signal on my i-Pod Touch 2nd generation fluctuates? I have uopaded it to the newest version of OS for that particular model and the signal meter shows fluctuation all the way down to one dot. With the older OS (2.2.1) I didn't have any issue

    I have replaced my router from Verizon "Westel 8500" to Apple Air Extreme. Also changed my network provider from Frontier DSL to Comcast (TV Cable) and the issue with fluctuation seams to get a little worst than before. Currently I'm running the newest OS allowed for that particular model. With the older version (2.2.1) I did not have any Wi- Fi fluctuation. My connection is not dropping just the signal, according to the Wi-Fi meter is getting weaker. Please help.

    Could you post the output of these commands here?
    Step 1:
    Command 1: ( In Terminal)
    '/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport --scan'
    Paste the results here.
    Step 2:
    Now Open console->system.log. Clear the display and Insert Marker.
    Command 2: ( In Terminal)
    'sudo /usr/libexec/airportd -d '
    Now reproduce the wireless issue you see and monitor the system log in Console.
    Wait for a few minutes so you see this issue happening.
    Then, Turn AirPort off and on a couple times to see if this issue still happens.
    Copy paste the system.log here.
    Step 3:
    Next, when you see this issue happening, hold the option key down and click on the AirPort menu icon and get the RSSI and Transmit rate details and post them here.
    Misc things to check:
    Make sure your AP settings are good. Stick to standard 11g/11a modes and disable any enhanced modes if your Access Point supports it.
    Real Player check- Do you by any chance have Real Player running ? It installs a Download Agent in your Login Items and that is known to create havoc. Try uninstalling this app. if you have it. Also make sure there is no instance of Real Player here -- System Prefereces-Accounts- Login Items.

  • Multiple diagram editor using the same semantic model and the same representation

    Hi Obeo,
    At the moment, If I want to open many editors to view representation of a semantic model, I can create many representations and open them in editors. The problem is that if a new representation is create, the file .aird size is increased.
    Is there any way to open many editors for 1 representation instance? (the style of node/edge between editors may be different, and the editor titles are also different)
    Thanks
    Sann Tran

    Le 04/08/2015 05:55, Sann Tran a écrit :
    > Hi Obeo,
    Hi.
    > At the moment, If I want to open many editors to view representation of
    > a semantic model, I can create many representations and open them in
    > editors. The problem is that if a new representation is create, the file
    > .aird size is increased.
    > Is there any way to open many editors for 1 representation instance?
    > (the style of node/edge between editors may be different, and the editor
    > titles are also different)
    No, that's not possible. If the the style of node/edge are different,
    then they are different diagram instances (which may reference the same
    domain model, but are otherwise independent), with the storage overhead
    this implies (both in disk and memory).
    Note that you can extract some specific diagrams (or representations in
    general) into separate (referenced) aird, see
    https://www.eclipse.org/sirius/doc/user/general/Modeling%20Project.html#ReprManagement.
    This would keep the size of the main aird file constant (or almost, it
    would gain a link to the referenced aird).
    May I ask why the aird size increase is an issue in your case?
    Pierre-Charles David - Obeo
    Need professional services for Sirius?
    http://www.obeodesigner.com/sirius

  • MVC: Where to find the model and the table select in standard BSP apps?

    Hello!
    We are going to use MSS with the appraisal-application
    which is written in BSP and 'e-recruiting'. Both applications use the MVC-design pattern. We are going to do some modifications, but are struggling a bit since MVC is a new topic for us. How is the best way to get an overview of the controllers and views and call sequences in an existing application? We have done this by debugging, but are there other ways to find the 'starting controller', etc. ?
    Where can we find the model-code which reads the table-values into the internal table?
    We have read a lot about how nice MVC is - how the design gives you a better overview of the application. But without any docuemtation of the design we are quite lost. What are others experiences on this?
    regards Tine

    Hi Tine,
    let's see if I can answer your questions (at least partially).
    The main controller is the one you normally call directly in your browser (or after some introduction pages like login etc.). It's typically called start.do or main.do (but can differ). So if you call in the browser:
    http://myhost.domain:4711/sap/bc/bsp/sap/myappl/start.do,
    just call se80, choose the application myappl and double-click on start.do. There you can get the name of the controller class (just double-click on the class name).
    The standard model class is called CL_BSP_MODEL. The model classes from the application inherit from this class.
    For a complete documentation please have a look at the online docu:
    http://aiokeh.wdf.sap.corp:1080/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=EDBB153AAB4A0C0EE10000000A114084&TMP_IWB_TASK=PREVIEW2&RELEASE=640&LANGUAGE=DE&_SEQNUM=106&_LOIO=0FAB3A3C9CA75402E10000000A114084&_CLASS=IWB_EXTHLP
    There are also some weblogs written by Craig Cmehil where you can get examples.
    Hoping this helps a little bit.
    Regards,
    Rainer

  • I just got an iPhone 5 64 gb model and the battery drains extremely fast even after tweaking the phone to save battery power anyone else having the same issue!?

    Should I take it to the apple store?

    Try these steps as needed.
    1. Reset iPhone (no data loss): Press both home and power buttons for at least 10 seconds, releasing when the Apple logo appears.
    2. Restore in iTunes using a backup (no data loss)
    3. Restore in iTunes as new (without  using a backup)
    Backing Up, updating, and restoring your iPhone and iPod touch software

  • Does anyone know the model and the make of the 865 card reader?

    i bought a new camera for my wife for christmas, it uses memory stick pro and from what i have read and tried it doesnt work with the card reader. i would like to get it working by either updating a driver? or replacing the unit with one that works and lines up with th same holes on the front of the case. thanks for you help.

    If you are in the US call Apple Customer Support 1-800-767-2775, provide the Serial Number and specifications of the Mac, and for a reasonable fee, they will supply a replacement set of system discs (if available).
    The discs will be for the original version of the OS that was pre-installed when the Mac was manufactured.
    If you are in another country:
    http://support.apple.com/kb/HE57
    Leopard is no longer supported by Apple but can be ontained from eBay or Amazon - but costs around $200.

  • TRIM command (as it applies to SSD) and the vanilla arch kernel

    According to this wikipedia article, the TRIM command has been implemented in Linux since kernel version 2.6.28.  I'm wondering if the vanilla Arch kernel (x86_64) has support for this compiled in and if so which module would one need to modprobe to use it?
    Thanks!

    graysky wrote:hmmmm... is NOMMU_INITIAL_TRIM_EXCESS the so-called "TRIM" support in the kernel?
    I don't think so, that seems to be memory (ram) related (NOMMU.... MMU is related to memory access as far as I know).
    All I could find with a quick google search were a few posts saying there are submitted patches and some scripts .... nothing too certain.
    As always things seem to be going at the windows development speed instead of the pace technology could go, also it seems that the spec for the trim command is/was still being finalized.
    http://www.linuxquestions.org/questions … ux-713006/
    http://marc.info/?l=linux-kernel&m=124169431911648&w=2
    http://forum.soft32.com/linux/Linux-ATA … 83626.html
    http://www.ocztechnologyforum.com/forum … fb&t=60882

  • IPad Air in the 32 gig WiFi model and the WiFi is very lame.

    My iPad Air is troublingly slow on my WiFi.  If I'm lucky I get 7 down out of a possible 12 and sometimes only 1 or 2.  My iPhone 5 works very fast in the exact same places in my apt.  I've tried re-booting the router and changing the DNS but it hasn't helped.  Any suggestions out there?  Thank you!

    Hi Nick,
    I had a look about the net, but could only find a very rudimentary manual for the Router you indicated. I'm not even sure that Router does transmit a 5 Ghz wifi network. Couldn't seem to see much else to help you in the settings for the wifi that I could see in any screen shots. Perhaps you need to call their tech support and confirm that feature is available with that device. Also, I'm unsure that renaming that 5 Ghz network is the definitive answer. That said, have you tested your wireless at another location to confirm that your router is the issue?
    Good luck,
    Craig

  • The pages have not got the right size, and the scrollbuton dissappears. and the textboxes seems to have a "reverse tab-button atomatically applied... and the lit over previously vissited pages flashes right and left... what do I do to fix it?

    help me?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Object Oriented Modelling and Code Generator

    i have a final yr project on java--any help plzz
    Objectives:
    In software development we make extensive use of models to capture details about objects in a domain, the attributes of the objects and the relationships between the objects. Once complete, these models also contain constraints on the objects and their attributes.
    The aim of this project will be to develop a GUI to draw an appropriate software model and to automatically generate a set of Java classes consistent with the model that can be used to rapidly implement the software.
    This research will aim at analysing the different modelling techniques and the mapping of these models to java codes.
    note: any good advice..

    Hello there..
    I Together Control is one of the best tool that can serve ur purpose
    this is pretty good Tool.
    Specially auto code generation is cool.
    Look in to borland site..( They now took overtogether ) for free eval version ..
    Regards
    Manu
    Syntel

Maybe you are looking for

  • Can I merge purchases from my US iTunes account and UK iTunes account?

    While living in the US i made purchases from the iTunes store but have moved to the UK. I've been forced to make purchases from the UK iTunes store. Now I have a new 5S and would like the music purchased in the US on my phone but can't figure out how

  • How to create a Navigation with submenu ? { Mega Navigation Menu} ?

    Please iam playing around with Flach Catalyst, but i cant find how to create a navigation menu with submenus i've created the design in photoshop but i dont know how to do the rest in Catalyst. the Navigation menu that i want is should be more or les

  • Function Module to read Info cube data

    Hi Guys,           Is there any function module which is used to read the data in the info cube and collect the data to an internal table? Thanks Kumar

  • Print Current Window

    I have a flash button printbtn that when clicked i want it to print the page in the browser.  The button will be on the same page i want to print.  How do I do this? Thanks.

  • Getting error when downloading InDesign

    I'm trying to download the trial version of InDesign.  I've tried in Mozilla, and Internet Explorer but get the same message: Firefox doesn't know how to open this address, because one of the following protocols (aam) isn't associated with any progra