GithubHelp home page GithubHelp logo

spongebbob / tabular_automl_nni Goto Github PK

View Code? Open in Web Editor NEW
69.0 69.0 26.0 243 KB

PAKDD AutoML challenge 2nd Feature Engineering Part

Home Page: https://www.4paradigm.com/competition/pakdd2019

Python 100.00%

tabular_automl_nni's Introduction

tabular_automl_nni's People

Contributors

spongebbob avatar xuehui1991 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tabular_automl_nni's Issues

Trial failed

I setup the environment with the file requirments.txt and run experiments with command provided in readme.md.
but the first trial failed and the dispatch log looks like
File "/Users/admin/Desktop/tabular_automl_NNI/./autofe_tuner.py", line 65, in generate_parameters sample_p = np.array(self.estimate_sample_prob) / np.sum(self.estimate_sample_prob) TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'

Nonetype Error when running train.tiny.csv

Thanks for your sharing.

I have this problem when trying to run the demo code and train.tiny.csv. The program failed at the first time. When I switched to other sample data like heart or haberman, sample problems happened.
(I'm using windows、lightgbm 2.3.1、nni 0.9.1)

Could anyone tell how to solve this problem. Thanks!

Here is the dispatcher.log:
[05/02/2020, 12:13:50 PM] INFO (nni.msg_dispatcher_base/MainThread) Start dispatcher
[05/02/2020, 12:14:05 PM] ERROR (nni.msg_dispatcher_base/Thread-1) unsupported operand type(s) for /: 'NoneType' and 'NoneType'
Traceback (most recent call last):
File "D:\Anaconda3\lib\site-packages\nni\msg_dispatcher_base.py", line 102, in command_queue_worker
self.process_command(command, data)
File "D:\Anaconda3\lib\site-packages\nni\msg_dispatcher_base.py", line 160, in process_command
command_handlerscommand
File "D:\Anaconda3\lib\site-packages\nni\msg_dispatcher.py", line 106, in handle_request_trial_jobs
params_list = self.tuner.generate_multiple_parameters(ids)
File "D:\Anaconda3\lib\site-packages\nni\tuner.py", line 52, in generate_multiple_parameters
res = self.generate_parameters(parameter_id, **kwargs)
File "D:\git\tabular_automl_NNI.\autofe_tuner.py", line 65, in generate_parameters
sample_p = np.array(self.estimate_sample_prob) / np.sum(self.estimate_sample_prob)
TypeError: unsupported operand type(s) for /: 'NoneType' and 'NoneType'
[05/02/2020, 12:14:09 PM] INFO (nni.msg_dispatcher_base/MainThread) Dispatcher exiting...
[05/02/2020, 12:14:11 PM] INFO (nni.msg_dispatcher_base/MainThread) Terminated by NNI manager

Error due to feature name

If some feature name in dataset include "_" ( like A_B), it will cause error.

solution: just rename your feature.

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.