Metadata-Version: 2.1
Name: fastai_category_encoders
Version: 0.0.2
Summary: Category encoders integrated with Fast.ai 
Home-page: https://github.com/kireygroup/fastai-category-encoders
Author: Riccardo Sayn
Author-email: riccardo.sayn@kireygroup.com
License: MIT
Description: # fastai-category-encoders
        
        ## Get Started
        
        ### Install as a Python package
        
        ```bash
        pip install git+https://github.com/kireygroup/fastai-category-encoders
        ```
        
        ### Prerequisites
        
        To run this project you need to install Docker or Nvidia-Docker.
        
        ### Build the image
        
        An utility script can be found in `bin/build.sh`:
        
        ```bash
        ./bin/build.sh
        ```
        
        ### Run the image
        
        If you want to use Docker (on CPU):
        
        ```bash
        ./bin/run-cpu.sh
        ```
        
        If you want to run the container using Nvidia-Docker:
        
        ```bash
        ./bin/run-cuda.sh
        ```
        
        Note: if you plan on using Nvidia-Docker, you should use one of the images available on the Nvidia Container Repository.
        
        The container will start a new Jupyter Notebook server on port 8888.
        
        Note that the fastai_category_encoders folder will be mounted inside the container, so any change you make to the source files or notebooks will be replicated on both systems.
        
Keywords: encoding,fastai,pytorch,python,pandas,data
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
