Code Monkey home page Code Monkey logo

Comments (5)

mhahsler avatar mhahsler commented on June 14, 2024 2

Progress reporting can be suppressed using verbose=FALSE as a control argument.

rules <- apriori(Adult, parameter = list(supp = 0.5, conf = 0.9, target = "rules"), control=list(verbose = FALSE))

from arules.

lovetoken avatar lovetoken commented on June 14, 2024 1

I have additional questions.
How to silent the output when arules::inspect()
inspect() is not control argument control=list(verbose = FALSE).

The result doesn't silent message even though execute the assignment like this code

> data("Adult")
> rules <- apriori(Adult, control = list(verbose = F))
> res <- inspect(rules[1:10])
     lhs                          rhs                              support confidence      lift
[1]  {}                        => {race=White}                   0.8550428  0.8550428 1.0000000
[2]  {}                        => {native-country=United-States} 0.8974243  0.8974243 1.0000000
[3]  {}                        => {capital-gain=None}            0.9173867  0.9173867 1.0000000
[4]  {}                        => {capital-loss=None}            0.9532779  0.9532779 1.0000000
[5]  {relationship=Unmarried}  => {capital-loss=None}            0.1019819  0.9719024 1.0195373
[6]  {occupation=Sales}        => {race=White}                   0.1005282  0.8920785 1.0433144
[7]  {occupation=Sales}        => {native-country=United-States} 0.1039679  0.9226017 1.0280552
[8]  {occupation=Sales}        => {capital-gain=None}            0.1030670  0.9146076 0.9969706
[9]  {occupation=Sales}        => {capital-loss=None}            0.1068343  0.9480378 0.9945030
[10] {occupation=Adm-clerical} => {native-country=United-States} 0.1052373  0.9160577 1.0207632

from arules.

mhahsler avatar mhahsler commented on June 14, 2024 1

I am confused about the purpose of silencing inspect. The whole point if inspect is to show results on the screen (like print). You probably want to do something like this:

 res <- as(rules, "data.frame") 

from arules.

kliegr avatar kliegr commented on June 14, 2024

Thanks, I overlooked this flag.

from arules.

lovetoken avatar lovetoken commented on June 14, 2024

Oh. I got it
Thanks advice :)

from arules.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.