Instruction
stringlengths
0
86.4k
Response
stringlengths
0
127k
Hi , I think this is due to the bad entry of data, the "Rio"s in the dataset have different meaning. you can check it in Wikipedia on State of Brazil The following entries need to pay attention: Rio = Rio de Janeiro Rio = Rio Grande do Norte Rio = Rio Grande do Sul Mato Grosso = Mato Grosso Mato Grosso = Mato Grosso ...
That makes sense! However, how might we determine which Rio is which?
Hi I believe there is a bug with the completion checking feature. I have made a report for functions and getting help in this thread, which has gotten an official Kaggle response. As the course completion feature was recently rolled out, the team are in the process of on getting competion checking more accurate. I ...
Hi, even I am facing the same issue for the course - Data Visualization. Screenshot attached for reference. I have completed all the exercises but it is only visible for the first two modules.
As the notebook starts with " Learn feature engineering and feature selection techniques", I think I'm in the right place. Nice and different heatmaps and beautiful swarmplots. Sahib Thanks.
Thanks for the support
I don't understand what do you mean. What should we do?
OK I understand. I don't think anyone is doing that in this competition because submission kernel will fail if you will not submit full data, right? And if you want to submit private data as zero first you need to spend some time to find out which data is private and which is public (you need to store public test set f...
If you think of the positions as having some hierarchy, some of these are just being recorded at different levels. I'll try to list them in their hierarchy as best as possible - Offense Offensive Line (OL) These are the guys on the line of scrimmage, who's job it is to block the defense. If it is a passing play, the...
Thank you very much! I'll give it a good read and go watch some more games =)
For a Google company they have had lots of dead time for me over the last year - never longer than a 1 hour or so time frame when I could get nothing. Submissions very often seem to go to sleep - I close my browser and reopen and most times my submissions are there. Was doing a submission last month with a team mate ...
I am sincerely sorry... It's been a long time for me when I was addict and I completely forgot to click on the submit button. Crazy indeed, really. I must apologize for that mistake.
Nice kernel! I tried running this in Colab, but I get the following error: ``` TypeError Traceback (most recent call last) in () 40 41 ---> 42 model.compile(optimizer = Adam(learning_rate = LR), 43 loss = 'binary_crossentropy', 44 ...
I didn't realize that I didn't paste the error I encountered. I updated my original post.
Hi, running the script train001.sh appear to me that validation dataset is not created having 0 elements. From the log infact i get the following: mode: train workdir: ./model/model001 fold: 5 batch size: 28 acc: 1 model: se_resnext50_32x4d pretrained: imagenet loss: BCEWithLogitsLoss optim: Adam dataset_policy: all w...
Hi, I try to report my debug outputs. when I runpython3 -m main train ./conf/model001.py --fold 5 --gpu 0 --n-tta 5 the file main.py run epoch 0 correctly After that, the code line 134 val = run_nn(cfg.data.valid, 'valid', model, loader_valid, criterion=criterion) jump in an error File "/media/alberto/50C03782C0376...
Did anyone probed public/private data split? Is it timebased splits or random? Didn't find information about it in competition description.
A logical split for this would be by building_id - so maybe we looking at only 22% of the buildings. How hard is that assumption to probe?
You can get them down to only 3/4 of GB by dropping precision to 4 decimals - as noted in the overview Kaggle using only 4. I use this - ``` need to format the res to only 4 decimals to reduce memory - kaggle evaluation only to 4 digets res = np.round_(res, decimals=4, out=None) ``` Kaggle will also accept compre...
Got to read the fine print :)
You can get them down to only 3/4 of GB by dropping precision to 4 decimals - as noted in the overview Kaggle using only 4. I use this - ``` need to format the res to only 4 decimals to reduce memory - kaggle evaluation only to 4 digets res = np.round_(res, decimals=4, out=None) ``` Kaggle will also accept compre...
https://www.kaggle.com/c/ashrae-energy-prediction/data sample_submission.csv A valid sample submission. All floats in the solution file were truncated to four decimal places; we recommend you do the same to save space on your file upload. There are gaps in some of the meter readings for both the train and test sets. ...
I don't understand what do you mean. What should we do?
Fast submission is where you make predictions on the public test and upload the submission file as an external dataset and submit that to kaggle(with a little modification to the code so that it goes through unseen test data without error) It is fast but gives 0 score on private test set. Edit - I took a lot of time ...
You can get them down to only 3/4 of GB by dropping precision to 4 decimals - as noted in the overview Kaggle using only 4. I use this - ``` need to format the res to only 4 decimals to reduce memory - kaggle evaluation only to 4 digets res = np.round_(res, decimals=4, out=None) ``` Kaggle will also accept compre...
Silly question but where does it say that only 4 decimals are used?
I don't understand what do you mean. What should we do?
Fast submission is computing public test predictions offline and then only submitting public test predictions to Kaggle. When you do this, the corresponding private LB score is 0.0.
About 3/4 of the way thru the V1 course on fastai - in your opinion will I get too confused if I continue thru the course on V1 and fork your V2 kernel ?
Thanks - started to watch the walkthroughs last week thinking I might just skip V1 but realized you do need to attend 1st grade before you go to high school. Will be forking your script and will blame you if I get confused :)
If you change your loss functions the pre-trained model should do even better and they will converge to 0.1.
something like a weighted_crossentropy_loss?
some of the buildings spend more energy cooling than heating. I had assumed it would be the opposite. I take it you've never paid for utility bills before ;-). Summer month are always more expensive than winter months. Cooling is a lot more difficult to do than heating and a lot less efficient, from an energy tra...
Well said.
Only worked on the edges of building energy and design over the years working for glass company making great glass for big buildings, but I know that for many "office" type buildings all the electrical gear, lights, etc. in a building generate a lot of heat and that the cooling load is much larger than the outside tem...
That's probably part of the story indeed. I still can't wrap my head around why, for e.g. building 2, the meter readings increase as you go from 0 to 15 degrees C outdoor temperature. Would buildings use AC when it's 10 degrees outside?
Looking forward to an interesting competition, ! Some kagglers in another thread expressed concern regards to how 'production usable' models out of this competition would be if they incorporated weather information—in reality, only forecasts would be known at inference, yet we're seemingly given actual accurate weathe...
In 2009 I retired and was thinking about a new city/state to live in. Being a data driver xx?% kind of guy I downloaded all the weather data for USA for a decade. Than looked for city where it never got too hot or too cold. When you plot a decade worth of temperatures for a city, the curve is very repeating. So mak...
Awesome work, ! , your work is cross-pollinating!
Thanks Felipe. Didn't think someone would ever put so much effort into CQ500!
Just out of curiosity , if it is ASHRAE - Great Energy Predictor III , where are Predictor I and Predictor II ?? 🙄
What Clayton has mentioned elsewhere - Kaggle has the floppy disk data available for you to see if todays methods can beat the 90's.
Yes. In an interactive kernel, if you view the 1801 test images in the folder test_images, those are the images for your public leaderboard score. When you click submit on your kernel, your code loads a new folder of test_images which contains 5403 = 1801 + 3602 images. The new folder includes 3602 images that we have ...
The sample_submission.csv that we can download and view has 7204 rows which is 1 row per defect per image = 4 * 1801 images. When you submit, your code has access to a new different sample_submission.csv. This new csv has 21612 rows which is = 4 * 5403 because your code gains access to 5403 test images.
Hi, I have a Ph.D. in Industrial Engineering and I did my thesis about Life Cycle Assessment of buildings. In which the energy consumption has a great importance. I program in R and Python and I'm a beginner in machine learning. I'm from Barcelona and my email is juanmah@gmail.com
Hola Juan Mah Tengo 20 años desarrollando en diferentes lenguajes. Para inteligencia artificial utilizo FastAi y PyTorch (Python) he logrado con esto realizar varias ejercicios de Kaggle e igualar los errores de los primeros lugares. Nunca he competido en Kaggle en una competencia abierta Cuento con los equipos para ...
Great approach sir ! Congrats ! R is great 🙌 I upvoted ! Appreciate if you can upvote my kernel as well or give me any recommendation for improvement. Kernel : Intro Ashrae Thank you!
Done!
Yes. In an interactive kernel, if you view the 1801 test images in the folder test_images, those are the images for your public leaderboard score. When you click submit on your kernel, your code loads a new folder of test_images which contains 5403 = 1801 + 3602 images. The new folder includes 3602 images that we have ...
the shape is 7204 because 1801 is not the number of rows, it is the number of images and the goal of this competition is to predict 4 masks per image
So far best is NN with CV 0.01300, LB 0.01343 Tree based models seems to be performing significantly worse here (at least on CV for me).
Thanks for sharing. If you don't mind me asking- are you using a tabular NN with engineered features - or something like a graph NN?
resnet-34 single model, single fold, tta LB 0.90283 can't reproduce on local GPU
I use classification and segmentation stages, I use pytorch, I use efficientnet and resnet34. Can't say more at this point about my method :)
Just a guess on my part but I think the buildings only in North America and likely USA only. Go to the DOE web site for USA and it would seem that the data is result of survey's conducted in US. So I will be using USA holidays myself.
Thanks, . I'll check that site out, but the reason I was confused is because the "Data Description" section for this competition says, "The dataset includes three years of hourly meter readings from over one thousand buildings at several different sites around the world." (bolding is mine)
Yes. In an interactive kernel, if you view the 1801 test images in the folder test_images, those are the images for your public leaderboard score. When you click submit on your kernel, your code loads a new folder of test_images which contains 5403 = 1801 + 3602 images. The new folder includes 3602 images that we have ...
, the shape of the sample submission file is (7204, 2). So I think the calculation is that test_images contains 7204 = 1801 + 5403 images.
resnet-34 single model, single fold, tta LB 0.90283 can't reproduce on local GPU
are you using class based thresholds?
So many techniques to master, makes me dizzy... which is sort of fun. Your kernel unites many interesting features. I'll read it a few times. Thanks a bunch
Thanks for the good feedback! In short, I have this one - "The one line of the code for prediction : LB = 0.83253 (Titanic Top 2-3%)": https://www.kaggle.com/vbmokin/titanic-top-3-one-line-of-the-prediction-code
Its downloading now. Google Colab users please upgrade pip, uninstall kaggle and then reinstall it with --upgrade option. If you upgrade directly it doesn't upgrades to 1.5.6, it just uses the 1.5.4 version.
Did you manage to fix the issue ?
I don't understand what do you mean. What should we do?
Thanks now I understand. Experiment with more than 1 hour can be only executed this way. My strategy is to always do full prediction, even if I change very small thing.
resnet-34 single model, single fold, tta LB 0.90283 can't reproduce on local GPU
2 folds out of 5, more or less clock is ticking, 4 days to go LB 0.91874
Thank you for posting this Konstantin! Your TPU code is very informative, I'd tried a few times to get pytorch_xla working before without success so seeing a pytorch model training on the tpu is most excellent.
Good point, this is something that took me a few tries to get right. I used the Kaggle api to get the data into my gcp instance. I had to request a quota increase from the 500GB ssd limit since the zip file and the unzipped data were larger than this. I agree with Konstatin, you should get the storage you need as i...
I don't understand what do you mean. What should we do?
There are many benefits. You can work offline (avoid logging into Kaggle), you save time (don't run your code twice to see LB score), you save GPU quota allowance (don't use GPU to submit), and you can run experiments that take longer than 1 hour to run. (Of course if those experiments are successful you will need to f...
Could you explain why do you mirror Y coordinates? Y_std = ifelse(ToLeft, 160/3-Y, Y) It's rotation not mirroring.
It's precisely because it is a rotation: +-----------+ 180° +-----------+ | | rotation | <-X | | | ----------> | | | X-> | | | +-----------+ +-----------+ If you don't adjust y, it's just a reflection about the Y-axis.
I don't understand what do you mean. What should we do?
But what is benefit of it? You still need to implement valid code later and if you will do it later you have big chance to have some error.
This is the error I get with running in Colab:
Ahh yes .... that one ... Colab is using an older version of Keras compared to the Kaggle Kernels. Change the 'learning_rate' to 'lr'. See this commit from the Keras Github
Thank you for posting this Konstantin! Your TPU code is very informative, I'd tried a few times to get pytorch_xla working before without success so seeing a pytorch model training on the tpu is most excellent.
I created an SSD disk with the size of 400 GB, which is enough to hold the unpacked dataset. I said it's not an issue because you can create large enough disk if you're already on GCP, and it's price is small compared to other components.
In which line you determined the scatters colours, in[20], [23] and [24]? I couldn't find. I loved that matching of colours. Great notebook Ronald.
Thank you! The colors on those plots are determined by: c=train.Cover_Type It assigns a color to each cover type value. I used the default palette, but there are others and I think you can define your own.
this was a good competition on kaggle. you can get some interesting Notebook for Recommendation here. https://www.kaggle.com/c/data-science-for-good-careervillage
thanks bharat , you are always helpful 👍
Is there still value in converting to KITTI as only the front facing camera data is retained ? What i am not able to grapple in this competition is where to even start ?
Use this kernel, it'll convert all cam boxes to kitti format. Assuming that you are familiar with 2d object detection, this blog can give you a head start
-- It's how far, in yards, the player traveled since the previous time frame. Snapshots of location data come in ten times every second, so this equates to how far the player traveled in the previous tenth of a second
Thank you for replying. ' the player traveled since the previous time frame' Which time frame exactly? Is it -BEFORE the play (PlayID) starts? (something like preparation) or - is this the LAST 1/10 second of the TOTAL play (PlayId) , or - is this the LAST 1/10 second BEFORE Handoff? Im trying to find out the use of...
I don't understand what do you mean. What should we do?
I believe many people are doing "fast submission". It allows you to work completely offline. You train and infer offline. And then when you want to see your LB score, you click a button and see your LB score in 15 seconds.
I don't understand what do you mean. What should we do?
it will not fail. I am doing it
Hi , I think this is due to the bad entry of data, the "Rio"s in the dataset have different meaning. you can check it in Wikipedia on State of Brazil The following entries need to pay attention: Rio = Rio de Janeiro Rio = Rio Grande do Norte Rio = Rio Grande do Sul Mato Grosso = Mato Grosso Mato Grosso = Mato Grosso ...
Hi ! I believe that looking at how data is presented to us and after doing my analytics and location search, Rio would be a combined group (State) of Rio de Janeiro region in Brazil. According to this outline:
Nice work! how did you choose the step = 50000 ?
Thanks ! great approach ! simple and helpful !💪
t's nice work and great approach I upvoted! 💪 Appreciate if you can upvote my kernel as well or give me any recommendation for improvement. Simple EDA: https://www.kaggle.com/caesarlupum/catcomp-simple-target-encoding/notebook Thank you!
Great work sir !
I decided to have some fun with the data, as I am very new with Python, and who doesn't love some deep dive into a new dataset? wink There are 2 HYPOTHESIS: - H1: there were no new houses built indeed ( maybe demand of the real estate market soared, and so did demand for new houses) - H2: there is a gap in the data/ no...
Hello Andrada, I don't agree with your conclusion for hypothesis 1. If an event occurs with such an impact, we can't make meaningful conclusions for the future from the historical data in my opinion.
It could be something with your batch sizes. The csv that you can download is produced when your notebook runs the first time using a test_image directory of 1801 files. The csv that gets submitted to Kaggle is produced when your notebook runs the second time using a test_image directory of 5403 files. If your batch ...
IIRC at this point I was using keras
It could be something with your batch sizes. The csv that you can download is produced when your notebook runs the first time using a test_image directory of 1801 files. The csv that gets submitted to Kaggle is produced when your notebook runs the second time using a test_image directory of 5403 files. If your batch ...
Interesting do you use keras? With pytorch the dataloader by default loads the last batch even it is smaller than the batch size.
Hi!) Hmm, your answer is correct, but for some reason the checker doesn't accept it. Have you tried restarting the session? I ran your query (with original formatting) and didn't get any errors. But I can't understand what this code segment does and how it influences the result. It limits the amount of data proce...
😊
Thanks for sharing !👍
Thanks for support ! Have a good day sir !
Great work, upvoted! Any kernel with plotly just instantly looks so much better! I recently also did an EDA (on housing sale in King County) Can you maybe take a look at it and upvote it if you like it?
Thanks, Plotly really does stand out! Yes, sure, I'll take a look : )
Thanks for share the kernel .
Waiting for your helpfull and great approach !👈
Thanks for this post! I can add another tip: Using Colab with 25 GB of RAM :smile:
Nice! What are the specs and run time limit of colab? Is it better than Kaggle kernels only in terms of RAM?
THANK YOU!!!
Waiting for your helpfull and great kernel !👈
THANK YOU!!!
Thanks (Goku 💯 )! I'm very happy for this ! 😀
thanks... upvoted. Btw how would you handle the missing values??
In **LightGBM **for example - The trees and cutoffs, including NAs, are established during training where we have the targets. See this: http://www.r2d3.us/visual-intro-to-machine-learning-part-1/
Thanks for your sharing,you're really genius. Could you tell me the explanation of the following code in your misc.py please? return {attr:cast(getattr(dicom,attr)) for attr in dir(dicom) if attr[0].isupper() and attr not in ['PixelData']} Much Thanks~
It's supposed to get all metadata from pydicom object. Because all the metadata attributes start with capital letter, this does the job. This is not very clean way though.
I have a CV score of 0.92009 and an LB score of 1.09. I'm using a standard 3-fold validation. I have some ideas for different validation schemes. However my gut tells me that getting a stable CV/LB score difference is down to using features that generalize well across years. Previous experience tells me that the specif...
Thanks! That's great.
thanks... upvoted. Btw how would you handle the missing values??
Thanks for question ! For my 1 approach I'm just fillNaN = -999 for the 4 features with most missing values . ` Feature Total Percent floor_count 16709167 82.652772 year_built 12127645 59.990033 age 12127645 59.990033 cloud_coverage 8825365 43.655131 ` And for the others I'm ignore...
Hi, running the script train001.sh appear to me that validation dataset is not created having 0 elements. From the log infact i get the following: mode: train workdir: ./model/model001 fold: 5 batch size: 28 acc: 1 model: se_resnext50_32x4d pretrained: imagenet loss: BCEWithLogitsLoss optim: Adam dataset_policy: all w...
valid function can be used when you want to do validation using a snapshot and save prediction to a file. In train function, it does validation every epoch. Regarding the error, it's hard to say anything based on the information you provided. Could you provide a diff?
I like your thinking... I'm doing that, but on steroids. My pre-processing routine follows the steps: 1) Group all data by PlayId where NflId == NflIdRusher, and engineer features about the rusher & the overall play 2) Group all data by PlayId and engineer features about all the play's participants (offense, defens...
I think the "VIP hint" (http://www.lukebornn.com/papers/fernandez_ssac_2018.pdf) from Michael is a very good way to conceptualize a neutralized defender. I just implemented it but I still have to figure out how to make the best of it...
High scoring public kernels were posted. They broke the leaderboard. A bad marketing tactic in my opinion.
True about Severstal's point of view. However we'll probably get more out of this competition given the highly noisy segmentation labels. I think it will give people better understanding of which loss functions and approaches are good for such noisy labels. So experimentation should be promoted.
What a kernel! Thank you! I jst have a question for the following code you wrote at the beginning part train_monthly = train_monthly.sort_values('date').groupby(['date_block_num', 'shop_id', 'item_category_id', 'item_id'], as_index=False) train_monthly = train_monthly.agg({'i...
You're welcome , It's just a matter of the aggregation function applied on the group "itemcntdaysum" uses a "sum" function and will result on the sum of "itemcnt_day" for each group, and "itemcntdaycount" uses a "count" function and will result on the count of the amount of rows for each group.
It is better to use automation to tuning the parameters - see in my kernel: https://www.kaggle.com/vbmokin/diabete-prediction-20-tuned-models
Thank you very much. I thought the same, but it was just for a homework and we weren't allowed to use automatic tool for tuning. (We were just told to try to use difference parameters and notice the differences)
High scoring public kernels were posted. They broke the leaderboard. A bad marketing tactic in my opinion.
I think from the Severstal point of view they just want to have good model for their industry. They don't care so much how it will be created, they just want it for work. They pay lots of money to the winner so I don't think anyone is going to publish high-score models for fun. I agree wrote lots of great ideas here...
There is no sense to check correlation with ID's - there're only random numbers, not variables... Anyway, nice charts!
thank you for your feedback
hey , thank you for sharing the script. I have a question here str_type = ['ProductCD', 'card4', 'card6', 'P_emaildomain', 'R_emaildomain','M1', 'M2', 'M3', 'M4','M5', 'M6', 'M7', 'M8', 'M9', 'id_12', 'id_15', 'id_16', 'id_23', 'id_27', 'id_28', 'id_29', 'id_30', 'id_31', 'id_33', 'id_...
really useful ,give my model some boost ,thank you Chris !
I have a CV score of 0.92009 and an LB score of 1.09. I'm using a standard 3-fold validation. I have some ideas for different validation schemes. However my gut tells me that getting a stable CV/LB score difference is down to using features that generalize well across years. Previous experience tells me that the specif...
LightGBM with default parameters, 300 trees, and some decent features.
some of the buildings spend more energy cooling than heating. I had assumed it would be the opposite. I take it you've never paid for utility bills before ;-). Summer month are always more expensive than winter months. Cooling is a lot more difficult to do than heating and a lot less efficient, from an energy tra...
Wouldn't that depend on your climate? My understanding is that the energy used is proportional to the temperature difference between inside and outside. So if you set your thermostat at 18, you'd use more energy to heat up from 5 deg C than to cool down from 25. Although there might be some efficiency differences betwe...
High scoring public kernels were posted. They broke the leaderboard. A bad marketing tactic in my opinion.
Apologies for the long reply - Sorry maybe I didn't convey it properly, posting a high scoring public kernel plays psychologically with people trying the problem through experimentation and learning many things along the way. If you post an ensemble and a huge number of people simply use that then your hard work feels...
Frog brother,I want to see you always in first place, Because of your passion and sharing spirit!
cant agree more
Fun fact. Officials also have numbers! https://www.latimes.com/sports/nfl/la-sp-nfl-ask-farmer-20161001-snap-story.html Now that I think of it, the position of referees on the field would be nice to have, especially since they are considered to be part of the field and can sometimes impact the path taken by players.. ...
We aren’t given any information about referee position in this dataset. I wouldn’t worry about it.
great! to be tested!
glad to be of help mate :)
Validation: 1.25 LB: 1.25
Wow. What's your validation technique?
I have a CV score of 0.92009 and an LB score of 1.09. I'm using a standard 3-fold validation. I have some ideas for different validation schemes. However my gut tells me that getting a stable CV/LB score difference is down to using features that generalize well across years. Previous experience tells me that the specif...
Which model are you using ?
Baval . You used folium👍 , I liked the pie chart with a hole in the middle, the catplot. I think I'm gone try some of your codes and give your deserved credits in next works, Ok?
sure and thanks for the appreciation:)
You can do oversampling but remember while oversampling you should not make 50%-50% balancing classes..... you can use SMOTE oversampling technique check out the documentation for the SMOTE.. https://imbalanced-learn.readthedocs.io/en/stable/generated/imblearn.over_sampling.SMOTE.html
60-40 or 75-25 would be preferable
You can do oversampling but remember while oversampling you should not make 50%-50% balancing classes..... you can use SMOTE oversampling technique check out the documentation for the SMOTE.. https://imbalanced-learn.readthedocs.io/en/stable/generated/imblearn.over_sampling.SMOTE.html
Thank you! What proportion do you suggest based on my description?
Validation: 1.25 LB: 1.25
nice try! hahaha
Well done! Your works are really detailed. P.S. I found you from London and I'm gonna to London for a trip at December😄 . Hello World!
Thanks. London is a very nice city. It is a great place to visit.
I don't understand what do you mean. What should we do?
What is "fast submission"?
Not sure if you are aware (and apologies in advance if you are, but perhaps this might help someone else), but there are very specific rules governing which player positions are allowed to wear which jersey numbers. Broadly, the "bigger" guys tend to occupy positions that are obligated to wear larger uniform numbers. I...
Thanks for saving us some time :)
You can use a join for this instead. Eg., using your namings: rushers.columns = ['PlayId', 'BallX', 'BallY'] train = train.join(rushers.set_index('PlayId'), on='PlayId') train['DistanceToBall'] = ((train['X'] - train['BallX'])**2 + (train['Y'] - train['BallY'])**2 )**0.5
Thanks. That has massively sped up my code!
I don't understand what do you mean. What should we do?
Sorry for not being clear. I wanted to remind the people who are using fast submission to stop doing that and run their models on the private test dataset. Failing to do so will result in 0 score on the private LB.
Great EDA. This clearly shows what this competition is about. Thanks for posting. (The top bar graph would be more clear if it used the labels 1, 2, 3, 4 instead of 0, 1, 2, 3).
can you tell me how to use .scn file?
thanks for sharing
thanks! could you upvote if you like it, please? ^^
Nice kernel! I tried running this in Colab, but I get the following error: ``` TypeError Traceback (most recent call last) in () 40 41 ---> 42 model.compile(optimizer = Adam(learning_rate = LR), 43 loss = 'binary_crossentropy', 44 ...
I just noticed that I didnt copy the whole error
Good job! But KMeans is not often used for large amounts of data, especially those that may still be subject to change because it wants to work with the entire data set at once. Instead, the methods MiniBatchKMeans or MeanShift are more popular. You may like my vizalization of KMeans, MiniBatchKMeans, MeanShift and 8 o...
Hello Vitalii, Sure, will explore more on the topic, thanks for the note.
Nice kernel! I tried running this in Colab, but I get the following error: ``` TypeError Traceback (most recent call last) in () 40 41 ---> 42 model.compile(optimizer = Adam(learning_rate = LR), 43 loss = 'binary_crossentropy', 44 ...
please share the full error log
Thank you for sharing :)
you are welcome
Nice kernel! I tried running this in Colab, but I get the following error: ``` TypeError Traceback (most recent call last) in () 40 41 ---> 42 model.compile(optimizer = Adam(learning_rate = LR), 43 loss = 'binary_crossentropy', 44 ...
Thank you. I haven't encounter any other error as of yet.
Thanks for sharing, 😊
I am glad you liked it :)
I've some problems with the graphs. When they are a lot of graphs, in some graphs the data disappear. Clicking in a trace redraws the graphs and all the information shows again. It seems a problem with the plotly express library. I'm trying to solve it.
Solved! 😄
-- It's how far, in yards, the player traveled since the previous time frame. Snapshots of location data come in ten times every second, so this equates to how far the player traveled in the previous tenth of a second
I'm not sure if I undestood correctly. Is it the yards player traveled in the last 1/10 seconds before handoff? Why only the last time frame is used in Dis? Are other player features also the last time frame of play?
thanks for sharing !
✌️
Use a virtual machine with high ram and work on a IDE instead of kaggle kernel.
Many thanks for your response.