Giter VIP home page Giter VIP logo

polar_bear's Introduction

Polar Bear

🐼 -> cleansing -> polar bear!! ʕ·ᴥ·  ʔ

CircleCI MIT License PyPI version Python Versions

Polar-bear is a library for easily and quickly performing machine learning tasks.

Example of machine learning tasks:

  • Classification
  • Regression

In addition, it generally performs necessary preprocessing automatically.

Example of preprocessing:

  • OnehotEncoding
  • Handling MissingValue

Installation

$ pip install polar-bear

Get Started

License

This project is licensed under the terms of the MIT license. See LICENSE for additional details.

polar_bear's People

Contributors

regonn avatar wakame1367 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

polar_bear's Issues

TypeError: data type "float128" not understood

Since the following error occurred during test execution, we will report it along with environmental information.
テスト実行時以下のエラーが発生したので環境情報と共に報告いたします。

Python

  • Python 3.6.6

Machine_Enviroment

  • OS
    • Windows 10 64bit

Package

  • Name: pandas
    • Version: 0.23.4
  • Name: numpy
    • Version: 1.15.3

ErrorLog

Error
Traceback (most recent call last):
  File "C:\Users\***\AppData\Local\Programs\Python\Python36\lib\unittest\case.py", line 59, in testPartExecutor
    yield
  File "C:\Users\***\AppData\Local\Programs\Python\Python36\lib\unittest\case.py", line 605, in run
    testMethod()
  File "C:\Users\***\PycharmProjects\polar_bear\tests\test_polar_bear.py", line 15, in test_clean
    train_df, test_df, target_col, 0.5)
  File "C:\Users\***\PycharmProjects\polar_bear\polar_bear\main.py", line 128, in clean
    return_df = _make_return_df(train_df, test_df, threshold_one_hot)
  File "C:\Users\***\PycharmProjects\polar_bear\polar_bear\main.py", line 67, in _make_return_df
    elif dtype in float_dtype_list:
TypeError: data type "float128" not understood

Command Line mode

Like

$ poler_bear --input-file original.csv --output-file output.csv --target target_column_name

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.