-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error and do not know how to resolve it. I am working on the Windows 11 WSL2 subsystem. #233
Comments
I'm not sure why that error is happening. I know Linux is supported – NEXT should run there. The more pertinent question: why do you want to use NEXT? Who are you collaborating with? |
I am also from UW Madison. I am working on a marketing project about a donation platform. We want to use the NEXT platform to simulate active learning on recommending donation projects to new users. I am working with Prof. Qing at Bussiness School. For this issue, I tried with different versions of Ubuntu as WSL2 systems and it occurred. The command I run is "./docker_up.sh", but I got an error message 'env: bash\r: No such file or directory'. I typed command 'sed |
What type of query do you want to ask to the user? Do you have features for each user? By "NEXT should run on Linux," I meant that it should work on a base installation of Ubuntu/etc. It might work on WSL2 as well, but I would verify with Ubuntu/etc first. Let's figure out your use case first. |
I was trying to learn how NEXT works. I just want to set it up and run the example cases in your example folder. Then I faced this issue when I was installing it. |
For that task, I'd most recommend watching the PyData or SciPy talk mentioned at https://github.com/nextml/next//wiki. It briefly mentions some of the interface – and if you're launching Docker machines by yourself, I think you're ready. Launching with the AMI should work (but may not): https://github.com/nextml/next//wiki/AMI-launch
What information do you have about the users and donation tasks? What does "success" look like – are you trying to increase revenue with A/B testing, or are you trying to increase click-through rate for online ads? I ask these questions because I suspect there will be more interest, especially given Prof. Qing's research interests. |
Any update @zsong96wisc? Have you launched successfully? Prof. Robert Nowak is a lot more involved in this project than me (I've since graduated from UW), and has been involved in paper we list at http://nextml.org/papers. I think he'd be interested in this research project, and will be able to provide some good problem-specific insights and/or help. I recommend reaching out to him. |
We've had some trouble with Rob's Amazon AWS account. I've emailed UW's public cloud support team, and cc'd Rob. I'll keep you updated. In the meantime, I'd suggest using a macOS or Linux machine (possibly through Amazon EC2) to get up and running... I haven't seen the error in #233 (comment) before, and these commands worked for me on macOS 10.14.6: $ cd ~/Developer/nextml/NEXT/
$ cd local
$ ./docker_up.sh
$ # visited http://localhost:8000/home, successfully launched strange_fruit_triplet What question do you want to ask humans? (e.g., "how good is item A?", "is item A or B better?", "is item A or B more similar to item H?") Do you have context for each user? There are some active learning software platforms that could be useful. If you're interested in asking about three items ("triplet queries" above), I would look at Salmon: https://docs.stsievert.com/salmon/ (and also talk to Prof. Nowak; I'm not sure the active ML algorithms in there are suited for marketing/etc). |
Any update here? |
The text was updated successfully, but these errors were encountered: