Giter VIP home page Giter VIP logo

Comments (10)

BojunZhan avatar BojunZhan commented on September 27, 2024 1

IMG_4624
In def read_data in split_sequence, you can try to replace tmps[1] with tmps[-1]

from pykt-toolkit.

Xemorr avatar Xemorr commented on September 27, 2024

@BojunZhan This is somewhat related to my other issue as I fixed this issue by adding an entry for ednet into the first screenshot, but obviously lead to me modifying the code to even get data_preprocess to run...

from pykt-toolkit.

BojunZhan avatar BojunZhan commented on September 27, 2024

Ok, I understand your question. Sorry for the trouble to you. Due to our negligence, we did not consider the processing of ednet when adding the code processed by ednet5w. You can pass dataset_name when calling ednet_preprocess, and we'll change the code and push it up as soon as possible. Thank you!!

from pykt-toolkit.

Xemorr avatar Xemorr commented on September 27, 2024

Ok, I understand your question. Sorry for the trouble to you. Due to our negligence, we did not consider the processing of ednet when adding the code processed by ednet5w. You can pass dataset_name when calling ednet_preprocess, and we'll change the code and push it up as soon as possible. Thank you!!

Thank you! I get this issue ValueError: invalid literal for int() with base 10: ')' when running Ednet5W, do you know what's caused that?

from pykt-toolkit.

Xemorr avatar Xemorr commented on September 27, 2024

Thank you so much for your help Zhan, one more question, what is the difference between ednet and ednet5w so I know whether I can use ednet5w for my usecase.

from pykt-toolkit.

badranX avatar badranX commented on September 27, 2024

Ok, I understand your question. Sorry for the trouble to you. Due to our negligence, we did not consider the processing of ednet when adding the code processed by ednet5w. You can pass dataset_name when calling ednet_preprocess, and we'll change the code and push it up as soon as possible. Thank you!!

Thank you! I get this issue ValueError: invalid literal for int() with base 10: ')' when running Ednet5W, do you know what's caused that?

This problem originates from a bug in data preprocessing #145. But @BojunZhan solution is easier for a one case. I thought this project is dead :)

from pykt-toolkit.

BojunZhan avatar BojunZhan commented on September 27, 2024

Thank you so much for your help Zhan, one more question, what is the difference between ednet and ednet5w so I know whether I can use ednet5w for my usecase.

The difference between ednet and ednet5w goes back to the amount of data, as the original ednet dataset was too large, we only sampled 5000 of these students initially, and as we followed up, we made an additional attempt to sample 50,000 students. In the usage scenario, you can choose ednet or ednet5w on your own as per your requirement.

from pykt-toolkit.

sonyawong avatar sonyawong commented on September 27, 2024

Ok, I understand your question. Sorry for the trouble to you. Due to our negligence, we did not consider the processing of ednet when adding the code processed by ednet5w. You can pass dataset_name when calling ednet_preprocess, and we'll change the code and push it up as soon as possible. Thank you!!

Thank you! I get this issue ValueError: invalid literal for int() with base 10: ')' when running Ednet5W, do you know what's caused that?

This problem originates from a bug in data preprocessing #145. But @BojunZhan solution is easier for a one case. I thought this project is dead :)

Hii, thank you for pointing out the issue caused by pandas versions when conducting data preprocessing and providing appropriate solution. We have fixed the issues. If you have any other questions about our repo, please feel free to contact us. Thx!!

from pykt-toolkit.

MyGithub1234567890 avatar MyGithub1234567890 commented on September 27, 2024

好的,我明白你的问题。很抱歉给您带来麻烦。由于我们的疏忽,我们在添加ednet5w处理的代码时没有考虑ednet的处理。调用ednet_preprocess时可以传递dataset_name,我们会尽快更改代码并推送。谢谢!!

谢谢!我在运行 Ednet5W 时遇到这个问题,你知道是什么原因造成的吗?ValueError: invalid literal for int() with base 10: ')'

此问题源于数据预处理 #145 中的错误。但对于一个案例来说,解决方案更容易。我以为这个项目已经死了:)

嗨,感谢您在进行数据预处理并提供适当的解决方案时指出 pandas 版本引起的问题。我们已经解决了这些问题。如果您对我们的回购有任何其他疑问,请随时与我们联系。感谢!!

想问一下如果要使用ednet5w 在dataprocess文件中,路径是 "ednet5w": "../data/ednet/",还是"../data/ednet5w/"呢?

from pykt-toolkit.

BojunZhan avatar BojunZhan commented on September 27, 2024

MyGithub1234567890

好的,我明白你的问题。很抱歉给您带来麻烦。由于我们的疏忽,我们在添加ednet5w处理的代码时没有考虑ednet的处理。调用ednet_preprocess时可以传递dataset_name,我们会尽快更改代码并推送。谢谢!!

谢谢!我在运行 Ednet5W 时遇到这个问题,你知道是什么原因造成的吗?ValueError: invalid literal for int() with base 10: ')'

此问题源于数据预处理 #145 中的错误。但对于一个案例来说,解决方案更容易。我以为这个项目已经死了:)

嗨,感谢您在进行数据预处理并提供适当的解决方案时指出 pandas 版本引起的问题。我们已经解决了这些问题。如果您对我们的回购有任何其他疑问,请随时与我们联系。感谢!!

想问一下如果要使用ednet5w 在dataprocess文件中,路径是 "ednet5w": "../data/ednet/",还是"../data/ednet5w/"呢?

路径是:“ednet5w":"../data/ednet"

from pykt-toolkit.

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.