search for: decision

Displaying 20 results from an estimated 8388 matches for "decision".

2011 Jun 08
2
Decision Trees /Decision Analysis with R?
Hello, this question is a bit out of the blue. I am a big R fan and user and in my new job I do some decision modeling (mostly health economics). For that decision trees are often used (I guess the most classic example is the investment decision A, B, and C with different probabilities, what is the expected payoff). We use a specialized software called TreeAge that some might know. The basic setup of such...
2012 Jun 05
2
Good Decision Trees with Product Purchased Data?
A client has inquired about producing a decision tree from data which could include: - ID of brand purchased - Importance ratings (1-10 scale) for a number of relevant attributes (price, strength, recommended by a friend, etc.) In other words, a rating of how important each attribute is in the decision as to which brand to purchase. I've j...
2016 Apr 13
3
Decision Tree and Random Forrest
Ok is there a way to do it with decision tree? I just need to make the decision rules. Perhaps I can pick one of the trees used with Random Forrest. I am somewhat familiar already with Random Forrest with respective to bagging and feature sampling and getting the mode from the leaf nodes and it being an ensemble technique of many trees....
2016 Sep 08
2
GitHub Survey?
On 8 September 2016 at 19:10, Chris Bieneman <cbieneman at apple.com> wrote: > My personal preference would be for the decision makers to be either a > committee of developers or the LLVM Foundation board, and I would prefer if > the survey were crafted to provide them with information to inform a > decision, rather than a dictation of a decision. Hi Chris, Those are very good points, and I agree with you. In li...
2013 Dec 18
4
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...t; > > Current compilers have pipeline structure in which data from one > > phase is > > passed to the following one. But these compilation phases can > > interfere in > > unpredictable way so compilers use conservative heuristics on which > > they > > make decisions during the compilation process. Because of > > unpredictability > > of these interferences, compilers sometimes make decisions which can > > degrade > > code quality. Iterative compilation could partially resolve these > > problems > > by allowing compiler to ex...
2005 Aug 18
4
[PATCH] ACM: adding C-support for policy translation and labeling support for domains
This patch: * adds a C-based security policy translation tool to Xen (secpol_xml2bin) and removes the current Java security policy translator (Java dependencies). The C-based tool integrates into the Xen source tree build and install (using gnome libxml2 for XML parsing). See install.txt. * introduces security labels and related tools. Users can now use semantic-rich label names to put
2013 Dec 16
3
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...pecially those related to integration of the framework into Clang/LLVM. Current compilers have pipeline structure in which data from one phase is passed to the following one. But these compilation phases can interfere in unpredictable way so compilers use conservative heuristics on which they make decisions during the compilation process. Because of unpredictability of these interferences, compilers sometimes make decisions which can degrade code quality. Iterative compilation could partially resolve these problems by allowing compiler to explore some alternative decisions, generate code for these ne...
2015 Feb 11
1
Another Fedora decision
On 2015-02-10, Always Learning <centos at u64.u22.net> wrote: > > My decisions are based on what I know. Those decisions can be called > "informed decisions". Calling them "informed decisions" doesn't automatically make them informed decisions. --keith -- kkeller at wombat.san-francisco.ca.us
2020 Jan 15
16
[PITCH] Improvements to LLVM Decision Making
Hi Everyone, Numerous people have been bringing up challenges with consensus driven decision making in the LLVM community. After considering this and seeing the frustrations it is causing many people, I think we should make a formal process change to help improve decision making going forward. Here is the outline of the draft proposal <https://gist.github.com/lattner/e3679998a7609c99b...
2011 Nov 04
1
Decision tree model using rpart ( classification
Hi Experts, I am new to R, using decision tree model for getting segmentation rules. A) Using behavioural data (attributes defining customer behaviour, ( example balances, number of accounts etc.) 1. Clustering: Cluster behavioural data to suitable number of clusters 2. Decision Tree: Using rpart classification tree for generating rules f...
2016 Apr 13
2
Decision Tree and Random Forrest
Hi I'm trying to get the top decision rules from a decision tree. Eventually I will like to do this with R and Random Forrest. There has to be a way to output the decsion rules of each leaf node in an easily readable way. I am looking at the randomforrest and rpart packages and I dont see anything yet. Mike [[alternative HTML versio...
2020 Jan 16
2
[PITCH] Improvements to LLVM Decision Making
...ow that you have all the best intentions here, so please take this in the spirit of productive conversation that is intended. "Meritocracy" always makes me feel uncomfortable. Many many people interpret that to mean those with the most experience/social capital are best equipped to make decisions. Not only is that not always true, it leads to an organization with structural barriers to newcomers, those with different/less common backgrounds and dissenting views. I definitely do not want to go for "meritocracy." > Hoewever, I'd strongly advise against a simple voting sys...
2005 Aug 14
1
How to add decision trees into a list?
Hi, I am somewhat new to R so this question may be foolish, but is it possible to add decision trees into a list, array or vector in R? I am trying to build a collection (ensemble) of decision trees. Every time a new instance arrive I need to get the prediction of each decision tree. I have tried to add a decision tree into a variable but without luck. Is a special package needed perhaps?...
2013 Dec 17
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
...be a long design discussion :) > > Current compilers have pipeline structure in which data from one > phase is > passed to the following one. But these compilation phases can > interfere in > unpredictable way so compilers use conservative heuristics on which > they > make decisions during the compilation process. Because of > unpredictability > of these interferences, compilers sometimes make decisions which can > degrade > code quality. Iterative compilation could partially resolve these > problems > by allowing compiler to explore some alternative decisio...
2013 Dec 19
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
Hi Radovan, I am also interested in the iterative compilation in LLVM, and had implemented a simple iterative compilation driver. I guess you do not need to embedded the pointer to ModuleDecisionTreeProxies into the core classes of llvm, i.e. the PassManager class and the Function class. Instead, you could: 1. Implement a special pass manager that runs a set of passes iteratively. Implementing the iterative compilation framework based on pass manage allows the framework to live outside of...
2015 Feb 10
2
Another Fedora decision
On Tue, February 10, 2015 4:04 pm, Warren Young wrote: >> On Feb 9, 2015, at 12:12 PM, John R Pierce <pierce at hogranch.com> wrote: >> >> On 2/9/2015 11:06 AM, Always Learning wrote: >>> The third item was a 16.1 MB PDF of 1,344 pages. A quick scan of the >>> PDF >>> shows every page appears to be readable. 11 pages devoted to BASH. >>>
2005 Sep 09
1
Finding a decision tree's leaf node from a new value
Dear mailinglist members, I have the following problem: I run a decision tree using the rpart function and, afterwords, I try to find to which leaf node a new register (not used to build the decision tree) belongs to. I will try to explain better: rpart.tree <- rpart(target.value ~., data) leaf.node <- new.function(rpart.tree, new.register) The new register has...
2010 Sep 04
1
Decision Tree in Python or C++?
Have anybody used Decision Tree in Python or C++? (or written their own decision tree implementation in Python or C++)? My goal is to run decision tree on 8 million obs as training set and score 7 million in test set. I am testing 'rpart' package on a 64-bit-Linux + 64-bit-R environment. But it seems that rpart...
2016 Apr 13
0
Decision Tree and Random Forrest
Nope. Random forests are not decision trees -- they are ensembles (forests) of trees. You need to go back and read up on them so you understand how they work. The Hastie/Tibshirani/Friedman "The Elements of Statistical Learning" has a nice explanation, but I'm sure there are lots of good web resources, too. Cheers, Bert...
2016 Apr 14
4
[ThinLTO] RFC: ThinLTO distributed backend interface
...extensions needed for CFI and make sure they can fit into this model. Thanks, Teresa Background ---------------- Recent patch D18945/r266125 ([ThinLTO] Only compute imports for current module in FunctionImport pass) triggered a discussion (mostly over IRC) on how best to determine import/export decisions in distributed back end compiles. Import and export decisions are made by traversing the combined index. The actual importing happens in the FunctionImporter class, which is passed the set of values to import. The importer class is either invoked directly on each backend compile, which happens in...