Best Mac terminal mode ever

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 30

  • @ИванТараскин-р9ж

    It is definitely worth to watch this video !!! I encountered with many problems trying to make an initial set-up for data science at my new M2 pro laptop.

    • @lifecrunch
      @lifecrunch  Рік тому

      Thanks! The next detailed video on complete Data Science setup is in production. Will be out in a few days.

    • @lifecrunch
      @lifecrunch  Рік тому

      Congrats! You have been selected for the announced giveaway! Please provide your contact details through the "About" tab on my channel to get your prize.

    • @ИванТараскин-р9ж
      @ИванТараскин-р9ж Рік тому

      @@lifecrunch wow ! first time in my life !!!!

  • @juancarlosruelas8935
    @juancarlosruelas8935 3 місяці тому

    Great video! Can you make a video seting up R with vitual environments as well?

    • @lifecrunch
      @lifecrunch  3 місяці тому

      I gave up R almost 10 years ago. Although beautiful framework, I had to switch to Python because it gives much more freedom in terms of software engineering and integration into the production environment.

  • @יוסילוי-ח8ו
    @יוסילוי-ח8ו 2 місяці тому

    really well done. thank you!!

  • @bengeorge92
    @bengeorge92 9 місяців тому

    bro thanks for such a detailed walk through. it was super helpful as I'm trying to figure out how to set up my computer.

  • @rajsala3026
    @rajsala3026 Рік тому +1

    hi sir, can you give me a guide to create research paper; and publish steps; how to generate benchmarks on ml models, thank you

    • @lifecrunch
      @lifecrunch  Рік тому +1

      It is a very broad question. Let me try: Benchmarks generation on ml models has to be done on:
      1. Identical data
      2. With clearly defined validation strategy. If you have enough data - a 3-5 fold cross validation would give more robust results.
      3. With the same optimization (loss) function for each model
      4. Using default model settings
      5. Deploying some kind of hyper parameter grid search and giving each model an equal amount of grid iterations.
      6. And a final validation on a holdout set.
      As a result you should get 4 metrics per each benchmark:
      - training score
      - cross-validation score (default model parameters)
      - cross-validation score (tuned model parameters)
      - holdout score (tuned model parameters)
      Hope it helps

  • @adamsalehbenkhalifa
    @adamsalehbenkhalifa Рік тому

    For mac tips, we'd appreciate a full clean set up for data science and maybe a what's on my mac video

    • @lifecrunch
      @lifecrunch  Рік тому +1

      Great idea! Will do both these videos.

  • @cyruscatfisher
    @cyruscatfisher Рік тому

    This is a very good tutorial. Thank you!

  • @rajsala3026
    @rajsala3026 Рік тому +1

    In Artificial Intelligence domain, Can you make a video full set up for windows and Mac and Linux

    • @rajsala3026
      @rajsala3026 Рік тому +1

      Sir your miss automated completion code in terminal

    • @lifecrunch
      @lifecrunch  Рік тому +1

      what do you mean? autocomplete plugin installation and setup is described in the video

  • @samarthgupta2315
    @samarthgupta2315 6 місяців тому

    Loved It..

  • @diegobravoguerrero
    @diegobravoguerrero 10 місяців тому

    Great tutorial

  • @mounishkm6906
    @mounishkm6906 25 днів тому

    After the setup of my terminal apple logo is turned into question mark and the folder image how to fix it can
    you please replay

    • @lifecrunch
      @lifecrunch  18 днів тому

      Your terminal apple logo turned into a question mark?? Can you provide some more details.

  • @Diplomatsc
    @Diplomatsc 6 місяців тому

    That is really cool way to interact on terminal. But it seems I need help. I get-
    iconv:iconv_open(,-t):Invalid argument
    Error converting string from to UTF-8
    Your help is much appreciated! Blagodaryu zaranee!

    • @lifecrunch
      @lifecrunch  6 місяців тому +1

      Hi. Thanks for watching.
      At which step do you get this error?

    • @Diplomatsc
      @Diplomatsc 6 місяців тому

      @@lifecrunch Hi thanks for your prompt reply! I get it at the end of all steps.
      I noticed that web search does not function on iTerm, but it does on Terminal.

    • @lifecrunch
      @lifecrunch  6 місяців тому +1

      Which command returns this error?
      Try to input
      source ~/.zshrc
      In iterm and then try google search

    • @danachantelle1426
      @danachantelle1426 5 місяців тому

      @@lifecrunch Thank you, this helped when I kept getting an error with doing the input "code" that you showed towards the last part of the video. I appreciate you doing this step by step process.