Skip to content

jacaranda-analytics/jacaranda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jacaranda

PyPI version GitHub versionLicense: MIT

Table of Contents

Description

Jacaranda is a wrapper package around several Data Science and Machine Learning librarys, such as

which creates an easy interface to interact, and automatically tune models produced by these libraries.

Examples

Examples for using the Jacaranda API to tune the following list of models is available in the examples folder.

  • Autoencoder
  • Variational Autoencode
  • Xgboost decicion tree
  • 1D Convolutional Neural Network
  • Multilayer Perceptron

Installation

Currently, there are various ways this package can be installed. These include

  • GitHub
  • pip

GitHub

To install from GitHub there are two options, the first option is to clone the repository and do a local installation from the cloned directory.

git clone git@github.com:jacaranda-analytics/jacaranda.git
cd jacaranda/ && pip install . 

The second option is to install from GitHub without first cloning the repository, to install the latest master branch, run the command.

pip install https://github.com/jacaranda-analytics/jacaranda/archive/master.zip

Pip

To install through pip, simply run

pip install jacaranda

License

About

Jacaranda provides an easy interface to produce and tune AI and Machine learning models.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages