Skip to content

Reduce package dependencies (e1071, and randomForest)? #180

@pa-nathaniel

Description

@pa-nathaniel

I am struggling to install FFTrees on a machine due to issues installing randomForest (due to some issues with a dependency with an M2 mac). Really frustrating and feels like a shame to have all of the great FFTrees functionality gated on being able to use randomForest as a competitive algorithm.

This gets me to wonder, what would the pros and cons be of reducing dependencies? Generally including non-essential dependencies is discouraged, and the more that I think about it, randomForest, and other packages used as competitive algorithms, are definitely not essential for seeing the benefits of FFTrees.

How about removing randomForest, and maybe e1071 (for svm()) as dependencies and just using rpart::cart() and lr as competitive algorithms?

I feel like 99.9% of users won't miss it and it could reduce the barrier to entry.

@hneth what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions