About Anaconda Help Download Anaconda

octo / packages / bdacore 3.0.1

  • 5840 total downloads
  • Last upload: 5 years and 7 months ago

Installers

Info: This package contains files in non-standard labels.

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/octo/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/DD-174/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/DD-191/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/SAR-prediction-interval/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/bsr-test-fill-na/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/categorical-projection-5/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/dev/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/fe-variable-distribution-6/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/keras-collection-10/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/normalize_confusion_matrix/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/precision_with_fixed_recall_and_vice_versa/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/rolling_shift_warning_35/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/rollingwindower-refactoring-32/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/tuto-kaggle/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/tuto_docs/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/unit-test-for-prediction-interval/simple bdacore
pip install -i https://pypi.anaconda.org/octo/label/viz_confusion_matrix/simple bdacore

Description

===============

What is this?

BDA core library of data science and data manipulation functions.

====================

How do I install it

First, make sure you have miniconda or anaconda installed. If not, install it! <https://conda.io/docs/user-guide/install/index.html>_

Then you can install bdacore by running::

make install

This will install the main requirements for running the bdacore lib. If you use advanced methods, you may need to install extra packages.

If you want to install all required packages at once, then run::

make develop_env

You may want to override the default package name (bdacore) and Python version (3.6). This can be done by overriding the ENV_NAME and ENV_PY_VERSION as follows::

make develop_env ENV_NAME=bdacore_py2 ENV_PY_VERSION=2.7

===============================

Where can I see some examples?

Check the docs <http://datadriver-doc-ddapi.s3-website-eu-west-1.amazonaws.com/bdacore/>. A good entry point is to check the tutorials <http://datadriver-doc-ddapi.s3-website-eu-west-1.amazonaws.com/bdacore/tutorial.html>!


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy