KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
spark-training
★ 55
Open GitHub ↗
Repository used for Spark Trainings
Download README (.md)
Explore Similar Repositories
SparkML
:
Spark ML with pyspark
customer_churn_prediction
:
零售电商客户流失模型,基于tensorflow,xgboost4j-spark,spark-ml实现LR,FM,GBDT,RF,进行模型效果对比,离线/在线部署方式总结
mlflow-spark-summit-2019
:
MLFlow Spark Summit 2019 Presentation
US-Stock-Prediction-Using-ML-And-Spark
:
Predict stock price based on financial news feeds
ai-models-serialization
:
AI模型序列化总结
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
spark-training
?
Download (.md)
# Spark Training Repository This repository contains many different examples, exercises and tutorials for Spark and Hadoop trainings performed by dimajix. You can always find the latest version on GitHub at https://github.com/dimajix/spark-training ## Contents The repository contains different types of documents * Source Code for Spark/Scala * Jupyter Notebooks for PySpark * Zeppelin Notebooks for Spark/Scala * Hive SQL scripts * Pig scripts * ...and much more ## External Dependencies Some notebooks require some test data provided by dimajix on S3 at s3://dimajix-training/data/. ## Building Executables The source code can be built using Maven, simply by running mvn install from the root directory. ## Running Examples Most code is either provided as interactive Notebooks (Jupyter and/or Zeppelin) or as compilable programs. Programs which create jar files always contain start scripts, which take care of setting any environment variables and Spark configuration properties.