Git Product home page Git Product logo

wcs's People

Contributors

raoulvm avatar snowdd1 avatar

Watchers

 avatar

wcs's Issues

wcs.skl.compose.get_feature_names() failes if ColumnTransformer has 1D column vector(s)

If columns from a pd.DataFrame are listed as String and not as List of Strings, get_feature_names fails with

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-104-fd28a853c8d9> in <module>()
----> 1 get_feature_names(p[0].transformers[0][1])

/usr/local/lib/python3.6/dist-packages/wcs/skl/compose.py in get_feature_names(sklearn_object, input_features)
    107     else:
    108         # pass on
--> 109         return sklearn_object.get_feature_names(input_features)
    110 
    111 

TypeError: get_feature_names() takes 1 positional argument but 2 were given

google_drive_share does not support parquet files

Doc only, after the fact:

it is required to wrap the answer of google_drive_share() in a BytesIO object to enable parquet like this

pd.read_parquet(BytesIO(google_drive_share(url, binaryfile=True)))

in versions up to 0.6.7

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.