Lathe.jl

Lathe is an inclusive Predictive Learning module for Julia
Alternatives To Lathe.jl
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jina17,8452a day ago2,019July 06, 202238apache-2.0Python
🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native
Kubeflow12,39025 hours ago112April 13, 2021397apache-2.0TypeScript
Machine Learning Toolkit for Kubernetes
Tpot8,9894018a day ago60January 06, 2021284lgpl-3.0Python
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Kedro8,199832a day ago35May 09, 2022280apache-2.0Python
A Python framework for creating reproducible, maintainable and modular data science code.
Stanza6,54326816 hours ago17April 23, 202273otherPython
Official Stanford NLP Python Library for Many Human Languages
Augmentor4,8492182 months ago22April 27, 2022132mitPython
Image augmentation library in Python for machine learning.
Clearml4,2298a day ago93July 04, 2022307apache-2.0Python
ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management
Deeplearningproject4,043
3 years ago3mitHTML
An in-depth machine learning tutorial introducing readers to a whole machine learning pipeline from scratch.
Orchest3,773
4 days ago14April 06, 2022124agpl-3.0Python
Build data pipelines, the easy way 🛠️
Mage Ai3,691
18 hours ago9June 27, 202254apache-2.0Python
🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data.
Alternatives To Lathe.jl
Select To Compare


Alternative Project Comparisons
Readme

ButterBall (0.1.9)

Lathe.jl is an all-in-one package for predictive modeling in Julia. It comes packaged with a Stats Library, Preprocessing Tools, Distributions, Machine-Learning Models, and Model Validation. Lathe features easy object-oriented programming methodologies using Julia's dispatch.

https://lathe.ai/

version deps pkgeval

Add Lathe

(press ] in the Julia REPL to go to Pkg REPL)

Latest (Get the latest stable developments):

(v1.3) pkg> add Lathe

Unstable (Get the latest undocumented and unstable developments):

(v1.3) pkg> add Lathe#Unstable

What's great about Lathe?

Easily ML

Lathe brings an entirely different methodology to the Julia language. Types are created to adhere to the object-oriented programming paradigm, and syntax is akin to that of Pythonic machine-learning packages, like SkLearn.

Fully Featured

Lathe includes many of the tools commonly used by machine-learning engineers and scientists out of the box, rather than relying on more dependencies to do so.

Deployable

Lathe models can be easily serialized and deployed onto production servers using Genie.jl, or a similar high-performance web-server. Lathe also has support for pipelines, meaning most pre-processing operations can be automated and performed with one easy call.

Fast

Lathe uses a faster methodology than most other Julia packages for machine-learning. Furthermore, the package also takes advantage of the natural ability of the language to be fast. As a result, Lathe is also faster than most similar packages for other high-level statistical programming languages.

Julian

Lathe is written in 100-percent pure Julia. As a result, the package often takes advantage of very Julian methods of dealing with problems, such as dispatch, macros, and syntactical expressions.

Compatible

Lathe.jl has DataFrames.jl support, making it incredibly easy to put your data to work!

Improving

Lathe.jl is a relatively immature package, but is still making considerable leaps in the Julia ecosystem! Lathe is constantly improving, and that is a great thing if you happen to be utilizing the package!

What's Inside?

Stats

  • Distributions
  • Statistical tests
  • Bayesian tests
  • Model validation
  • Sampling
  • General Statistics

Preprocess

  • Scalers
  • Encoders
  • Splitters

Models

  • Pipelines
  • Powerlog
  • Random Forest Classifier
  • Decision Tree Classifier
  • Pipelines
  • Linear Regression
  • Linear Least square

Documentation

Popular Machine Learning Projects
Popular Pipeline Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Machine Learning
Ml
Pipeline
Julia