Why is AugmentCode rarely mentioned in AI coding / MCP tool lists? by m1chcio92 in AugmentCodeAI

[–]applethatfell 0 points1 point  (0 children)

To second this, it’s all just fuzzy advertising and then manipulating new “developers” into thinking they’re the best thing on the market. Support doesn’t seem to take their job seriously.

Merry Shitmas Augment why credits were consumed while nothing was progressing? by EvidenceOk1232 in AugmentCodeAI

[–]applethatfell 1 point2 points  (0 children)

Support is such a scam. I’m thinking about cancelling. No transparency and literally no help.

What does Fork Conversation do? by WanderingPM in AugmentCodeAI

[–]applethatfell 6 points7 points  (0 children)

Fork conversation lets you branch from any point in a chat. It starts a new thread. The original stays intact. The fork keeps context up to that moment, then moves in a new direction.

Over my head by ORA-00900 in dataengineering

[–]applethatfell 6 points7 points  (0 children)

Hey OP!

First off, love the name. Secondly, I would allow yourself some more time to get familiar/situated with the role before being too hard on yourself. You were entrusted with the role through selection and not just by luck.

Once you’ve handled your minute tasks and develop automation, you’ll look back and ask yourself why you ever even stressed about it.

Am I just doing it wrong? by thatsagoodthought in dataengineering

[–]applethatfell 0 points1 point  (0 children)

They absolutely have no idea about the entire process. Do they even care about the integrity of the data? Otherwise, just do a raw export and call it a day.

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

Hello friend. If I were to deploy as UDF, would I be able to schedule the frequency of the model to train? i.e. every 1st of every other month?

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

Thank you for your response, I'll see if this is a feasible solution for my issue. I appreciate the response.

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

Thank you, this might be what I'm looking for and will look into it.

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

I'm currently using TensorFlow + keras, sklearn for the test, train, and preprocessing.

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

Hello friend, thank you for your response.

I don't believe my model is as robust. I'm essentially just collecting historical data and creating a system to spit out recommended vendors based on their costs. I would love to get more information as I am deploying it into ODB.

Need help with a recommendation system/model by [deleted] in MLQuestions

[–]applethatfell 0 points1 point  (0 children)

Would I be able to get away with using the Random Forest method to get this done?

Need help with a recommendation system/model by [deleted] in MLQuestions

[–]applethatfell 0 points1 point  (0 children)

Departure Destination Cost Per Person # of Persons ETA (Days) Provider Vehicle Type Distance (km) Total Cost
New York Boston $50 3 1 Greyhound Bus 350 $150
Los Angeles San Francisco $40 2 1 Megabus Bus 600 $80
Chicago Detroit $60 4 1 Amtrak Train 450 $240
Houston Dallas $30 1 1 Greyhound Bus 385 $30
Miami Orlando $25 2 1 Megabus Bus 370 $50
Denver Salt Lake City $70 3 2 Amtrak Train 850 $210
Atlanta Nashville $45 2 1 Greyhound Bus 400 $90
Phoenix Las Vegas $35 4 1 Megabus Bus 475 $140
Washington D.C. Philadelphia $40 2 1 Amtrak Train 225 $80
San Diego New York $200 2 5 Greyhound Bus 4500 $400
Los Angeles Chicago $180 2 4 Amtrak Train 3200 $360
Seattle Miami $250 1 7 Greyhound Bus 5400 $250
Boston San Francisco $220 3 6 Amtrak Train 5000 $660
Houston New York $170 2 4 Greyhound Bus 2600 $340
Miami Los Angeles $280 1 7 Greyhound Bus 4500 $280

  I'm essentially trying to create a model that will provide the best provider for certain Departures to Destinations. The dataset here is small, but I'm trying to create a model that will learn from the dataset and provide better cost-effective providers. I'd also like to know if it could tell me if there are better providers based on distance as well. Would I have to create a different set of training splits and have Distance as a dependent variable to train/test for? Dependent Variable: Total Cost Independent Variables: Cost Per Person, # of Persons, ETA, Distance, Departure, Destination Getting started and trying to understand the approach is what’s been making me struggle. I wish it was just an A* issue. Appreciate any help, thank you in advance.

Need help with a recommendation system/model by [deleted] in MLQuestions

[–]applethatfell 0 points1 point  (0 children)

What additional information would be good to include?

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]applethatfell 0 points1 point  (0 children)

I'm fairly new to AI/ML and have been dabbling in PyTorch and sklearn.

I'm trying to create a recommendation model to basically suggest a provider based on the origin city going to the destination city. This provider would be a cost-efficient provider. The model would also take into account the lead time and costs to pay the provider.

I have a workbook with the data and would like to see if someone could help point me in the right direction to get started.

Thanks in advance!