Giter Site home page Giter Site logo

msc_thesis's People

Contributors

m-durand avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

msc_thesis's Issues

.gitignore file seems to not be working properly

I have files in these folders:

modified:   code/model/.ipynb_checkpoints/*.ipynb
modified:   code/model/__pycache__/*.pyc

That I do NOT want tracked. However the .gitignore file does not find them. My guess is that it is because they are files whose names start with "." and "__" respectively. How do I fix this? @nanounanue

Como llamar scripts dentro de otros scripts

No se si algunos sea mejor llamarlos como modulos. Ahora tengo todos como exec(open("x.py").read((), y tengo un changedir en el script principal (linea 6 de code/model/clean_run.py), pero siento que no es la mejor manera de hacerlo.

Ayuda.

En este momento son las lineas

  • 45,46 y 61 de code/model/clean_run.py

Insercion de multiples registros a tablas no funciona correctamente

La inserción a las tablas experiments y world_parameters ya funciona, pero las otras dos tablas necesitan inserción de múltiples filas a la vez. Está en el script prepare_experiment_information.py con la función cur.executemany(), pero algo anda mal. Es necesario investigar el error todavía.

ID del experimento debe ser robusto

En lugar de crear el id del experimento como un numero random, crearlo como el SHA de todo el output del experimento, concatenado como un solo string de texto. Esto ademas ayuda a asegurar que los datos no fueron alterados.

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.