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,796215 hours ago2,019July 06, 202240apache-2.0Python
🔮 Build multimodal AI services via cloud native technologies · Neural Search · Generative AI · Cloud Native
Kubeflow12,36923 days ago112April 13, 2021391apache-2.0TypeScript
Machine Learning Toolkit for Kubernetes
Kedro8,18183214 hours ago35May 09, 2022273apache-2.0Python
A Python framework for creating reproducible, maintainable and modular data science code.
Stanza6,53426814 hours ago17April 23, 202275otherPython
Official Stanford NLP Python Library for Many Human Languages
Augmentor4,8492182 months ago22April 27, 2022132mitPython
Image augmentation library in Python for machine learning.
Clearml4,21082 days ago93July 04, 2022304apache-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,757
14 days ago14April 06, 2022124agpl-3.0Python
Build data pipelines, the easy way 🛠️
Mage Ai3,689
3 days ago9June 27, 202254apache-2.0Python
🧙 The modern replacement for Airflow. Build, run, and manage data pipelines for integrating and transforming data.
Polyaxon3,27441115 hours ago334June 05, 2022121apache-2.0
MLOps Tools For Managing & Orchestrating The Machine Learning LifeCycle
Alternatives To Lathe.jl
Select To Compare


Alternative Project Comparisons
Readme

0.1.5 "ButterBall"

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.

Add Lathe

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

LTS (Long-term support, reccommended):

(v1.3) pkg> add Lathe#Butterball

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?

Easy To Use

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.

What's Inside?

Stats

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

Preprocess

  • Scalers
  • Encoders
  • Splitters

Models

  • Pipelines
  • Powerlog
  • Logistic Regression
  • Kmeans Clustering
  • 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
Repl