Giter Club home page Giter Club logo

Comments (3)

le-dawg avatar le-dawg commented on May 16, 2024

Oh, might this be related to my error (works flawlessly on the examples, throws errors on my dataset):

File "/usr/local/lib/python3.6/dist-packages/autoPyTorch-0.0.2-py3.6.egg/autoPyTorch/pipeline/nodes/imputation.py", line 29, in
dataset_info.categorical_features = [dataset_info.categorical_features[i] for i, is_nan in enumerate(all_nan) if not is_nan]
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

My fix seemed to solve the issue but created a new problem keyword X_train missing

My data is 7352x128x9 ndarray of purely numerical values (9 time series vectors of 128 length per each example).

Is setting validation_split to 0 or 1 going to temporarily fix the issue?

from auto-pytorch.

weir12 avatar weir12 commented on May 16, 2024

Hi
@le-dawg
I have the same problem as you described.
My data is the shape of [batch_sizes,time_steps,input_sizes] which is conforms to the RNN input data format.
Have you solved the problem now?
Thanks!

from auto-pytorch.

franchuterivera avatar franchuterivera commented on May 16, 2024

With the new refactor code in the development branch, this is no longer a problem. For this reason, I am closing this old issue.

from auto-pytorch.

Related Issues (20)

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.