forked from sparklyr/sparklyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
836 lines (835 loc) · 27.1 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
# Generated by roxygen2: do not edit by hand
S3method("names<-",tbl_spark)
S3method(augment,ml_model)
S3method(augment,ml_model_aft_survival_regression)
S3method(augment,ml_model_als)
S3method(augment,ml_model_bisecting_kmeans)
S3method(augment,ml_model_decision_tree_classification)
S3method(augment,ml_model_decision_tree_regression)
S3method(augment,ml_model_gaussian_mixture)
S3method(augment,ml_model_gbt_classification)
S3method(augment,ml_model_gbt_regression)
S3method(augment,ml_model_generalized_linear_regression)
S3method(augment,ml_model_isotonic_regression)
S3method(augment,ml_model_kmeans)
S3method(augment,ml_model_lda)
S3method(augment,ml_model_linear_regression)
S3method(augment,ml_model_linear_svc)
S3method(augment,ml_model_logistic_regression)
S3method(augment,ml_model_multilayer_perceptron_classification)
S3method(augment,ml_model_naive_bayes)
S3method(augment,ml_model_pca)
S3method(augment,ml_model_random_forest_classification)
S3method(augment,ml_model_random_forest_regression)
S3method(cbind,tbl_spark)
S3method(collect,spark_jobj)
S3method(collect,tbl_spark)
S3method(connection_is_open,livy_connection)
S3method(connection_is_open,spark_gateway_connection)
S3method(connection_is_open,spark_shell_connection)
S3method(connection_is_open,test_connection)
S3method(copy_to,spark_connection)
S3method(copy_to,src_spark)
S3method(create_hive_context,test_connection)
S3method(db_analyze,spark_connection)
S3method(db_data_type,spark_connection)
S3method(db_desc,src_spark)
S3method(db_explain,spark_connection)
S3method(db_query_fields,spark_connection)
S3method(db_save_query,spark_connection)
S3method(dim,tbl_spark)
S3method(dim,tbl_spark_print)
S3method(do,tbl_spark)
S3method(fitted,ml_model_prediction)
S3method(ft_binarizer,ml_pipeline)
S3method(ft_binarizer,spark_connection)
S3method(ft_binarizer,tbl_spark)
S3method(ft_bucketed_random_projection_lsh,ml_pipeline)
S3method(ft_bucketed_random_projection_lsh,spark_connection)
S3method(ft_bucketed_random_projection_lsh,tbl_spark)
S3method(ft_bucketizer,ml_pipeline)
S3method(ft_bucketizer,spark_connection)
S3method(ft_bucketizer,tbl_spark)
S3method(ft_chisq_selector,ml_pipeline)
S3method(ft_chisq_selector,spark_connection)
S3method(ft_chisq_selector,tbl_spark)
S3method(ft_count_vectorizer,ml_pipeline)
S3method(ft_count_vectorizer,spark_connection)
S3method(ft_count_vectorizer,tbl_spark)
S3method(ft_dct,ml_pipeline)
S3method(ft_dct,spark_connection)
S3method(ft_dct,tbl_spark)
S3method(ft_dplyr_transformer,ml_pipeline)
S3method(ft_dplyr_transformer,spark_connection)
S3method(ft_dplyr_transformer,tbl_spark)
S3method(ft_elementwise_product,ml_pipeline)
S3method(ft_elementwise_product,spark_connection)
S3method(ft_elementwise_product,tbl_spark)
S3method(ft_feature_hasher,ml_pipeline)
S3method(ft_feature_hasher,spark_connection)
S3method(ft_feature_hasher,tbl_spark)
S3method(ft_hashing_tf,ml_pipeline)
S3method(ft_hashing_tf,spark_connection)
S3method(ft_hashing_tf,tbl_spark)
S3method(ft_idf,ml_pipeline)
S3method(ft_idf,spark_connection)
S3method(ft_idf,tbl_spark)
S3method(ft_imputer,ml_pipeline)
S3method(ft_imputer,spark_connection)
S3method(ft_imputer,tbl_spark)
S3method(ft_index_to_string,ml_pipeline)
S3method(ft_index_to_string,spark_connection)
S3method(ft_index_to_string,tbl_spark)
S3method(ft_interaction,ml_pipeline)
S3method(ft_interaction,spark_connection)
S3method(ft_interaction,tbl_spark)
S3method(ft_max_abs_scaler,ml_pipeline)
S3method(ft_max_abs_scaler,spark_connection)
S3method(ft_max_abs_scaler,tbl_spark)
S3method(ft_min_max_scaler,ml_pipeline)
S3method(ft_min_max_scaler,spark_connection)
S3method(ft_min_max_scaler,tbl_spark)
S3method(ft_minhash_lsh,ml_pipeline)
S3method(ft_minhash_lsh,spark_connection)
S3method(ft_minhash_lsh,tbl_spark)
S3method(ft_ngram,ml_pipeline)
S3method(ft_ngram,spark_connection)
S3method(ft_ngram,tbl_spark)
S3method(ft_normalizer,ml_pipeline)
S3method(ft_normalizer,spark_connection)
S3method(ft_normalizer,tbl_spark)
S3method(ft_one_hot_encoder,ml_pipeline)
S3method(ft_one_hot_encoder,spark_connection)
S3method(ft_one_hot_encoder,tbl_spark)
S3method(ft_one_hot_encoder_estimator,ml_pipeline)
S3method(ft_one_hot_encoder_estimator,spark_connection)
S3method(ft_one_hot_encoder_estimator,tbl_spark)
S3method(ft_pca,ml_pipeline)
S3method(ft_pca,spark_connection)
S3method(ft_pca,tbl_spark)
S3method(ft_polynomial_expansion,ml_pipeline)
S3method(ft_polynomial_expansion,spark_connection)
S3method(ft_polynomial_expansion,tbl_spark)
S3method(ft_quantile_discretizer,ml_pipeline)
S3method(ft_quantile_discretizer,spark_connection)
S3method(ft_quantile_discretizer,tbl_spark)
S3method(ft_r_formula,ml_pipeline)
S3method(ft_r_formula,spark_connection)
S3method(ft_r_formula,tbl_spark)
S3method(ft_regex_tokenizer,ml_pipeline)
S3method(ft_regex_tokenizer,spark_connection)
S3method(ft_regex_tokenizer,tbl_spark)
S3method(ft_sql_transformer,ml_pipeline)
S3method(ft_sql_transformer,spark_connection)
S3method(ft_sql_transformer,tbl_spark)
S3method(ft_standard_scaler,ml_pipeline)
S3method(ft_standard_scaler,spark_connection)
S3method(ft_standard_scaler,tbl_spark)
S3method(ft_stop_words_remover,ml_pipeline)
S3method(ft_stop_words_remover,spark_connection)
S3method(ft_stop_words_remover,tbl_spark)
S3method(ft_string_indexer,ml_pipeline)
S3method(ft_string_indexer,spark_connection)
S3method(ft_string_indexer,tbl_spark)
S3method(ft_string_indexer_model,ml_pipeline)
S3method(ft_string_indexer_model,spark_connection)
S3method(ft_string_indexer_model,tbl_spark)
S3method(ft_tokenizer,ml_pipeline)
S3method(ft_tokenizer,spark_connection)
S3method(ft_tokenizer,tbl_spark)
S3method(ft_vector_assembler,ml_pipeline)
S3method(ft_vector_assembler,spark_connection)
S3method(ft_vector_assembler,tbl_spark)
S3method(ft_vector_indexer,ml_pipeline)
S3method(ft_vector_indexer,spark_connection)
S3method(ft_vector_indexer,tbl_spark)
S3method(ft_vector_slicer,ml_pipeline)
S3method(ft_vector_slicer,spark_connection)
S3method(ft_vector_slicer,tbl_spark)
S3method(ft_word2vec,ml_pipeline)
S3method(ft_word2vec,spark_connection)
S3method(ft_word2vec,tbl_spark)
S3method(glance,ml_model)
S3method(glance,ml_model_aft_survival_regression)
S3method(glance,ml_model_als)
S3method(glance,ml_model_bisecting_kmeans)
S3method(glance,ml_model_decision_tree_classification)
S3method(glance,ml_model_decision_tree_regression)
S3method(glance,ml_model_gaussian_mixture)
S3method(glance,ml_model_gbt_classification)
S3method(glance,ml_model_gbt_regression)
S3method(glance,ml_model_generalized_linear_regression)
S3method(glance,ml_model_isotonic_regression)
S3method(glance,ml_model_kmeans)
S3method(glance,ml_model_lda)
S3method(glance,ml_model_linear_regression)
S3method(glance,ml_model_linear_svc)
S3method(glance,ml_model_logistic_regression)
S3method(glance,ml_model_multilayer_perceptron_classification)
S3method(glance,ml_model_naive_bayes)
S3method(glance,ml_model_pca)
S3method(glance,ml_model_random_forest_classification)
S3method(glance,ml_model_random_forest_regression)
S3method(head,tbl_spark_print)
S3method(hive_context,spark_connection)
S3method(initialize_connection,livy_connection)
S3method(initialize_connection,spark_shell_connection)
S3method(initialize_connection,test_connection)
S3method(invoke,livy_jobj)
S3method(invoke,shell_jobj)
S3method(invoke,test_jobj)
S3method(invoke_method,spark_gateway_connection)
S3method(invoke_method,spark_shell_connection)
S3method(invoke_new,livy_connection)
S3method(invoke_new,spark_shell_connection)
S3method(invoke_new,test_connection)
S3method(invoke_static,livy_connection)
S3method(invoke_static,spark_shell_connection)
S3method(invoke_static,test_connection)
S3method(ml_aft_survival_regression,ml_pipeline)
S3method(ml_aft_survival_regression,spark_connection)
S3method(ml_aft_survival_regression,tbl_spark)
S3method(ml_als,ml_pipeline)
S3method(ml_als,spark_connection)
S3method(ml_als,tbl_spark)
S3method(ml_binary_classification_evaluator,spark_connection)
S3method(ml_binary_classification_evaluator,tbl_spark)
S3method(ml_bisecting_kmeans,ml_pipeline)
S3method(ml_bisecting_kmeans,spark_connection)
S3method(ml_bisecting_kmeans,tbl_spark)
S3method(ml_clustering_evaluator,spark_connection)
S3method(ml_clustering_evaluator,tbl_spark)
S3method(ml_cross_validator,ml_pipeline)
S3method(ml_cross_validator,spark_connection)
S3method(ml_cross_validator,tbl_spark)
S3method(ml_decision_tree_classifier,ml_pipeline)
S3method(ml_decision_tree_classifier,spark_connection)
S3method(ml_decision_tree_classifier,tbl_spark)
S3method(ml_decision_tree_regressor,ml_pipeline)
S3method(ml_decision_tree_regressor,spark_connection)
S3method(ml_decision_tree_regressor,tbl_spark)
S3method(ml_evaluate,ml_evaluator)
S3method(ml_evaluate,ml_generalized_linear_regression_model)
S3method(ml_evaluate,ml_linear_regression_model)
S3method(ml_evaluate,ml_logistic_regression_model)
S3method(ml_evaluate,ml_model_generalized_linear_regression)
S3method(ml_evaluate,ml_model_linear_regression)
S3method(ml_evaluate,ml_model_logistic_regression)
S3method(ml_feature_importances,ml_model)
S3method(ml_feature_importances,ml_prediction_model)
S3method(ml_fpgrowth,ml_pipeline)
S3method(ml_fpgrowth,spark_connection)
S3method(ml_fpgrowth,tbl_spark)
S3method(ml_gaussian_mixture,ml_pipeline)
S3method(ml_gaussian_mixture,spark_connection)
S3method(ml_gaussian_mixture,tbl_spark)
S3method(ml_gbt_classifier,ml_pipeline)
S3method(ml_gbt_classifier,spark_connection)
S3method(ml_gbt_classifier,tbl_spark)
S3method(ml_gbt_regressor,ml_pipeline)
S3method(ml_gbt_regressor,spark_connection)
S3method(ml_gbt_regressor,tbl_spark)
S3method(ml_generalized_linear_regression,ml_pipeline)
S3method(ml_generalized_linear_regression,spark_connection)
S3method(ml_generalized_linear_regression,tbl_spark)
S3method(ml_is_set,ml_pipeline_stage)
S3method(ml_is_set,spark_jobj)
S3method(ml_isotonic_regression,ml_pipeline)
S3method(ml_isotonic_regression,spark_connection)
S3method(ml_isotonic_regression,tbl_spark)
S3method(ml_kmeans,ml_pipeline)
S3method(ml_kmeans,spark_connection)
S3method(ml_kmeans,tbl_spark)
S3method(ml_lda,ml_pipeline)
S3method(ml_lda,spark_connection)
S3method(ml_lda,tbl_spark)
S3method(ml_linear_regression,ml_pipeline)
S3method(ml_linear_regression,spark_connection)
S3method(ml_linear_regression,tbl_spark)
S3method(ml_linear_svc,ml_pipeline)
S3method(ml_linear_svc,spark_connection)
S3method(ml_linear_svc,tbl_spark)
S3method(ml_logistic_regression,ml_pipeline)
S3method(ml_logistic_regression,spark_connection)
S3method(ml_logistic_regression,tbl_spark)
S3method(ml_multiclass_classification_evaluator,spark_connection)
S3method(ml_multiclass_classification_evaluator,tbl_spark)
S3method(ml_multilayer_perceptron_classifier,ml_pipeline)
S3method(ml_multilayer_perceptron_classifier,spark_connection)
S3method(ml_multilayer_perceptron_classifier,tbl_spark)
S3method(ml_naive_bayes,ml_pipeline)
S3method(ml_naive_bayes,spark_connection)
S3method(ml_naive_bayes,tbl_spark)
S3method(ml_one_vs_rest,ml_pipeline)
S3method(ml_one_vs_rest,spark_connection)
S3method(ml_one_vs_rest,tbl_spark)
S3method(ml_pipeline,ml_pipeline_stage)
S3method(ml_pipeline,spark_connection)
S3method(ml_predict,default)
S3method(ml_predict,ml_model_classification)
S3method(ml_predict,ml_model_clustering)
S3method(ml_predict,ml_model_recommendation)
S3method(ml_predict,ml_model_regression)
S3method(ml_random_forest_classifier,ml_pipeline)
S3method(ml_random_forest_classifier,spark_connection)
S3method(ml_random_forest_classifier,tbl_spark)
S3method(ml_random_forest_regressor,ml_pipeline)
S3method(ml_random_forest_regressor,spark_connection)
S3method(ml_random_forest_regressor,tbl_spark)
S3method(ml_regression_evaluator,spark_connection)
S3method(ml_regression_evaluator,tbl_spark)
S3method(ml_save,default)
S3method(ml_save,ml_model)
S3method(ml_train_validation_split,ml_pipeline)
S3method(ml_train_validation_split,spark_connection)
S3method(ml_train_validation_split,tbl_spark)
S3method(ml_transform,default)
S3method(ml_transform,list)
S3method(ml_transform,ml_transformer)
S3method(na.fail,spark_jobj)
S3method(na.fail,tbl_spark)
S3method(na.omit,spark_jobj)
S3method(na.omit,tbl_spark)
S3method(na.replace,spark_jobj)
S3method(na.replace,tbl_spark)
S3method(predict,ml_model_classification)
S3method(predict,ml_model_regression)
S3method(print,ml_cross_validator)
S3method(print,ml_cross_validator_model)
S3method(print,ml_estimator)
S3method(print,ml_evaluator)
S3method(print,ml_model)
S3method(print,ml_model_aft_survival_regression)
S3method(print,ml_model_bisecting_kmeans)
S3method(print,ml_model_generalized_linear_regression)
S3method(print,ml_model_kmeans)
S3method(print,ml_model_linear_regression)
S3method(print,ml_model_linear_svc)
S3method(print,ml_model_logistic_regression)
S3method(print,ml_model_naive_bayes)
S3method(print,ml_model_pca)
S3method(print,ml_pipeline)
S3method(print,ml_pipeline_model)
S3method(print,ml_summary)
S3method(print,ml_train_validation_split)
S3method(print,ml_train_validation_split_model)
S3method(print,ml_transformer)
S3method(print,spark_jobj)
S3method(print,spark_log)
S3method(print,spark_stream)
S3method(print,spark_web_url)
S3method(print,src_spark)
S3method(print,tbl_spark)
S3method(print_jobj,livy_connection)
S3method(print_jobj,spark_gateway_connection)
S3method(print_jobj,spark_shell_connection)
S3method(print_jobj,test_connection)
S3method(rbind,tbl_spark)
S3method(residuals,ml_model)
S3method(residuals,ml_model_generalized_linear_regression)
S3method(residuals,ml_model_linear_regression)
S3method(same_src,src_spark)
S3method(sample_frac,tbl_spark)
S3method(sample_n,tbl_spark)
S3method(sdf_copy_to,default)
S3method(sdf_copy_to,test_connection)
S3method(sdf_import,default)
S3method(sdf_import,test_connection)
S3method(sdf_predict,default)
S3method(sdf_register,list)
S3method(sdf_register,spark_jobj)
S3method(sdf_register,tbl_spark)
S3method(sdf_residuals,ml_model_generalized_linear_regression)
S3method(sdf_residuals,ml_model_linear_regression)
S3method(slice_,tbl_spark)
S3method(spark_connection,default)
S3method(spark_connection,ml_pipeline)
S3method(spark_connection,ml_pipeline_model)
S3method(spark_connection,ml_pipeline_stage)
S3method(spark_connection,spark_connection)
S3method(spark_connection,spark_jobj)
S3method(spark_connection,src_spark)
S3method(spark_connection,tbl_spark)
S3method(spark_dataframe,default)
S3method(spark_dataframe,spark_connection)
S3method(spark_dataframe,spark_jobj)
S3method(spark_dataframe,tbl_spark)
S3method(spark_disconnect,character)
S3method(spark_disconnect,livy_connection)
S3method(spark_disconnect,spark_connection)
S3method(spark_disconnect,spark_shell_connection)
S3method(spark_disconnect,test_connection)
S3method(spark_jobj,default)
S3method(spark_jobj,ml_evaluator)
S3method(spark_jobj,ml_model)
S3method(spark_jobj,ml_pipeline_stage)
S3method(spark_jobj,spark_jobj)
S3method(spark_log,default)
S3method(spark_log,livy_connection)
S3method(spark_log,spark_gateway_connection)
S3method(spark_log,spark_shell_connection)
S3method(spark_log,test_connection)
S3method(spark_session,spark_connection)
S3method(spark_version,databricks_connection)
S3method(spark_version,default)
S3method(spark_web,default)
S3method(spark_web,livy_connection)
S3method(spark_web,spark_gateway_connection)
S3method(spark_web,spark_shell_connection)
S3method(spark_web,test_connection)
S3method(spark_write_csv,spark_jobj)
S3method(spark_write_csv,tbl_spark)
S3method(spark_write_jdbc,spark_jobj)
S3method(spark_write_jdbc,tbl_spark)
S3method(spark_write_json,spark_jobj)
S3method(spark_write_json,tbl_spark)
S3method(spark_write_orc,spark_jobj)
S3method(spark_write_orc,tbl_spark)
S3method(spark_write_parquet,spark_jobj)
S3method(spark_write_parquet,tbl_spark)
S3method(spark_write_source,spark_jobj)
S3method(spark_write_source,tbl_spark)
S3method(spark_write_table,spark_jobj)
S3method(spark_write_table,tbl_spark)
S3method(spark_write_text,spark_jobj)
S3method(spark_write_text,tbl_spark)
S3method(sql_build,op_sample_frac)
S3method(sql_build,op_sample_n)
S3method(sql_escape_ident,spark_connection)
S3method(sql_set_op,spark_connection)
S3method(sql_translate_env,spark_connection)
S3method(src_tbls,spark_connection)
S3method(summary,ml_cross_validator_model)
S3method(summary,ml_model_generalized_linear_regression)
S3method(summary,ml_model_linear_regression)
S3method(summary,ml_model_logistic_regression)
S3method(summary,ml_model_naive_bayes)
S3method(summary,ml_train_validation_split_model)
S3method(tbl,spark_connection)
S3method(tbl,src_spark)
S3method(tbl_sum,tbl_spark_print)
S3method(tbl_vars,spark_jobj)
S3method(tidy,ml_model)
S3method(tidy,ml_model_aft_survival_regression)
S3method(tidy,ml_model_als)
S3method(tidy,ml_model_bisecting_kmeans)
S3method(tidy,ml_model_decision_tree_classification)
S3method(tidy,ml_model_decision_tree_regression)
S3method(tidy,ml_model_gaussian_mixture)
S3method(tidy,ml_model_gbt_classification)
S3method(tidy,ml_model_gbt_regression)
S3method(tidy,ml_model_generalized_linear_regression)
S3method(tidy,ml_model_isotonic_regression)
S3method(tidy,ml_model_kmeans)
S3method(tidy,ml_model_lda)
S3method(tidy,ml_model_linear_regression)
S3method(tidy,ml_model_linear_svc)
S3method(tidy,ml_model_logistic_regression)
S3method(tidy,ml_model_multilayer_perceptron_classification)
S3method(tidy,ml_model_naive_bayes)
S3method(tidy,ml_model_pca)
S3method(tidy,ml_model_random_forest_classification)
S3method(tidy,ml_model_random_forest_regression)
S3method(type_sum,spark_jobj)
export("%>%")
export(augment)
export(collect)
export(compile_package_jars)
export(connection_config)
export(connection_is_open)
export(connection_spark_shinyapp)
export(copy_to)
export(download_scalac)
export(find_scalac)
export(ft_binarizer)
export(ft_bucketed_random_projection_lsh)
export(ft_bucketizer)
export(ft_chisq_selector)
export(ft_count_vectorizer)
export(ft_dct)
export(ft_discrete_cosine_transform)
export(ft_dplyr_transformer)
export(ft_elementwise_product)
export(ft_feature_hasher)
export(ft_hashing_tf)
export(ft_idf)
export(ft_imputer)
export(ft_index_to_string)
export(ft_interaction)
export(ft_max_abs_scaler)
export(ft_min_max_scaler)
export(ft_minhash_lsh)
export(ft_ngram)
export(ft_normalizer)
export(ft_one_hot_encoder)
export(ft_one_hot_encoder_estimator)
export(ft_pca)
export(ft_polynomial_expansion)
export(ft_quantile_discretizer)
export(ft_r_formula)
export(ft_regex_tokenizer)
export(ft_sql_transformer)
export(ft_standard_scaler)
export(ft_stop_words_remover)
export(ft_string_indexer)
export(ft_string_indexer_model)
export(ft_tokenizer)
export(ft_vector_assembler)
export(ft_vector_indexer)
export(ft_vector_slicer)
export(ft_word2vec)
export(glance)
export(hive_context)
export(hive_context_config)
export(invoke)
export(invoke_method)
export(invoke_new)
export(invoke_static)
export(is_ml_estimator)
export(is_ml_transformer)
export(java_context)
export(jobj_class)
export(jobj_set_param)
export(livy_available_versions)
export(livy_config)
export(livy_home_dir)
export(livy_install)
export(livy_install_dir)
export(livy_installed_versions)
export(livy_service_start)
export(livy_service_stop)
export(ml_add_stage)
export(ml_aft_survival_regression)
export(ml_als)
export(ml_approx_nearest_neighbors)
export(ml_approx_similarity_join)
export(ml_association_rules)
export(ml_binary_classification_eval)
export(ml_binary_classification_evaluator)
export(ml_bisecting_kmeans)
export(ml_call_constructor)
export(ml_chisquare_test)
export(ml_classification_eval)
export(ml_clustering_evaluator)
export(ml_clustering_pipeline)
export(ml_compute_cost)
export(ml_construct_model_clustering)
export(ml_construct_model_supervised)
export(ml_corr)
export(ml_cross_validator)
export(ml_decision_tree)
export(ml_decision_tree_classifier)
export(ml_decision_tree_regressor)
export(ml_default_stop_words)
export(ml_describe_topics)
export(ml_evaluate)
export(ml_feature_importances)
export(ml_find_synonyms)
export(ml_fit)
export(ml_fit_and_transform)
export(ml_fpgrowth)
export(ml_freq_itemsets)
export(ml_gaussian_mixture)
export(ml_gbt_classifier)
export(ml_gbt_regressor)
export(ml_generalized_linear_regression)
export(ml_gradient_boosted_trees)
export(ml_is_set)
export(ml_isotonic_regression)
export(ml_kmeans)
export(ml_labels)
export(ml_lda)
export(ml_linear_regression)
export(ml_linear_svc)
export(ml_load)
export(ml_log_likelihood)
export(ml_log_perplexity)
export(ml_logistic_regression)
export(ml_model_data)
export(ml_multiclass_classification_evaluator)
export(ml_multilayer_perceptron)
export(ml_multilayer_perceptron_classifier)
export(ml_naive_bayes)
export(ml_one_vs_rest)
export(ml_param)
export(ml_param_map)
export(ml_params)
export(ml_pca)
export(ml_pipeline)
export(ml_predict)
export(ml_random_forest)
export(ml_random_forest_classifier)
export(ml_random_forest_regressor)
export(ml_recommend)
export(ml_regression_evaluator)
export(ml_save)
export(ml_stage)
export(ml_stages)
export(ml_standardize_formula)
export(ml_sub_models)
export(ml_summary)
export(ml_supervised_pipeline)
export(ml_survival_regression)
export(ml_topics_matrix)
export(ml_train_validation_split)
export(ml_transform)
export(ml_tree_feature_importance)
export(ml_uid)
export(ml_validation_metrics)
export(ml_vocabulary)
export(na.replace)
export(new_ml_classification_model)
export(new_ml_classifier)
export(new_ml_clustering_model)
export(new_ml_estimator)
export(new_ml_model)
export(new_ml_model_classification)
export(new_ml_model_clustering)
export(new_ml_model_prediction)
export(new_ml_model_regression)
export(new_ml_prediction_model)
export(new_ml_predictor)
export(new_ml_probabilistic_classification_model)
export(new_ml_probabilistic_classifier)
export(new_ml_transformer)
export(print_jobj)
export(random_string)
export(reactiveSpark)
export(register_extension)
export(registered_extensions)
export(sdf_along)
export(sdf_bind_cols)
export(sdf_bind_rows)
export(sdf_broadcast)
export(sdf_checkpoint)
export(sdf_coalesce)
export(sdf_collect)
export(sdf_copy_to)
export(sdf_crosstab)
export(sdf_debug_string)
export(sdf_describe)
export(sdf_dim)
export(sdf_fit)
export(sdf_fit_and_transform)
export(sdf_import)
export(sdf_is_streaming)
export(sdf_last_index)
export(sdf_len)
export(sdf_load_parquet)
export(sdf_load_table)
export(sdf_ncol)
export(sdf_nrow)
export(sdf_num_partitions)
export(sdf_partition)
export(sdf_persist)
export(sdf_pivot)
export(sdf_predict)
export(sdf_project)
export(sdf_quantile)
export(sdf_random_split)
export(sdf_read_column)
export(sdf_register)
export(sdf_repartition)
export(sdf_residuals)
export(sdf_sample)
export(sdf_save_parquet)
export(sdf_save_table)
export(sdf_schema)
export(sdf_separate_column)
export(sdf_seq)
export(sdf_sort)
export(sdf_sql)
export(sdf_transform)
export(sdf_with_sequential_id)
export(sdf_with_unique_id)
export(spark_apply)
export(spark_apply_bundle)
export(spark_apply_log)
export(spark_available_versions)
export(spark_compilation_spec)
export(spark_compile)
export(spark_config)
export(spark_config_exists)
export(spark_config_kubernetes)
export(spark_config_settings)
export(spark_config_value)
export(spark_connect)
export(spark_connection)
export(spark_connection_find)
export(spark_connection_is_open)
export(spark_context)
export(spark_context_config)
export(spark_dataframe)
export(spark_default_compilation_spec)
export(spark_default_version)
export(spark_dependency)
export(spark_dependency_fallback)
export(spark_disconnect)
export(spark_disconnect_all)
export(spark_extension)
export(spark_get_checkpoint_dir)
export(spark_get_java)
export(spark_home_dir)
export(spark_home_set)
export(spark_install)
export(spark_install_dir)
export(spark_install_find)
export(spark_install_tar)
export(spark_installed_versions)
export(spark_jobj)
export(spark_load_table)
export(spark_log)
export(spark_pipeline_stage)
export(spark_read_csv)
export(spark_read_jdbc)
export(spark_read_json)
export(spark_read_libsvm)
export(spark_read_orc)
export(spark_read_parquet)
export(spark_read_source)
export(spark_read_table)
export(spark_read_text)
export(spark_save_table)
export(spark_session)
export(spark_session_config)
export(spark_set_checkpoint_dir)
export(spark_submit)
export(spark_table_name)
export(spark_uninstall)
export(spark_version)
export(spark_version_from_home)
export(spark_versions)
export(spark_web)
export(spark_write_csv)
export(spark_write_jdbc)
export(spark_write_json)
export(spark_write_orc)
export(spark_write_parquet)
export(spark_write_source)
export(spark_write_table)
export(spark_write_text)
export(src_databases)
export(stream_find)
export(stream_generate_test)
export(stream_id)
export(stream_name)
export(stream_read_csv)
export(stream_read_json)
export(stream_read_kafka)
export(stream_read_orc)
export(stream_read_parquet)
export(stream_read_scoket)
export(stream_read_text)
export(stream_render)
export(stream_stats)
export(stream_stop)
export(stream_trigger_continuous)
export(stream_trigger_interval)
export(stream_view)
export(stream_watermark)
export(stream_write_console)
export(stream_write_csv)
export(stream_write_json)
export(stream_write_kafka)
export(stream_write_memory)
export(stream_write_orc)
export(stream_write_parquet)
export(stream_write_text)
export(tbl_cache)
export(tbl_change_db)
export(tbl_uncache)
export(tidy)
export(worker_spark_apply_unbundle)
exportClasses(DBISparkResult)
exportClasses(spark_connection)
exportClasses(spark_jobj)
import(DBI)
import(assertthat)
import(base64enc)
import(digest)
import(forge)
import(httr)
import(methods)
import(r2d3)
import(rprojroot)
import(utils)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbListTables)
importFrom(DBI,dbSendQuery)
importFrom(base64enc,base64encode)
importFrom(dbplyr,add_op_single)
importFrom(dbplyr,build_sql)
importFrom(dbplyr,escape)
importFrom(dbplyr,ident)
importFrom(dbplyr,select_query)
importFrom(dbplyr,sql)
importFrom(dbplyr,sql_build)
importFrom(dbplyr,sql_quote)
importFrom(dbplyr,sql_render)
importFrom(dbplyr,src_sql)
importFrom(dbplyr,tbl_sql)
importFrom(dbplyr,win_current_group)
importFrom(dbplyr,win_current_order)
importFrom(dbplyr,win_over)
importFrom(dplyr,"%>%")
importFrom(dplyr,.data)
importFrom(dplyr,as_tibble)
importFrom(dplyr,collect)
importFrom(dplyr,copy_to)
importFrom(dplyr,count)
importFrom(dplyr,db_analyze)
importFrom(dplyr,db_data_type)
importFrom(dplyr,db_desc)
importFrom(dplyr,db_explain)
importFrom(dplyr,db_query_fields)
importFrom(dplyr,db_save_query)
importFrom(dplyr,do)
importFrom(dplyr,everything)
importFrom(dplyr,groups)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,same_src)
importFrom(dplyr,sample_frac)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice_)
importFrom(dplyr,sql_escape_ident)
importFrom(dplyr,sql_select)
importFrom(dplyr,sql_set_op)
importFrom(dplyr,sql_subquery)
importFrom(dplyr,sql_translate_env)
importFrom(dplyr,src_tbls)
importFrom(dplyr,tbl)
importFrom(dplyr,tbl_vars)
importFrom(dplyr,type_sum)
importFrom(ellipsis,check_dots_used)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,http_error)
importFrom(httr,http_status)
importFrom(httr,text_content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(rlang,"!!")
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,quo)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(rstudioapi,sendToConsole)
importFrom(rstudioapi,showQuestion)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,gaussian)
importFrom(stats,na.fail)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(tibble,tbl_sum)