id stringlengths 40 40 | repo_name stringlengths 5 110 | path stringlengths 2 233 | content stringlengths 0 1.03M ⌀ | size int32 0 60M ⌀ | license stringclasses 15
values |
|---|---|---|---|---|---|
31902c0b9add521e1e433d26d9c1686b993453e5 | CannaData/docuSignr | tests/testthat/test-4-envelope.R | context("Test that we can get info about envelopes")
test_that("We can list envelopes without error", {
skip_on_cran()
skip_if_not(nchar(Sys.getenv("docuSign_integrator_key")) > 0)
login <<- docu_login(demo = TRUE)
expect_silent(envelopes <<- docu_list_envelopes(base_url = login$baseUrl[1], from_date = "2017/... | 823 | gpl-3.0 |
088111e1de401245d6d7fbd14353c94aead8b31a | sorhawell/forestFloor | R/forestFloor_randomForest_regression.R | ##method to compute forestFloor_regression
forestFloor_randomForest_regression <- function(rf.fit,
X,
Xtest=NULL,
calc_np = FALSE,
... | 8,256 | gpl-2.0 |
088111e1de401245d6d7fbd14353c94aead8b31a | sorhawell/happytest | R/forestFloor_randomForest_regression.R | ##method to compute forestFloor_regression
forestFloor_randomForest_regression <- function(rf.fit,
X,
Xtest=NULL,
calc_np = FALSE,
... | 8,256 | gpl-2.0 |
ec30b5fe52efe228111abdccbe5ac012a22fbf8e | kevinykuo/sparklyr | R/tidiers_utils.R | extract_estimate_statistics <- function(object, stat_names, new_names) {
stat_names %>%
lapply(function(x) ml_summary(object, x)) %>%
as.data.frame() %>%
broom::fix_data_frame(newnames = new_names)
}
extract_model_metrics <- function(object, metric_names, new_names) {
sapply(metric_names, function(x) m... | 862 | apache-2.0 |
1c3cccef75308af0e1ca7097627fc88a5eb9c76c | earlbellinger/asteroseismology | calibration/calibrate2.R | #### Solar model calibration
#### Find the Y_0, Z_0, and alpha that match log L, log R, [Fe/H] and log age
#### Author: Earl Bellinger ( bellinger@mps.mpg.de )
#### Stellar Ages & Galactic Evolution Group
#### Max-Planck-Institut fur Sonnensystemforschung
#### Department of Astronomy, Yale University
options(sci... | 4,607 | gpl-2.0 |
1127324a067c623d76e6921907f6e214588b4e1a | cowlet/data-science | bearing_snippets/more_features.R | basedir <- "../bearing_IMS/1st_test/"
library(e1071)
# Helper functions
fft.spectrum <- function (d)
{
fft.data <- fft(d)
# Ignore the 2nd half, which are complex conjugates of the 1st half,
# and calculate the Mod (magnitude of each complex number)
return (Mod(fft.data[1:(length(fft.data)/2)]))
}
freq2index... | 3,959 | mit |
6435806ae855393480e1abaeb6b613f7dc75eec0 | Nektar-io/rKolada | R/rKolada.R | #' @title rKolada
#'
#' @description A package for interfacing with the API of KoLaDa
#'
#' @section ...
#
#' @name rKolada
#' @docType package
NULL | 152 | agpl-3.0 |
61515149a47fcbec3ba4458ffdab623129667dad | PietaSchofield/pietalib | R/readFC.R | #' readFC read a featureCount File
#'
#' @param filename name of feature counts output file
#' @param exons boolean if features are exons and there will be duplicate gene ids
#'
#' @export
readFC <- function(filename, exons=F){
dat <- read.delim(filename,head=T,skip=1,sep="\t")
if(exons){
rownames(dat) <- gsub... | 977 | gpl-2.0 |
180b19e2cc748469c23a040cd600dbc65d409902 | mocat2/mocat2 | dev/unpublished/src/shiny/multipleMapper/server.R | library(shiny)
# Load objects saved previously
base <- as.matrix(read.table("base", header=F))[,1]
load(paste(base, '.results.RData', sep=''))
# Define server logic required to summarize and view the selected dataset
shinyServer(function(input, output) {
# Return the requested dataset
datasetInput <- reactive(... | 6,689 | gpl-3.0 |
02ccfdd6b1c1a3b3ab9fc0b0a0a9ebb6d02c93dc | psathyrella/partis | packages/RPANDA/R/fit_sgd.R | fit_sgd <- function(phylo, tot_time, par, f=1, meth="Nelder-Mead")
{
nobs <- Ntip(phylo)
p<-length(par)
lambert <- Phylo2Lambert(phylo)
lambert[1] <- tot_time
init<-par
optim_LH <- function(init)
{
likel <- LikelihoodSGDFromLambert(lambert, abs(init[1]), abs(init[2]), abs(init[3]), f)
LH <- likel[3]+lik... | 588 | gpl-3.0 |
e456fe886549682cb97e479925e5e1aff602355d | pcmoritz/arrow | r/tests/testthat/test-Array.R | # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not u... | 10,482 | apache-2.0 |
b504e648d617d6381ea2697fc955637aacba09b3 | mlflow/mlflow | mlflow/R/mlflow/R/model-registry.R | #' Create registered model
#'
#' Creates a new registered model in the model registry
#'
#' @param name The name of the model to create.
#' @param tags Additional metadata for the registered model (Optional).
#' @param description Description for the registered model (Optional).
#' @template roxlate-client
#' @export
m... | 8,607 | apache-2.0 |
76724886161fee67434e8137e9bb08899eb5ca63 | printedheart/h2o-3 | h2o-test-integ/tests/s3n/runit_hadoop_s3_airlines.R | #-----------------------------------------------------------------------
# Purpose: This test shows import from s3 and hdfs from Hadoop cluster.
#-----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R... | 1,908 | apache-2.0 |
76724886161fee67434e8137e9bb08899eb5ca63 | datachand/h2o-3 | h2o-test-integ/tests/s3n/runit_hadoop_s3_airlines.R | #-----------------------------------------------------------------------
# Purpose: This test shows import from s3 and hdfs from Hadoop cluster.
#-----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R... | 1,908 | apache-2.0 |
94ac493a9046892d99127bdab5ca08841377a417 | Nodoka/Bioquality | bin/scaffold_hori_altitude.R | # load data
hori_alt <- read.csv("../data/horim_G04intsect.csv")
hori_samp <- read.csv("../data/horim_Pheader.csv")
# delete NA value columns
hori_alt <- subset(hori_alt, avgalt != 99999.0)
# calulate average, max, minimum altitude
avg_alt <- tapply(hori_alt$avgalt, hori_alt$SAMPNAME, mean)
max_alt <- tapply(hori_al... | 983 | mit |
76724886161fee67434e8137e9bb08899eb5ca63 | brightchen/h2o-3 | h2o-test-integ/tests/s3n/runit_hadoop_s3_airlines.R | #-----------------------------------------------------------------------
# Purpose: This test shows import from s3 and hdfs from Hadoop cluster.
#-----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R... | 1,908 | apache-2.0 |
76724886161fee67434e8137e9bb08899eb5ca63 | kyoren/https-github.com-h2oai-h2o-3 | h2o-test-integ/tests/s3n/runit_hadoop_s3_airlines.R | #-----------------------------------------------------------------------
# Purpose: This test shows import from s3 and hdfs from Hadoop cluster.
#-----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R... | 1,908 | apache-2.0 |
76724886161fee67434e8137e9bb08899eb5ca63 | junwucs/h2o-3 | h2o-test-integ/tests/s3n/runit_hadoop_s3_airlines.R | #-----------------------------------------------------------------------
# Purpose: This test shows import from s3 and hdfs from Hadoop cluster.
#-----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R... | 1,908 | apache-2.0 |
7927ca7f3e6d8d8d526d5ad613f60203d47063ad | campsych/concerto-platform | src/Concerto/TestBundle/Resources/R/concerto5/R/concerto.server.listen.R | concerto.server.listen = function(skipOnResume=F){
repeat {
concerto.log("listening to server...")
dbDisconnect(concerto$connection)
concerto.log("connections closed")
setTimeLimit(transient = TRUE)
concerto.log(paste0("waiting for submitter port..."))
repeat {
... | 6,381 | apache-2.0 |
1e3bf4035790117ffe211299d27fc33cd3bdae2a | LTLA/dacpet | package/R/stripOutwardPET.R | stripOutwardPET <- function(file.in, file.out=file.in, min.gap=1e4, discard.to=NULL)
# This strips outward-facing read pairs with a gap below a minimum size. The
# idea is to get rid of read pairs which are formed by self-ligation. This is
# results in lots of "interactions" which have a significant homo-/hetero-count... | 2,046 | gpl-3.0 |
aa0cdb756cb021f5b93ce787e83f87e0c7ec497a | kpurcell/EcosysMetricsGOM | functions/breakpts.R | # Function code for breakpoint analysis
# Based on break point method from R book
# KM Purcell
# updated: 2014-2-11
breakpt.fun <- function(df,t,v,C,R){
stats<-c("S", "d", "J", "shan", "simp", "N1", "N2") #bull shit to help make a data.fram for a dynamic table
mods<-c("sum.la", "sum.tx", "fall.la", "fall.tx")
s... | 1,476 | mit |
715be1f8e3370952babbcc787d1c0f656907e6dd | Beirnaert/MetaboMeeseeks | R/BatchResultsMerger.R | #' Restructure BatchProcessing and calculate combined results
#'
#'
#' @param PLSDAresults.list list of PLSDA variable importances
#' @param BatchProcessingStructure A BatchProcessingStructure
#' @param original.column.indices.list list with the original column indices
#' @param GroupData.list list with the original Gr... | 5,823 | apache-2.0 |
b6a345d3ca6ee8412befec0399d13164d80bac1d | ibest/GRC_Scripts | configure_Newbler.R | #!/usr/bin/env Rscript
suppressPackageStartupMessages(library("optparse"))
# specify our desired options in a list
# by default OptionParser will add an help option equivalent to
# make_option(c("-h", "--help"), action="store_true", default=FALSE,
# help="Show this help message and exit")
option_list <- list(
make_... | 10,996 | artistic-2.0 |
734200f181e80ec79ead5cf54a3c463d838973bd | pierucci/rmngb | rmngb/R/stack.R | createStack <- function(...) {
stack <- list(...)
push <- function(x)
stack <<- c(list(x), stack)
pop <- function() {
stopifnot(length(stack) > 0)
tmp <- stack[[1]]
stack <<- stack[- 1]
tmp
}
view <- function() {
cat("Stack of l... | 1,064 | gpl-3.0 |
60ceb157d8b2149c3f8543cda22911eb35561a2a | trestletech/rgl | R/subdivision.mesh3d.R | #
# subdivision.mesh3d
#
# an *efficient* algorithm for subdivision of mesh3d objects
# using addition operations and homogenous coordinates
# by Daniel Adler
#
# $Id$
#
edgemap <- function( size ) {
data<-vector( mode="numeric", length=( size*(size+1) )/2 )
data[] <- -1
return(data)
}
edgeindex <- function... | 7,130 | gpl-2.0 |
60ceb157d8b2149c3f8543cda22911eb35561a2a | OpenMORDM/rgl | R/subdivision.mesh3d.R | #
# subdivision.mesh3d
#
# an *efficient* algorithm for subdivision of mesh3d objects
# using addition operations and homogenous coordinates
# by Daniel Adler
#
# $Id$
#
edgemap <- function( size ) {
data<-vector( mode="numeric", length=( size*(size+1) )/2 )
data[] <- -1
return(data)
}
edgeindex <- function... | 7,130 | gpl-2.0 |
7b6ba589258f315f085c242d23d29619eb2616e2 | vinaywv/mlr | tests/testthat/test_tuneParams.R | context("tuneParams")
test_that("names for minimize are set correctly", {
lrn = makeLearner("classif.ksvm")
rdesc = makeResampleDesc("Holdout")
ps = makeParamSet(
makeNumericParam("C", lower = 0.001, upper = 1)
)
ctrl = makeTuneControlRandom(maxit = 2)
tr = tuneParams(lrn, multiclass.task, rdesc, measu... | 3,275 | bsd-2-clause |
7b6ba589258f315f085c242d23d29619eb2616e2 | tijoseymathew/mlr | tests/testthat/test_tuneParams.R | context("tuneParams")
test_that("names for minimize are set correctly", {
lrn = makeLearner("classif.ksvm")
rdesc = makeResampleDesc("Holdout")
ps = makeParamSet(
makeNumericParam("C", lower = 0.001, upper = 1)
)
ctrl = makeTuneControlRandom(maxit = 2)
tr = tuneParams(lrn, multiclass.task, rdesc, measu... | 3,275 | bsd-2-clause |
7b2ddb6643c2182f46aee28f40cdd5bda12bb1ef | corybrunson/bitriad | R/wedges-flavors.R | #' Affiliation network wedges
#'
#' Each clustering coefficient can be defined as the proportion of "wedges" that
#' are "closed", for suitable definitions of both terms. These functions count
#' the "wedges", and among them the "closed" ones, centered at a given actor
#' node in a given affiliation network.
#'
#' @r... | 8,242 | gpl-2.0 |
4c7ac6d0bcef616b70b50a010452ab7960fcb8fb | css-konstanz/meltt | R/meltt_validate.R | meltt_validate = function(
object,# Meltt object
description.vars = NULL, # Varibles to consider in the description; if none are provided, taxonomy levels are used.
sample_prop = .1, # the proportion of matches sampled (which determines the size of the control group); minimum bound of .01% is placed on this
wit... | 19,997 | lgpl-3.0 |
accb294e14682ce66d496dd1c46b2b3e35c8e7e1 | bnosac/udpipe | R/udpipe_models.R | #' @title Download an UDPipe model provided by the UDPipe community for a specific language of choice
#' @description
#' Ready-made models for 65 languages trained on 101 treebanks from \url{https://universaldependencies.org/} are provided to you.
#' Some of these models were provided by the UDPipe community. Other mo... | 44,704 | mpl-2.0 |
3b347759d90ea5cf7322e761d54da768b58d19b9 | lajus/customr | src/library/parallel/R/snowSOCK.R | # File src/library/parallel/R/snowSOCK.R
# Part of the R package, http://www.R-project.org
#
# Copyright (C) 1995-2012 The R Core Team
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; eit... | 7,304 | gpl-2.0 |
6e777246210fc134a5290ce8d74733ee4bcb898a | evanwang1990/FMwR | R/fm_track_control.R | ##' @title Auxiliary for controlling tracking routines
##'
##' @param step_size record parameters every \strong{step_size} iteration
##'
##' @param convergence,evaluate.metric control how to early stop
##'
##' @details
##' Early stopping is controlled by \strong{evaludate.metric} and \strong{convergence}. If the differ... | 1,118 | gpl-3.0 |
c6985aebbb624ea16578f5bf9b84bb8fa25be05c | andrewdefries/andrewdefries.github.io | FDA_Pesticide_Glossary/Fentin_acetate.R | library("knitr")
library("rgl")
#knit("Fentin_acetate.Rmd")
#markdownToHTML('Fentin_acetate.md', 'Fentin_acetate.html', options=c("use_xhml"))
#system("pandoc -s Fentin_acetate.html -o Fentin_acetate.pdf")
knit2html('Fentin_acetate.Rmd')
| 240 | mit |
aeb35f51181c3e67103292eb68380a150dcf0d50 | woobe/h2o | R/tests/testdir_demos/runit_demo_glm_uuid.R | ##
# Testing parsing, splitting, modelling, and computation on data with UUID column
##
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../findNSourceUtils.R')
test <- function(conn) {
print("Reading in data (tiny airline with UUIDs).")
airline.hex = h2o.uploadFile(conn, locate(... | 3,096 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | actuaryzhang/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | andrewor14/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | ericvandenbergfb/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | apache/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | ron8hu/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
c5f8acb6419183f9144069b7d7acc72a136882e1 | macroevolution/bamm | doc/source/rcode/jetztree_shifts.R |
library('BAMMtools');
# These data files are not available for download,
# but you can follow the syntax here to see
# how to perform a similar analysis on your dataset:
# here we specify the path to the event data file
eventdatafile <- '/Users/danrabosky/DanWork/bamm/analyses/jetzp50/eventdata_p50.txt';
# Here ... | 3,632 | gpl-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | ioana-delaney/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | saturday-shi/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | rednaxelafx/apache-spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | byakuinss/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | matthewfranglen/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | mit |
89c4564457d9e6736370090e80b8baa35f13fc71 | joseph-torres/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | ptkool/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | caneGuy/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | apache-spark-on-k8s/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | UndeadBaneGitHub/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | michalsenkyr/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | vinodkc/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | LantaoJin/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | poffuomo/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | bdrillard/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | darionyaphet/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | holdenk/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | VigneshMohan1/spark-branch-2.3 | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | shaneknapp/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | map222/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | 1haodian/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | stanzhai/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | aosagie/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | akopich/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | brad-kaiser/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | rikima/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | Aegeaner/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | HyukjinKwon/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | zuotingbing/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | taroplus/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | spark-test/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | mahak/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | WindCanDie/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | xflin/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | nlalevee/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | yanboliang/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | setjet/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | debugger87/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | MLnick/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | jkbradley/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | bravo-zhang/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | zero323/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | milliman/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | markhamstra/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | facaiy/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | minixalpha/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | szhem/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | lvdongr/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | aray/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | ConeyLiu/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | gengliangwang/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | huang1900/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | alunarbeach/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | panfengfeng/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | eyalfa/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | dbtsai/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | WeichenXu123/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | mzl9039/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
89c4564457d9e6736370090e80b8baa35f13fc71 | bOOm-X/spark | examples/src/main/r/ml/fpm.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 1,486 | apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.