The Wayback Machine - https://web.archive.org/web/20210822050514/https://github.com/topics/hadoop
Skip to content
#

hadoop

Here are 2,550 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
  • Updated May 13, 2021
  • Python

编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringCloud,TCPIP,Tomcat,Zookeeper,人工智能,大数据类,并发编程,数据库类,数据挖掘,新面试题,架构设计,算法系列,计算机类,设计模式,软件测试,重构优化,等更多分类
  • Updated Aug 3, 2021

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
  • Updated Aug 21, 2021
  • Jupyter Notebook
electrum
electrum commented Aug 5, 2021

If the --server option is used without a protocol, then it should use https when on port 443. For example, these invocations would be equivalent, with the first one having the new behavior:

trino --server example.net:443
trino --server https://example.net:443
trino --server https://example.net

This will make the CLI consistent with the JDBC driver in this regard. While it's t

jcmincke
jcmincke commented Aug 18, 2021

Note: I am not sure whether this one should stay here or go to the ibis_bigquery repo.

However, I think this one is quite serious because it leads very hard-to-detect bugs.

import ibis
import ibis_bigquery
from google.cloud import bigquery
import pandas as pd

my_table = 'my_table'

pdf = pd.DataFrame({'a': [1, 1, 1], 'b': [1, 2, 3]})

# Load client
client = bigquery.Client(pr

Improve this page

Add a description, image, and links to the hadoop topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hadoop topic, visit your repo's landing page and select "manage topics."

Learn more