Git Product home page Git Product logo

desafio-2-2020-tortuga-code's People

Contributors

libardolara avatar vanderlei-filho 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

Watchers

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

desafio-2-2020-tortuga-code's Issues

ERROR al implementa usando el método `` deployments.create ()

como puedo superar este mensaje de error
Instance creation of size small and type scikit-learn0.20 failed.

WMLClientError Traceback (most recent call last)
in
8 deployment_type='online', # No cambie este parámetro
9 deployment_format='Core ML', # No cambie este parámetro
---> 10 meta_props=model_meta # No cambie este parámetro
11 )

/opt/conda/envs/Python36/lib/python3.6/site-packages/watson_machine_learning_client/deployments.py in create(self, artifact_uid, name, description, asynchronous, deployment_type, deployment_format, meta_props, **kwargs)
520 else:
521 print_text_header_h2(u'Deployment creation failed')
--> 522 self._deployment_status_errors_handling(deployment_details, 'creation')
523 elif response.status_code == 201:
524 deployment_details = response.json()

/opt/conda/envs/Python36/lib/python3.6/site-packages/watson_machine_learning_client/deployments.py in _deployment_status_errors_handling(self, deployment_details, operation_name)
52 raise WMLClientError('Deployment ' + operation_name + ' failed. Error: ' + str(deployment_details['entity']['status_message']))
53 except WMLClientError as e:
---> 54 raise e
55 except Exception as e:
56 self._logger.debug('Deployment ' + operation_name + ' failed: ' + str(e))

/opt/conda/envs/Python36/lib/python3.6/site-packages/watson_machine_learning_client/deployments.py in _deployment_status_errors_handling(self, deployment_details, operation_name)
47 else:
48 print(error)
---> 49 raise WMLClientError('Deployment ' + operation_name + ' failed. Errors: ' + str(errors))
50 else:
51 print(deployment_details['entity']['status_message'])

WMLClientError: Deployment creation failed. Errors: [{'code': 'error_in_instance_creation', 'message': 'Instance creation of size small and type scikit-learn0.20 failed.'}]

algún consejo? llevo un buen rato y se me acabaron la ideas.

Creacion de nuevas columnas

Saludos,

Tengo una duda de como considerar nuevas columnas hechas de los datos en las transformaciones para el notebook 2, ya que se hace el split de los features antes de llamar la transformación dentro del pipeline.

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.