GithubHelp home page GithubHelp logo

nelson-gon / manymodelr Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 5.92 MB

Build and Tune Several Models

Home Page: https://nelson-gon.github.io/manymodelr/

License: GNU General Public License v2.0

R 100.00%
machine-learning models r package cran regression-models linear-regression anova generalized-linear-models r-stats

manymodelr's Introduction

Python R Shell Script

Thank you ๐Ÿ–ค

Keep Building ๐Ÿ—

manymodelr's People

Contributors

nelson-gon avatar romainfrancois avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

manymodelr's Issues

Moving to dplyr 1.0.0

With dplyr 1.0.0, functions such as *_ifhave been superseded. There is therefore a need to move to the neweracross` and also to check for any breaking changes.

Rethink argument matching in `multi_model_`.

Given several methods, multi_model_1 should be able to match arguments only for the method in question and not throw warnings.

Something like:

[multi_model_1(train,"dist","speed",method = c("glm","lm"),metric = "rmse",control = ctrl,new_data = test,family="poisson")

should not throw any warnings.

Similarly, perhaps have several metrics eg c("accuracy","rmse") and match these to the relevant model?

Speed up get_mode

get_mode is currently slow, is there a better way to rewrite it while achieving the same results?

Extend fit_models output

Perhaps add an option to allow control over what should be returned. Perhaps something like add?

Support simple model reports

Description

I would like to make a simple report to explain what a model's output means.

Similar Features

Some packages support this but I found it a bit less ideal.

Feature Details

Given a model, produce a table with estimates and what they actually mean.

Proposed Implementation

As above.

agg_by_group

In agg_by_group, the length of the grouping is incorrect for groups >1. See for instance:

head(agg_by_group(mtcars,cyl~hp+vs,sum))
#> Grouped By[1]:   hp vs 

That should be 2, not one.

Fix issues with coverage and cmd check

In coverage, workflows do not work for some reason(possibly lack of webhooks for codecov).
CMD checks fail due to dplyr 0.8.5 being loaded yet we need a higher version of dplyr.

Drop plot_corr

This function heavily relies on ggplot2 and does somewhat go against the package's design philosophy. Perhaps move it to a different standalone package or drop it altogether? Better alternatives exist too making it really less useful in the long run.

Improve multi_model_1

multi_model_1 seems to go through several layers of "recursion" to do something relatively simple. Could this be simplified and/or sped up?

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.