project-walkthroughs icon indicating copy to clipboard operation
project-walkthroughs copied to clipboard

Data science, machine learning, and web development project code for https://www.youtube.com/c/Dataquestio .

Results 21 project-walkthroughs issues
Sort by recently updated
recently updated
newest added

Hello guys, can anyone explain me how can i writhe the code to predict future games in futball?

This issue is related to footbal_matches, specifically the scraping part. data = requests.get(standings_url) soup = BeautifulSoup(data.text) --> standings_table = soup.select('table.stats_table')[0] IndexError: list index out of range For the for loop...

ln 44 predictions=backtest(kse100,model, new_predictors ) give me an error

Hello, I am getting the below error while running the script: ![Screenshot 2023-09-07 213956-1](https://github.com/dataquestio/project-walkthroughs/assets/15088744/2e38c37e-033a-41b2-a49b-d8e76b585f87) Any help is greatly appreciated!!

Int he football matches, prediction code, I am getting a "closed only implemented for datetimelike and offset based windows" when I run the rolling average function. Anyone have an idea...

Hi, scrape is not working. i use python 3.9 on windows 11. Can you help? --------------------------------------------------------------------------- IndexError Traceback (most recent call last) Input In [19], in () 3 data =...